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
eileencodes ff891616ac Only commit the cookie jar if it hasn't been committed
We don't want to commit the cookie jar more than once because then we
will be attempting to modify a frozen hash.

Fixes Railties test failure caused by 492b134.
2015-12-06 16:28:45 -05:00
..
abstract_controller Merge branch 'master' of github.com:rails/docrails 2015-11-15 19:16:58 +00:00
action_controller Push before_sending to super class 2015-12-06 15:32:40 -05:00
action_dispatch Only commit the cookie jar if it hasn't been committed 2015-12-06 16:28:45 -05:00
action_pack
abstract_controller.rb Remove not used requires 2015-09-01 20:36:47 +02:00
action_controller.rb remove RackDelegation module 2015-08-26 11:53:15 -07:00
action_dispatch.rb Soften the lock requirements when eager_load is disabled 2015-07-09 02:23:23 +09:30
action_pack.rb