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/controller
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
..
api Deprecate controller level force_ssl 2018-03-30 09:58:28 -04:00
controller_fixtures
metal Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
mime Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
new_base Merge pull request #33949 from sjain1107/no-private-def 2018-09-23 19:39:15 +02:00
parameters Fix ActionController::Parameters#each_value and add changelog entry to this method (#34210) 2018-10-15 21:28:15 +09:00
request Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_pack_assertions_test.rb warning: ambiguous first argument; put parentheses or a space even after `/' operator 2018-04-20 12:57:17 +02:00
base_test.rb Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option 2018-10-01 10:20:50 +09:00
caching_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
content_type_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
default_url_options_with_before_action_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
filters_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
flash_hash_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
flash_test.rb Make sure the flash method is defined even if helpers are not present 2018-09-13 18:23:20 -04:00
force_ssl_test.rb Deprecate controller level force_ssl 2018-03-30 09:58:28 -04:00
form_builder_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helper_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
http_basic_authentication_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
http_digest_authentication_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
http_token_authentication_test.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
integration_test.rb Revert "Merge pull request #33970 from rails/eager-url-helpers" 2018-10-03 16:15:47 -05:00
live_stream_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
localized_templates_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
log_subscriber_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
metal_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
output_escaping_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
parameter_encoding_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
params_wrapper_test.rb Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons 2017-10-28 22:55:34 +10:30
permitted_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
redirect_test.rb Add missing test case for redirect_to when request includes a port. 2018-09-21 09:01:37 +08:00
render_js_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_json_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_test.rb Merge pull request #28937 from maclover7/jm-fix-28927 2018-07-31 15:54:23 -04:00
render_xml_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
renderer_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
renderers_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request_forgery_protection_test.rb Include application/javascript when checking content_type 2018-05-27 16:17:53 +02:00
required_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rescue_test.rb fix type fully qualified [ci skip] 2017-09-06 15:49:04 +03:00
resources_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
routing_test.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
runner_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
send_file_test.rb Encode Content-Disposition filenames on send_data and send_file 2018-09-13 21:38:46 +09:00
show_exceptions_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
streaming_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_case_test.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
url_for_integration_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
url_for_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
url_rewriter_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
webservice_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00