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
2007-12-10 02:45:13 +00:00
..
assertions Add many examples to assertion documentation. Closes #7803 [jeremymcanally] 2007-12-05 18:17:23 +00:00
cgi_ext Use SecureRandom to generate unique ids, if available. 2007-10-18 18:25:31 +00:00
session Improve error messages when providing a secret that is too short. Closes #10238 [Henrik N] 2007-11-24 22:41:16 +00:00
templates/rescues Purge empty files 2007-09-11 19:54:06 +00:00
vendor/html-scanner/html Removed some of the tags that does not make sense to allow per default in the whitelist 2007-12-04 20:04:48 +00:00
assertions.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
base.rb render :xml and :json preserve custom content types. Closes #10388. 2007-12-09 22:11:37 +00:00
benchmarking.rb Fix strange NoMemoryError on amd64. Closes #10442 [wrb] 2007-12-10 02:45:13 +00:00
caching.rb Enhance documentation coverage for fragment caching. Closes #7315 [bscofield] 2007-12-05 21:06:36 +00:00
cgi_ext.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
cgi_process.rb Refactor cookie_only option to survive multiple requests and add regression tests. References #10048. [theflow] 2007-11-21 04:28:59 +00:00
components.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
cookies.rb Expose the cookie jar as a helper method (before the view would just get the raw cookie hash) [DHH] 2007-10-31 16:46:56 +00:00
dispatcher.rb Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn] 2007-12-10 00:52:38 +00:00
filters.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00
flash.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
helpers.rb Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] 2007-10-26 01:04:40 +00:00
http_authentication.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00
integration.rb Remove unnecessary route reload in integration tests, obsoleted by [7676]. Closes #10094. [Koz] 2007-11-19 23:11:26 +00:00
layout.rb Adding missing space to documentation of the layout method. Closes #7126 [orangechicken, jeremymcanally] 2007-12-05 22:19:10 +00:00
mime_responds.rb Make documentation comment for mime responders match documentation example. Closes #9357 [yon] 2007-10-26 03:25:40 +00:00
mime_type.rb Some mime type refactoring. Closes #9957 [Josh Peek] 2007-10-23 06:33:28 +00:00
mime_types.rb Add multipart and url-encoded form mime types. 2007-05-15 23:57:16 +00:00
polymorphic_routes.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
record_identifier.rb Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. Closes #6432. 2007-06-05 19:10:59 +00:00
request.rb Ignore illegal seeks on body rewind. Catches CGI errors depending on your httpd. Closes #10404 [Curtis Hawthorne] 2007-12-07 04:20:20 +00:00
request_forgery_protection.rb Document how to disable forgery protection for tests. Useful note for those upgrading from 1.x. Closes #10440 [Trevor Turk] 2007-12-10 01:15:30 +00:00
request_profiler.rb Profile an integration session instead of a single request 2007-11-01 08:01:42 +00:00
rescue.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
resources.rb Make example parameters in restful routing docs idiomatic. Closes #9993 [danger] 2007-10-26 03:32:20 +00:00
response.rb Add :status to redirect_to allowing users to choose their own response code without manually setting headers. Closes #8297 [codahale, chasgrundy] 2007-10-09 23:07:36 +00:00
routing.rb Fixed to_s bug with namespace routes (closes #10283) [johnb] 2007-11-26 22:41:28 +00:00
routing_optimisation.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
session_management.rb Document that the cookie store is the default session store. Mention the memcached store. Closes #10241 [Josh Susser, Jeremy Kemper] 2007-11-22 05:48:45 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Add missing quote to send_file documentation. [developingchris] Closes #10078 2007-11-05 22:08:44 +00:00
test_case.rb When a NonInferrableControllerError is raised, make the proposed fix clearer in the error message. Closes #10199 [danger] 2007-12-05 14:31:41 +00:00
test_process.rb Fixed send_file/binary_content for testing (closes #8044) [tolsen] 2007-12-05 23:23:04 +00:00
url_rewriter.rb Re-enable Routing optimisation code for _url methods, add defined?(request) to the guard conditions 2007-09-28 20:57:39 +00:00
verification.rb Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] 2007-11-30 21:04:57 +00:00