| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | Make flash messages cookie compatible with Rails 4 | Rafael Mendonça França | 2016-05-06 | 1 | -1/+1 |
* | Fix request.reset_session for API controllers | Jon Moss | 2016-03-19 | 1 | -0/+5 |
* | pull the flash methods in to their own module | Aaron Patterson | 2015-09-25 | 1 | -34/+38 |
* | commit the flash after the controller finishes being serviced | Aaron Patterson | 2015-09-25 | 1 | -10/+16 |
* | move flash committing to the request object. | Aaron Patterson | 2015-09-25 | 1 | -12/+1 |
* | ask the request object for the session | Aaron Patterson | 2015-09-22 | 1 | -1/+1 |
* | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 1 | -1/+1 |
* | remove usage of `@env` | Aaron Patterson | 2015-08-23 | 1 | -3/+5 |
* | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 1 | -1/+1 |
* | move flash hash access to methods on the request object | Aaron Patterson | 2015-08-07 | 1 | -2/+11 |
* | Migrate old flash behaviour | Samuel Cochran | 2015-01-30 | 1 | -0/+6 |
* | Discard from flash before persisting in session | Samuel Cochran | 2015-01-29 | 1 | -17/+17 |
* | adding nodoc to private methods | Jonathan Cutrell | 2014-11-23 | 1 | -2/+2 |
* | Adding simple docs for ActionDispatch::Flash::FlashHash#to_session_value | Jonathan Cutrell | 2014-11-23 | 1 | -1/+4 |
* | Make FlashHash#key? work with symbol and string | Rafael Mendonça França | 2014-11-11 | 1 | -1/+1 |
* | flash doesn't pass objects #15522 [ci skip] | Nishant Modak | 2014-07-01 | 1 | -3/+6 |
* | Missed FlashHash#replace | Godfrey Chan | 2014-02-11 | 1 | -1/+1 |
* | Fixed broken flash tests | Godfrey Chan | 2014-02-11 | 1 | -1/+1 |
* | Stringify the incoming hash in FlashHash | Guillermo Iguaran | 2014-02-11 | 1 | -1/+3 |
* | Convert FlashHash in a Hash with indifferent access | Guillermo Iguaran | 2014-02-11 | 1 | -4/+15 |
* | Fixing build broken by this change | Arun Agrawal | 2013-05-13 | 1 | -2/+2 |
* | Code cleanup for ActionDispatch::Flash#call | Julian Vargas | 2013-05-12 | 1 | -9/+3 |
* | extract alert= and notice= examples to FlashHash#now [ci skip] | Francesco Rodriguez | 2013-01-03 | 1 | -17/+15 |
* | Add examples `alert=` and `notice=`, using memes | lambda_ | 2013-01-03 | 1 | -0/+10 |
* | Remove nodoc from FlashHash #[]= [ci skip] | Pablo Torres | 2012-12-01 | 1 | -1/+1 |
* | Revert "Remove trailing whitespaces" | Florent Guilleux | 2012-12-01 | 1 | -1/+1 |
* | Remove trailing whitespaces | Florent Guilleux | 2012-12-01 | 1 | -1/+1 |
* | Store FlashHashes in the session as plain hashes rather than custom objects w... | James Coglan | 2012-11-09 | 1 | -10/+24 |
* | Removing ==Examples and last blank lines of docs from actionpack | Francesco Rodriguez | 2012-05-15 | 1 | -1/+1 |
* | make sure the superclass matches so load order does not matter | Aaron Patterson | 2012-05-04 | 1 | -1/+1 |
* | bread AD::Request::Session to it's own file, consolidate HASH OF DOOM lookups | Aaron Patterson | 2012-05-03 | 1 | -1/+1 |
* | Merge pull request #6083 from brainopia/remove_unused_closed_ivars | José Valim | 2012-04-30 | 1 | -1/+0 |
|\ |
|
| * | Remove unused ivars left from close checks | brainopia | 2012-04-30 | 1 | -1/+0 |
* | | fix the Flash middleware loading the session on every request (very dangerous... | Will Bryant | 2012-04-28 | 1 | -6/+3 |
|/ |
|
* | Fix example in flash middleware | Alexey Vakhov | 2012-04-17 | 1 | -1/+1 |
* | 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 |