aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/flash_hash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-14/+14
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-72/+72
* Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-2/+2
* 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