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_dispatch
2010-06-28 14:46:22 -07:00
..
http ETag: use body instead of @body since the method will always return a string 2010-06-28 14:46:22 -07:00
middleware Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types. 2010-06-27 22:39:06 +02:00
routing Tidy up valid conditions in router a bit. 2010-06-28 16:57:14 +02:00
testing Remove unused variable on assert_recognizes [#4912 state:resolved] 2010-06-22 17:37:18 +02:00
vendor/rack-mount-0.6.6.pre/rack Vendor unreleased rack-mount 0.6.6.pre dependency 2010-06-27 16:28:04 -07:00
railtie.rb Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader. 2010-06-20 13:37:58 +02:00
routing.rb Use h1 for titles. 2010-06-21 01:00:42 +04:30