aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/flash.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Fix broken nodocsChris Arcand2018-04-131-1/+1
* 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
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-1/+2
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-8/+8
* Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-1/+1
* Fix request.reset_session for API controllersJon Moss2016-03-191-0/+5
* pull the flash methods in to their own moduleAaron Patterson2015-09-251-34/+38
* commit the flash after the controller finishes being servicedAaron Patterson2015-09-251-10/+16
* move flash committing to the request object.Aaron Patterson2015-09-251-12/+1
* ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* remove usage of `@env`Aaron Patterson2015-08-231-3/+5
* use a request object in the session middlewareAaron Patterson2015-08-221-1/+1
* move flash hash access to methods on the request objectAaron Patterson2015-08-071-2/+11
* Migrate old flash behaviourSamuel Cochran2015-01-301-0/+6
* Discard from flash before persisting in sessionSamuel Cochran2015-01-291-17/+17
* adding nodoc to private methodsJonathan Cutrell2014-11-231-2/+2
* Adding simple docs for ActionDispatch::Flash::FlashHash#to_session_valueJonathan Cutrell2014-11-231-1/+4
* Make FlashHash#key? work with symbol and stringRafael Mendonça França2014-11-111-1/+1
* flash doesn't pass objects #15522 [ci skip]Nishant Modak2014-07-011-3/+6
* Missed FlashHash#replaceGodfrey Chan2014-02-111-1/+1
* Fixed broken flash testsGodfrey Chan2014-02-111-1/+1
* Stringify the incoming hash in FlashHashGuillermo Iguaran2014-02-111-1/+3
* Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-4/+15
* Fixing build broken by this changeArun Agrawal2013-05-131-2/+2
* Code cleanup for ActionDispatch::Flash#callJulian Vargas2013-05-121-9/+3
* extract alert= and notice= examples to FlashHash#now [ci skip]Francesco Rodriguez2013-01-031-17/+15
* Add examples `alert=` and `notice=`, using memeslambda_2013-01-031-0/+10
* Remove nodoc from FlashHash #[]= [ci skip]Pablo Torres2012-12-011-1/+1
* Revert "Remove trailing whitespaces"Florent Guilleux2012-12-011-1/+1
* Remove trailing whitespacesFlorent Guilleux2012-12-011-1/+1
* Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-10/+24
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+1
* make sure the superclass matches so load order does not matterAaron Patterson2012-05-041-1/+1
* bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookupsAaron Patterson2012-05-031-1/+1
* Merge pull request #6083 from brainopia/remove_unused_closed_ivarsJosé Valim2012-04-301-1/+0
|\
| * Remove unused ivars left from close checksbrainopia2012-04-301-1/+0
* | fix the Flash middleware loading the session on every request (very dangerous...Will Bryant2012-04-281-6/+3
|/
* Fix example in flash middlewareAlexey Vakhov2012-04-171-1/+1
* simplify sweep now that discard and flashes are in syncAaron Patterson2011-12-281-8/+2
* mutations on the underlying hash should also mutate the discard setAaron Patterson2011-12-281-3/+5
* rename @used to something a bit more meaningfulAaron Patterson2011-12-281-7/+7
* mutations can't be done without the consent of our proxy object. ThisAaron Patterson2011-12-281-3/+0
* again, use Set#subtractAaron Patterson2011-12-281-1/+1