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-11-17 19:27:35 +01:00
..
assertions Merge docrails 2008-09-13 20:28:01 +01:00
caching Remove stuff that was deprecated in 2-1-stable 2008-10-21 11:34:56 +01:00
cgi_ext Use ActiveSupport::SecureRandom instead of the strange fallback code. 2008-09-24 16:24:02 +02:00
routing Eliminate excess Regexp creation due to capture counting 2008-11-10 22:21:09 -08:00
session Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store 2008-09-17 13:20:16 +02:00
templates/rescues
vendor/html-scanner/html Fixed the sanitize helper to avoid double escaping already properly escaped entities [#683 state:committed] 2008-11-06 13:02:32 +01:00
base.rb Merge docrails. 2008-11-14 17:47:21 +05:30
benchmarking.rb
caching.rb
cgi_ext.rb
cgi_process.rb Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store 2008-09-17 13:20:16 +02:00
components.rb
cookies.rb
dispatcher.rb BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH] 2008-11-17 19:27:35 +01:00
filters.rb
flash.rb
headers.rb
helpers.rb
http_authentication.rb
integration.rb Move controller assertions from base TestCase to AC:: and AV::TestCase 2008-11-07 15:42:34 -05:00
layout.rb
mime_responds.rb
mime_type.rb Add text/plain to the browser_generated_types array as webkit and gecko can submit them. 2008-11-16 20:24:46 +01:00
mime_types.rb
performance_test.rb
polymorphic_routes.rb Make polymorphic_url compact given array [#1317 state:committed] 2008-11-14 12:07:52 +01:00
rack_process.rb Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store 2008-09-17 13:20:16 +02:00
record_identifier.rb
request.rb Fix stupid typo 2008-11-06 18:52:02 +00:00
request_forgery_protection.rb Changed request forgery protection to only worry about HTML-formatted content requests. 2008-11-13 11:23:21 +01:00
request_profiler.rb
rescue.rb Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ActionController::Base. 2008-10-04 22:13:50 +01:00
resources.rb Make inheritance of map.resources :only/:except options behave more predictably 2008-11-14 12:26:43 +01:00
response.rb Dont try to auto-set the etag based on the body if any freshness headers have already been set [DHH/José Valim] 2008-10-21 16:58:12 +02:00
routing.rb
session_management.rb Added support for http_only cookies in cookie_store Added unit tests for secure and http_only cookies in cookie_store 2008-09-17 13:20:16 +02:00
status_codes.rb
streaming.rb
test_case.rb Move controller assertions from base TestCase to AC:: and AV::TestCase 2008-11-07 15:42:34 -05:00
test_process.rb Merge branch 'master' into testing 2008-11-15 12:21:04 -08:00
translation.rb
url_rewriter.rb
verification.rb