aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/flash_hash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate old flash behaviourSamuel Cochran2015-01-301-6/+7
* Discard from flash before persisting in sessionSamuel Cochran2015-01-291-7/+9
* Make FlashHash#key? work with symbol and stringRafael Mendonça França2014-11-111-0/+9
* Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-0/+21
* mutations on the underlying hash should also mutate the discard setAaron Patterson2011-12-281-0/+19
* mutations can't be done without the consent of our proxy object. ThisAaron Patterson2011-12-281-0/+62
* many args does not make sense with the current implementation because of how ...Aaron Patterson2011-04-061-10/+0
* getting the flash hash under testAaron Patterson2011-04-061-0/+100