rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 0367317dd6 Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-22 07:43:05 +00:00
..
cgi_ext Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
session
templates
vendor Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
assertions.rb Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar] 2005-05-19 19:19:58 +00:00
base.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
benchmarking.rb
caching.rb Optimize ActionCacheFilter by using url_for less #1230 [skaen] 2005-05-19 18:59:43 +00:00
cgi_process.rb Made the post_format work with content-type 2005-05-20 18:32:04 +00:00
components.rb
cookies.rb
dependencies.rb
deprecated_assertions.rb
filters.rb Faster action_exempted? #1231 [skaen] 2005-05-19 18:54:16 +00:00
flash.rb
helpers.rb
layout.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
pagination.rb
request.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
rescue.rb Added DoubleRenderError exception that'll be raised if render* is called twice #518 [Nicholas Seckar]. Fixed exceptions occuring after render has been called #1096 [Nicholas Seckar] 2005-05-21 18:51:08 +00:00
response.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
routing.rb
scaffolding.rb
session.rb
test_process.rb Fixed Request#remote_ip in testing #1251 [bitsweat] 2005-05-19 18:24:52 +00:00
url_rewriter.rb
verification.rb