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/dispatch/request
HParker 0cbc6114dc Add ability to set per param encoding
previously you could skip encoding which would encode all parameters on an action as ASCII_8BIT
After this change you can specify the `param_encoding` for any one parameter on an action

Co-authored-by: John Hawthorn  <jhawthorn@github.com>
2020-10-26 11:26:29 -07:00
..
json_params_parsing_test.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
multipart_params_parsing_test.rb Add ability to set per param encoding 2020-10-26 11:26:29 -07:00
query_string_parsing_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
session_test.rb Add #dig to ActionDispatch::Request::Session 2018-04-04 16:20:16 +09:00
url_encoded_params_parsing_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00