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
Trent Ogren d0fc760d09 Make ActionDispatch::Request::Session#fetch behave like Hash#fetch
Session#fetch was mutating the session when given a default argument
and/or a block. Since Session duck-types as a Hash, it should behave
like one in these cases.
2013-12-11 15:29:33 -06:00
..
abstract Action Pack Variants 2013-12-04 00:13:16 +01:00
assertions Better error message for typos in assert_response argument. 2013-11-25 03:09:02 -05:00
controller Inline variants syntax 2013-12-10 11:55:43 +01:00
dispatch Make ActionDispatch::Request::Session#fetch behave like Hash#fetch 2013-12-11 15:29:33 -06:00
fixtures Inline variants syntax 2013-12-10 11:55:43 +01:00
journey Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00
lib/controller Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00
routing
tmp
abstract_unit.rb Remove missing integration points of AV extraction 2013-12-05 11:39:56 +01:00