aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/flash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-171-2/+6
* Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-131-1/+8
* Conditionally use `helper_method` in Flash concernEric Anderson2018-08-091-0/+8
* Add key rotation cookies middlewareMichael Coyne2017-09-241-1/+3
* 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
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+29
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-061-18/+18
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-21/+21
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* finish deprecating handling strings and symbolsAaron Patterson2015-08-071-1/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-24/+25
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-7/+9
* Remove unused `subclass_controller_with_flash_type_bar` var from flash test.Vipul A M2014-04-071-2/+2
* Fix setup of adding _flash_types test.Guo Xiang Tan2014-04-061-6/+15
* Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-0/+12
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-3/+3
* Remove extra whitespaceSantiago Pastorino2012-11-151-1/+1
* Sign cookies using key deriverSantiago Pastorino2012-11-031-2/+4
* Use "instance_accessor" for flash types class attributeCarlos Antonio da Silva2012-07-071-1/+0
* Added support add_flash_typeskennyj2012-07-071-0/+26
* Remove unused code.kennyj2012-07-071-4/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-4/+0
* Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-161-40/+0
* Don't reuse a closed flash when using nowFlorent Piteau2011-04-201-0/+8
* Be sure to not store the closed flash in the session.José Valim2011-04-191-1/+8
* favor composition over inheritance, have FlashHash delegate to a HashAaron Patterson2011-04-061-4/+4
* raise if someone tries to modify the flash when it was already streamed back ...Santiago Pastorino2011-04-051-0/+50
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-3/+17
* Ruby 1.9.1 compat: constant lookupJeremy Kemper2010-06-111-1/+1
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-1/+10
* Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...Anil Wadghule2010-05-151-0/+20
* Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]Sam Elliott and Santiago Pastorino2010-01-171-1/+1
* Move Flash into middlewareJoshua Peek2010-01-151-2/+40
* reset_session needs to be a real method so flash can override itJoshua Peek2009-12-211-12/+12
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-1/+28
* The FlashHash and friends causes a lot of needless session storing, when we k...Johan Sörensen2009-05-281-1/+6
* ActionController::Flash::FlashHash.use now returns either the value correspon...Niels Ganser2009-05-271-0/+15