rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson 82d70d1d16 Added that render :xml will try to call to_xml if it can [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6574 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-24 18:29:37 +00:00
..
assertions documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
cgi_ext Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH] Hash#with_indifferent_access now also converts hashes kept in arrays to indifferent access (makes it easier to treat HTML and XML parameters the same) [DHH] 2007-04-16 22:17:59 +00:00
macros
session Cookie session store: ensure that new sessions doesn't reuse data from a deleted session in the same request. 2007-03-14 11:33:10 +00:00
templates
vendor/html-scanner/html Removed ill faded xml_node class from codebase. Use XmlSimple instead 2007-04-09 15:33:38 +00:00
assertions.rb
base.rb Added that render :xml will try to call to_xml if it can [DHH] 2007-04-24 18:29:37 +00:00
benchmarking.rb
caching.rb Allow configuration of the default action cache path for #caches_action calls. [Rick Olson] 2007-03-22 10:12:34 +00:00
cgi_process.rb Performance: patch cgi/session/pstore to require digest/md5 once rather than per #initialize. Closes #7583. 2007-03-16 05:52:12 +00:00
components.rb
cookies.rb
filters.rb
flash.rb
helpers.rb
integration.rb
layout.rb Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles] 2007-04-12 17:11:48 +00:00
mime_responds.rb The default respond_to blocks don't set a specific extension anymore, so that both 'show.rjs' and 'show.js.rjs' will work. [Rick] 2007-04-12 20:25:32 +00:00
mime_type.rb Improved the handling of broken accept headers 2007-03-28 16:42:21 +00:00
mime_types.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
pagination.rb
request.rb The default respond_to blocks don't set a specific extension anymore, so that both 'show.rjs' and 'show.js.rjs' will work. [Rick] 2007-04-12 20:25:32 +00:00
rescue.rb
resources.rb Dropped the use of ; as a separator of non-crud actions on resources and went back to the vanilla slash. It was a neat idea, but lots of the non-crud actions turned out not to be RPC (as the ; was primarily intended to discourage), but legitimate sub-resources, like /parties/recent, which didn't deserve the uglification of /parties;recent. Further more, the semicolon caused issues with caching and HTTP authentication in Safari. Just Not Worth It [DHH] 2007-03-28 21:55:40 +00:00
response.rb
routing.rb Make sure the expiry hash is built by comparing the to_param-ized values of each hash 2007-03-26 19:02:19 +00:00
scaffolding.rb
session_management.rb
status_codes.rb
streaming.rb
test_process.rb
url_rewriter.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +00:00
verification.rb