1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
2006-04-25 17:42:48 +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 * Updated docs for in_place_editor, fixes a couple bugs and offers extended support for external controls [Justin Palmer] closes #2870 2005-11-14 20:46:32 +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 Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
benchmarking.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
caching.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
cgi_process.rb Cache CgiRequest#request_parameters so that multiple calls don't re-parse multipart data. 2006-04-23 18:18:17 +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 Fixed docs 2006-03-28 03:19:27 +00:00
cookies.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
dependencies.rb Fixed docs 2006-03-28 03:19:27 +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 Do filter condition lookup against the actual hash 2006-04-06 04:50:45 +00:00
flash.rb Fixed docs 2006-03-28 03:19:27 +00:00
helpers.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
integration.rb Delegate xml_http_request in integration tests to the session instance. 2006-04-04 20:16:29 +00:00
layout.rb Update layout and content_for documentation to use yield rather than magic @content_for instance variables. 2006-04-25 04:03:51 +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 Performance speedup for ActionController (closes #4174) [Stefan Kaes] Includes caching of filter chains -- be on the lookout for problems with that! 2006-03-20 04:01:10 +00:00
rescue.rb Added protection against proxy setups treating requests as local even when they're not #3898 [stephen_purcell@yahoo.com] 2006-03-16 03:31:40 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
routing.rb fix to ';' interpretation in route recognition--only follow a route with ';' if the segment in question actually contains a ';' 2006-04-21 17:21:26 +00:00
scaffolding.rb Comments, comments 2006-03-20 05:40:42 +00:00
session_management.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
streaming.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00
test_process.rb reset TestRequest#parameters after assigning paramters 2006-04-22 04:59:15 +00:00
url_rewriter.rb Symbolize the keys of overwritten parameters. Really closes #1909. 2005-09-07 08:59:33 +00:00
verification.rb Remove all remaining references to @params in the documentation. 2006-04-25 17:42:48 +00:00