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
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
..
abstract Move abstract's controller tests to AV 2013-08-25 11:40:11 +02:00
assertions
controller don't mutate hash with fetch 2013-10-26 19:22:31 -07:00
dispatch session#fetch doesn't behave exactly like Hash#fetch. 2013-10-30 15:04:22 +01:00
fixtures Fixing repond_with working directly on the options hash 2013-10-09 12:36:26 +03:00
journey Correct error in Utils.normalize_path that changed paths improperly 2013-10-23 16:44:23 -05:00
lib/controller Removing unused fake models from actionpack tests 2013-10-16 00:51:57 -03:00
routing Fix failing test missed for the past year :( 2013-07-17 08:56:34 +01:00
tmp
abstract_unit.rb Remove RenderERBUtils from AP (only AV use it) 2013-08-25 11:39:10 +02:00