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
Andreas Loupasakis 8bfcb0de3a Force reloading of the session after destroy
Use load_for_write! to ensure a refresh of the session object.
This way the new session_id and the empty data will be stored properly.
E.g. in the case of the session cookie store this means that a new
digest will be returned to the user.
2012-09-01 16:35:52 -07:00
..
abstract_controller Fixed indendation 2012-08-29 10:25:36 +02:00
action_controller Instrumentation requires RackDelegation 2012-08-30 18:40:30 -03:00
action_dispatch Force reloading of the session after destroy 2012-09-01 16:35:52 -07:00
action_pack rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
action_view Further improve RENDER_DEPENDENCY regexp comments 2012-08-30 14:27:07 +02:00
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00
action_dispatch.rb Implement ActionView::Template::Types 2012-08-28 11:19:36 +02:00
action_pack.rb Updated copyright notices for 2012 2011-12-31 20:30:08 +00:00
action_view.rb Add automatic template digests to all CacheHelper#cache calls (originally spiked in the cache_digests plugin) *DHH* 2012-08-29 14:23:56 -05:00