rails/actionpack/lib/action_dispatch
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
..
http Add Mime::Type.register "text/vcard", :vcf to the default list of mime types 2013-12-05 15:49:06 -08:00
journey Revert "Merge pull request #12990 from vipulnsward/remove_visualizer_param" 2013-11-21 17:49:00 -02:00
middleware Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
request Make ActionDispatch::Request::Session#fetch behave like Hash#fetch 2013-12-11 15:29:33 -06:00
routing Fix mounting engines inside a resources block 2013-12-10 21:38:41 +01:00
testing Better error message for typos in assert_response argument. 2013-11-25 03:09:02 -05:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Don't set X-UA-Compatible header by default 2013-06-13 14:56:02 -05:00
routing.rb Dry-up ActionDispatch::Routing autoloads 2013-06-04 12:12:52 +03:00