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
2008-03-08 01:05:53 +00:00
..
assertions Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer] 2008-01-30 01:25:44 +00:00
caching Fixed that sweepers defined by cache_sweeper will be added regardless of the perform_caching setting. Instead, control whether the sweeper should be run with the perform_caching setting. This makes testing easier when you want to turn perform_caching on/off [DHH] 2008-03-08 01:05:53 +00:00
cgi_ext remove support for ampersand-delimited cookie values 2008-02-12 21:45:39 +00:00
routing Make it simpler to make the root route an alias for another route. Closes #10818 [bscofield] 2008-01-26 08:41:19 +00:00
session Ruby 1.9 compat: cookie store delete sets nil value instead of empty string 2008-01-07 08:12:03 +00:00
templates/rescues Remove ERB trim variables from trace template in case ActionView::Base.erb_trim_mode is changed in the application. Closes #10098 [tpope, kampers] 2008-02-07 17:06:53 +00:00
vendor/html-scanner/html
assertions.rb
base.rb Remove unused ActionController::Base.template_class. Closes #10787 2008-03-05 12:12:17 +00:00
benchmarking.rb Use realtime to reduce garbage. [adymo] 2008-02-29 23:17:52 +00:00
caching.rb
cgi_ext.rb
cgi_process.rb
components.rb
cookies.rb
dispatcher.rb Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. Closes #10800 [lifofifo] 2008-01-21 20:45:04 +00:00
filters.rb
flash.rb
headers.rb Provide a nicer way to access headers. request.headers["Content-Type"] instead of request.headers["HTTP_CONTENT_TYPE"] [Koz] 2008-01-11 06:39:56 +00:00
helpers.rb
http_authentication.rb
integration.rb Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick] 2008-03-03 06:42:24 +00:00
layout.rb Make sure render :update support the options hash. Closes #11088 [ernesto.jimenez] 2008-02-12 22:42:36 +00:00
mime_responds.rb Make MimeResponds::Responder#any work without explicit types. Closes #11140 [jaw6] 2008-03-07 11:17:05 +00:00
mime_type.rb Ensure mime types can be compared with symbols. Closes #10796 [bscofield] 2008-01-20 22:55:25 +00:00
mime_types.rb
polymorphic_routes.rb Add documentation for polymorphic URL helpers, make API consistent for polymorphic_path and polymorphic_url. 2008-01-27 01:18:47 +00:00
record_identifier.rb Correct documentation for dom_id [jbarnette] Closes #10775 2008-01-26 05:11:09 +00:00
request.rb Better error message for type conflicts when parsing params. Closes #7962 [spicycode, matt] 2008-03-07 01:23:12 +00:00
request_forgery_protection.rb Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav] 2008-02-06 18:50:48 +00:00
request_profiler.rb Add --measure option to script/performance/request to set ruby-prof measure mode: process_time, wall_time, cpu_time, allocations, memory. 2008-02-03 12:11:12 +00:00
rescue.rb
resources.rb Documenation for has_one/has_many nested resource options. Closes #11195 [miloops] 2008-03-05 10:52:22 +00:00
response.rb
routing.rb Make it simpler to make the root route an alias for another route. Closes #10818 [bscofield] 2008-01-26 08:41:19 +00:00
session_management.rb
status_codes.rb
streaming.rb Introduce send_file :x_sendfile => true to send an X-Sendfile response header. 2008-01-11 22:07:04 +00:00
test_case.rb Make the non inferrable controller message a little friendlier. [Koz] 2008-01-30 01:32:28 +00:00
test_process.rb TestSession supports indifferent access. Closes #7372. 2008-02-02 05:32:44 +00:00
url_rewriter.rb Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan] 2008-02-18 00:42:06 +00:00
verification.rb