rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson c89c2bcbfb Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@520 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-07 13:44:48 +00:00
..
assertions Added assert_cookie_equal to assert the contents of a named cookie 2005-01-17 23:24:47 +00:00
cgi_ext Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] and fixed the patch problems with the session #534 [Tobias Luetke] 2005-01-25 11:15:26 +00:00
session Minor refactoring to prettify 2005-02-06 18:29:11 +00:00
templates Fixed three issues with retrying breakpoints #417 [Florian Gross] 2005-01-10 22:46:45 +00:00
base.rb Fixed that the content-header was being set to application/octet_stream instead of application/octet-stream on send_date/file [Alexey] 2005-01-22 14:48:59 +00:00
benchmarking.rb Initial 2004-11-24 01:04:44 +00:00
caching.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
cgi_process.rb Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] and fixed the patch problems with the session #534 [Tobias Luetke] 2005-01-25 11:15:26 +00:00
cookies.rb Fixed a bug where cookies wouldn't be set if a symbol was used instead of a string as the key 2005-01-17 23:38:14 +00:00
dependencies.rb Another swing at reloading 2005-01-24 00:26:44 +00:00
filters.rb Fixed that all redirect and render calls now return true, so you can use the pattern of "do and return". Added that renders and redirects called in before_filters will have the same effect as returning false: stopping the chain. Added that only one render or redirect can happen per action. The first call wins and subsequent calls are ignored. 2005-01-20 14:13:34 +00:00
flash.rb Initial 2004-11-24 01:04:44 +00:00
helpers.rb Catch ArgumentError not NameError 2005-01-25 20:05:17 +00:00
layout.rb Added conditional layouts like <tt>layout "weblog_standard", :except => :rss</tt> #452 [Marcel Molina] -- We are still missing unit tests for layouts in general, so please do contribute if you want some testing workout 2005-01-11 00:50:11 +00:00
request.rb Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] and fixed the patch problems with the session #534 [Tobias Luetke] 2005-01-25 11:15:26 +00:00
rescue.rb Updated documentation 2004-12-16 17:45:37 +00:00
response.rb Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates] 2004-12-31 17:07:20 +00:00
scaffolding.rb Initial 2004-11-24 01:04:44 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
test_process.rb Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel] 2005-02-07 13:44:48 +00:00
url_rewriter.rb Added :application_prefix to url_for and friends that makes it easier to setup Rails in non-vhost environments #516 [Jamis Buck] 2005-01-24 13:50:58 +00:00