1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Bogdan 6fe45f378a Fix ActionController::Parameters#each_value and add changelog entry to this method (#34210)
* Fix `ActionController::Parameters#each_value`

`each_value` should yield with "value" of the params instead of "value" as an array.
Related to #33979

* Add changelog entry about `ActionController::Parameters#each_value`.

Follow up #33979
2018-10-15 21:28:15 +09:00
..
abstract
assertions
controller Fix ActionController::Parameters#each_value and add changelog entry to this method (#34210) 2018-10-15 21:28:15 +09:00
dispatch Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::ParameterFilter 2018-10-08 08:05:40 +09:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
lib/controller
routing
abstract_unit.rb Revert "Merge pull request #33970 from rails/eager-url-helpers" 2018-10-03 16:15:47 -05:00