| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove secret_token rack env and cookie upgrade code | Rafael Mendonça França | 2019-01-17 | 1 | -2/+6 |
* | Make sure the flash method is defined even if helpers are not present | Rafael Mendonça França | 2018-09-13 | 1 | -1/+8 |
* | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 1 | -0/+8 |
* | Add key rotation cookies middleware | Michael Coyne | 2017-09-24 | 1 | -1/+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 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -1/+1 |
* | Include the content of the flash in the auto-generated etag (#26250) | David Heinemeier Hansson | 2016-08-22 | 1 | -0/+29 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -4/+4 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -21/+21 |
* | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -1/+3 |
* | finish deprecating handling strings and symbols | Aaron Patterson | 2015-08-07 | 1 | -1/+1 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -24/+25 |
* | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -1/+1 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 1 | -7/+9 |
* | Remove unused `subclass_controller_with_flash_type_bar` var from flash test. | Vipul A M | 2014-04-07 | 1 | -2/+2 |
* | Fix setup of adding _flash_types test. | Guo Xiang Tan | 2014-04-06 | 1 | -6/+15 |
* | Fixed broken flash tests | Godfrey Chan | 2014-02-11 | 1 | -4/+4 |
* | Typo fixes [ci skip] | Akshay Vishnoi | 2013-11-30 | 1 | -2/+2 |
* | Custom flash should be defined only for the class that defines it and it's su... | Ricardo de Cillo | 2013-09-13 | 1 | -0/+12 |
* | Remove comments about removing LegacyKeyGenerator in 4.1 | Trevor Turk | 2013-04-03 | 1 | -1/+0 |
* | Rename DummyKeyGenerator -> LegacyKeyGenerator | Trevor Turk | 2013-04-02 | 1 | -2/+2 |
* | use `_action` instead of `_filter` callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -3/+3 |
* | Remove extra whitespace | Santiago Pastorino | 2012-11-15 | 1 | -1/+1 |
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -2/+4 |
* | Use "instance_accessor" for flash types class attribute | Carlos Antonio da Silva | 2012-07-07 | 1 | -1/+0 |
* | Added support add_flash_types | kennyj | 2012-07-07 | 1 | -0/+26 |
* | Remove unused code. | kennyj | 2012-07-07 | 1 | -4/+0 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 1 | -4/+0 |
* | Get rid of the close checks since we cannot reliably close the session anyway. | José Valim | 2011-12-16 | 1 | -40/+0 |
* | Don't reuse a closed flash when using now | Florent Piteau | 2011-04-20 | 1 | -0/+8 |
* | Be sure to not store the closed flash in the session. | José Valim | 2011-04-19 | 1 | -1/+8 |
* | favor composition over inheritance, have FlashHash delegate to a Hash | Aaron Patterson | 2011-04-06 | 1 | -4/+4 |
* | raise if someone tries to modify the flash when it was already streamed back ... | Santiago Pastorino | 2011-04-05 | 1 | -0/+50 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -1/+1 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -1/+1 |
* | Just reading flash messages should not create a session if one does not exist... | José Valim | 2010-06-25 | 1 | -3/+17 |
* | Ruby 1.9.1 compat: constant lookup | Jeremy Kemper | 2010-06-11 | 1 | -1/+1 |
* | Simplify cookie_store by simply relying on cookies.signed. | José Valim | 2010-05-18 | 1 | -1/+10 |
* | Add tests for convenience methods #notice and #alert to flash.now [#4369 stat... | Anil Wadghule | 2010-05-15 | 1 | -0/+20 |
* | Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved] | Sam Elliott and Santiago Pastorino | 2010-01-17 | 1 | -1/+1 |
* | Move Flash into middleware | Joshua Peek | 2010-01-15 | 1 | -2/+40 |
* | reset_session needs to be a real method so flash can override it | Joshua Peek | 2009-12-21 | 1 | -12/+12 |
* | Added alert/notice from 2-3-stable and refactored redirect_to into just livin... | David Heinemeier Hansson | 2009-12-17 | 1 | -1/+28 |
* | The FlashHash and friends causes a lot of needless session storing, when we k... | Johan Sörensen | 2009-05-28 | 1 | -1/+6 |
* | ActionController::Flash::FlashHash.use now returns either the value correspon... | Niels Ganser | 2009-05-27 | 1 | -0/+15 |
* | Make ActionController::Flash work with new_base | Pratik Naik | 2009-05-21 | 1 | -24/+25 |