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
/
lib
/
action_dispatch
/
middleware
/
flash.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify sweep now that discard and flashes are in sync
Aaron Patterson
2011-12-28
1
-8
/
+2
*
mutations on the underlying hash should also mutate the discard set
Aaron Patterson
2011-12-28
1
-3
/
+5
*
rename @used to something a bit more meaningful
Aaron Patterson
2011-12-28
1
-7
/
+7
*
mutations can't be done without the consent of our proxy object. This
Aaron Patterson
2011-12-28
1
-3
/
+0
*
again, use Set#subtract
Aaron Patterson
2011-12-28
1
-1
/
+1
*
Use Set#subtract and Set#merge for keeping track of used / unused keys
Aaron Patterson
2011-12-28
1
-15
/
+4
*
fix method visibility
Aaron Patterson
2011-12-28
1
-15
/
+15
*
no need for bang bang :bomb:
Aaron Patterson
2011-12-28
1
-1
/
+1
*
Get rid of the close checks since we cannot reliably close the session anyway.
José Valim
2011-12-16
1
-6
/
+0
*
Add some implementation docs. closes #3298. closes #2509.
José Valim
2011-10-12
1
-0
/
+4
*
Revert "Delegate to @flashes with 'delegate' instead of manually."
Aaron Patterson
2011-06-29
1
-2
/
+24
*
Delegate to @flashes with 'delegate' instead of manually.
Ben Orenstein
2011-06-29
1
-24
/
+2
*
Use initialize_copy! to proper initialize now on clone.
José Valim
2011-04-19
1
-15
/
+18
*
Don't reuse a closed flash when using now
Florent Piteau
2011-04-20
1
-1
/
+5
*
Do not inherit from Rack::Response, remove a shit-ton of unused code.
José Valim
2011-04-19
1
-0
/
+1
*
Be sure to not store the closed flash in the session.
José Valim
2011-04-19
1
-16
/
+25
*
Merge branch 'master' of github.com:rails/rails
Aaron Patterson
2011-04-07
1
-1
/
+1
|
\
|
*
Cache flash now
Santiago Pastorino
2011-04-07
1
-1
/
+1
|
*
Revert "Use freeze instead of close!"
Santiago Pastorino
2011-04-07
1
-3
/
+9
|
*
Use freeze instead of close!
Santiago Pastorino
2011-04-06
1
-9
/
+3
*
|
getting the flash hash under test
Aaron Patterson
2011-04-06
1
-0
/
+4
*
|
favor composition over inheritance, have FlashHash delegate to a Hash
Aaron Patterson
2011-04-06
1
-7
/
+40
|
/
*
Add ClosedError message to the initializer
Santiago Pastorino
2011-04-06
1
-5
/
+2
*
raise if someone tries to modify the flash when it was already streamed back ...
Santiago Pastorino
2011-04-05
1
-1
/
+19
*
Use common terminology
Joost Baaij
2010-08-27
1
-3
/
+3
*
mention the alert and notice accessors on the flash
Joost Baaij
2010-08-27
1
-0
/
+5
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-2
/
+9
*
Restore flash sweep
Jeremy Kemper
2010-06-05
1
-1
/
+1
*
Stop the flash middleware from forcibly loading sessions even if the user doe...
wycats
2010-06-04
1
-2
/
+2
*
added convenience methods #notice and #alert to flash.now
Martin
2010-05-15
1
-0
/
+10
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-0
/
+174