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-29 18:45:39 +00:00
..
assertions assert_response, don't cry if @exception isn't available in the template 2008-03-18 23:37:55 +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 Added support for regexp flags like ignoring case in the :requirements part of routes declarations (closes #11421) [NeilW] 2008-03-28 20:01:21 +00:00
session
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 Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA tags (closes #10071) [esad, packagethief] 2008-03-28 19:45:32 +00:00
assertions.rb
base.rb Inspect options hashes in RenderError message so it's actually readable. Closes #11435 [court3nay] 2008-03-28 21:23:28 +00:00
benchmarking.rb Use realtime to reduce garbage. [adymo] 2008-02-29 23:17:52 +00:00
caching.rb Fixed that cache fetch method would cause nil exception when called with no options (closes #11253) [remy] 2008-03-15 20:02:46 +00:00
cgi_ext.rb
cgi_process.rb
components.rb
cookies.rb
dispatcher.rb Refactor filters to use Active Support callbacks. Closes #11235. 2008-03-18 17:56:05 +00:00
filters.rb Fix regression from filter refactoring where re-adding a skipped filter resulted in it being called twice. [rick] 2008-03-23 01:48:17 +00:00
flash.rb
headers.rb
helpers.rb
http_authentication.rb Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH] 2008-03-29 18:45:39 +00:00
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
mime_types.rb
polymorphic_routes.rb Fixed that polymorphic routes would modify the input array (closes #11363) [thomas.lee] 2008-03-17 23:45:42 +00:00
record_identifier.rb
request.rb Avoid remote_ip spoofing 2008-03-28 21:38:01 +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 Improve documentation. 2008-03-26 12:27:52 +00:00
response.rb
routing.rb Added support for regexp flags like ignoring case in the :requirements part of routes declarations (closes #11421) [NeilW] 2008-03-28 20:01:21 +00:00
session_management.rb
status_codes.rb
streaming.rb
test_case.rb Allow using named routes in ActionController::TestCase before any request has been made. Closes #11273 [alloy] 2008-03-08 12:56:41 +00:00
test_process.rb
url_rewriter.rb Docfix (closes #11249) [juanjo.bazan] 2008-03-15 20:03:32 +00:00
verification.rb