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-13 05:44:23 +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
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 the diagnostics template skip the useless '<controller not set>' text. 2006-04-04 19:37:29 +00:00
vendor Fixed docs 2006-03-28 03:19:27 +00:00
assertions.rb Fix assert_redirected_to so it works with symbols 2006-03-20 18:16:48 +00:00
base.rb Added ActionController.filter_parameter_logging that makes it easy to remove passwords, credit card numbers, and other sensitive information from being logged when a request is handled #1897 [jeremye@bsa.ca.gov] 2006-04-07 22:26:25 +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 Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deepthought.org] 2006-04-01 20:41:53 +00:00
cgi_process.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
code_generation.rb
components.rb Fixed docs 2006-03-28 03:19:27 +00:00
cookies.rb
dependencies.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_assertions.rb
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 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
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 Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes]. 2006-02-20 03:15:22 +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
routing.rb Modify routing so that you can say :require => { :method => :post } for a route, and the route will never be selected unless the request method is POST. Only works for route recognition, not for route generation. 2006-04-13 05:44:23 +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
test_process.rb add the TestCase.fixture_path when testing file uploads 2006-03-27 02:24:47 +00:00
url_rewriter.rb
verification.rb Added :add_headers option to verify which merges a hash of name/value pairs into the response's headers hash if the prerequisites cannot be satisfied 2006-04-08 07:04:21 +00:00