rails--rails/actionpack/lib/action_controller
Rick Olson 04ef7f4be6 Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4319 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-04-30 21:06:49 +00:00
..
cgi_ext Make sure xml_simple requests don't blow up if an empty request body is recieved 2006-03-18 18:56:19 +00:00
macros Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
session Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
templates Update layout and content_for documentation to use yield rather than magic @content_for instance variables. 2006-04-25 04:03:51 +00:00
vendor allow -'s in tag names for html scanner when scanning AR xml documents 2006-04-22 18:12:31 +00:00
assertions.rb Fix assert_redirected_to tests according to real-world usage. 2006-04-25 03:54:46 +00:00
base.rb Revert unintential change to filter parameters 2006-04-29 17:47:10 +00:00
benchmarking.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
caching.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
cgi_process.rb Use #flush between switching from #write to #syswrite. Closes #4907. [Blair Zajac <blair@orcaware.com>] 2006-04-29 05:06:49 +00:00
code_generation.rb Add support in routes for semicolon delimited "subpaths", like /books/:id;:action 2006-04-21 15:17:02 +00:00
components.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
cookies.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
dependencies.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
deprecated_redirects.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_request_methods.rb Mime types are separated by a comma, not semicolon, in the Accept header. Also switch all internal configuration of mime types away from strings and over to Mime::Type [DHH] 2006-03-12 16:03:44 +00:00
filters.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
flash.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
helpers.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
integration.rb Add Integration Session methods for PUT and DELETE requests [Rick] 2006-04-30 20:17:06 +00:00
layout.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
mime_responds.rb Add documentation for respond_to 2006-03-28 03:39:23 +00:00
mime_type.rb Fixed docs 2006-03-28 03:19:27 +00:00
pagination.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
request.rb Documentation for AbstractRequest. Closes #4895. [kevin.clark@gmail.com] 2006-04-26 18:35:53 +00:00
rescue.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb Small fix in routing to allow dynamic routes (broken after [4242]) [Rick] 2006-04-30 21:06:49 +00:00
scaffolding.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
session_management.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
streaming.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
test_process.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00