aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/flash.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Use Set#subtract and Set#merge for keeping track of used / unused keysAaron Patterson2011-12-281-15/+4
* fix method visibilityAaron Patterson2011-12-281-15/+15
* no need for bang bang :bomb:Aaron Patterson2011-12-281-1/+1
* Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-161-6/+0
* Add some implementation docs. closes #3298. closes #2509.José Valim2011-10-121-0/+4
* Revert "Delegate to @flashes with 'delegate' instead of manually."Aaron Patterson2011-06-291-2/+24
* Delegate to @flashes with 'delegate' instead of manually.Ben Orenstein2011-06-291-24/+2
* Use initialize_copy! to proper initialize now on clone.José Valim2011-04-191-15/+18
* Don't reuse a closed flash when using nowFlorent Piteau2011-04-201-1/+5
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-0/+1
* Be sure to not store the closed flash in the session.José Valim2011-04-191-16/+25
* Merge branch 'master' of github.com:rails/railsAaron Patterson2011-04-071-1/+1
|\
| * Cache flash nowSantiago Pastorino2011-04-071-1/+1
| * Revert "Use freeze instead of close!"Santiago Pastorino2011-04-071-3/+9
| * Use freeze instead of close!Santiago Pastorino2011-04-061-9/+3
* | getting the flash hash under testAaron Patterson2011-04-061-0/+4
* | favor composition over inheritance, have FlashHash delegate to a HashAaron Patterson2011-04-061-7/+40
|/
* Add ClosedError message to the initializerSantiago Pastorino2011-04-061-5/+2
* raise if someone tries to modify the flash when it was already streamed back ...Santiago Pastorino2011-04-051-1/+19
* Use common terminologyJoost Baaij2010-08-271-3/+3
* mention the alert and notice accessors on the flashJoost Baaij2010-08-271-0/+5
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-2/+9
* Restore flash sweepJeremy Kemper2010-06-051-1/+1
* Stop the flash middleware from forcibly loading sessions even if the user doe...wycats2010-06-041-2/+2
* added convenience methods #notice and #alert to flash.nowMartin2010-05-151-0/+10
* Move Flash into middlewareJoshua Peek2010-01-151-0/+174