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
Kasper Timm Hansen 4b46c5ce83 Only dup Ruby's Hash and Array.
When calling `to_h` on an `ActionController::Parameters` instance it would
`deep_dup` its internal parameters.

This inadvertently called `dup` on a passed Active Record model which would
create new models. Fix by only dupping Ruby's Arrays and Hashes.
2015-12-17 21:55:03 +01:00
..
abstract_controller Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
action_controller Only dup Ruby's Hash and Array. 2015-12-17 21:55:03 +01:00
action_dispatch Merge pull request #22564 from maximeg/legit_name_errors 2015-12-14 10:17:42 -07: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