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
Damien Mathieu 38f8872aa5 session#fetch doesn't behave exactly like Hash#fetch.
Mention it in the changelog and add a test checking for regressions.

Hash#fetch isn't adding the defaultly returned value.
However, in the session, saving it is the behavior we should expect.

See discussion in #12692
2013-10-30 15:04:22 +01:00
..
json_params_parsing_test.rb Use Request#raw_post instead Request#body 2013-07-08 01:48:35 +03:00
multipart_params_parsing_test.rb use bytesize rather than force encoding 2013-06-28 17:21:38 -07:00
query_string_parsing_test.rb Remove :yaml related tests and fix other related to parsing empty arrays 2013-01-08 20:27:48 -02:00
session_test.rb session#fetch doesn't behave exactly like Hash#fetch. 2013-10-30 15:04:22 +01:00
url_encoded_params_parsing_test.rb Cleanup ul_encoded_params_parsing_test 2013-07-05 16:35:19 +03:00