index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
flash_hash_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-3
/
+3
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-3
/
+3
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
"Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-14
/
+14
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-72
/
+72
*
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-2
/
+2
*
Migrate old flash behaviour
Samuel Cochran
2015-01-30
1
-6
/
+7
*
Discard from flash before persisting in session
Samuel Cochran
2015-01-29
1
-7
/
+9
*
Make FlashHash#key? work with symbol and string
Rafael Mendonça França
2014-11-11
1
-0
/
+9
*
Convert FlashHash in a Hash with indifferent access
Guillermo Iguaran
2014-02-11
1
-0
/
+10
*
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-09
1
-0
/
+21
*
mutations on the underlying hash should also mutate the discard set
Aaron Patterson
2011-12-28
1
-0
/
+19
*
mutations can't be done without the consent of our proxy object. This
Aaron Patterson
2011-12-28
1
-0
/
+62
*
many args does not make sense with the current implementation because of how ...
Aaron Patterson
2011-04-06
1
-10
/
+0
*
getting the flash hash under test
Aaron Patterson
2011-04-06
1
-0
/
+100