aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/flash.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-4/+4
* Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-131-5/+3
* Conditionally use `helper_method` in Flash concernEric Anderson2018-08-091-3/+5
* 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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-1/+1
* Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-1/+1
* Add documentation for add_flash_types [ci skip]Robin Dupret2013-07-101-0/+17
* Use "instance_accessor" for flash types class attributeCarlos Antonio da Silva2012-07-071-3/+3
* Added support add_flash_typeskennyj2012-07-071-8/+23
* Move Flash into middlewareJoshua Peek2010-01-151-175/+2
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-60/+59
* Merge Session stuff into RackConvenienceJoshua Peek2009-12-201-6/+4
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-0/+41
* Fix warning in AC flashJoshua Peek2009-12-141-0/+1
* Make controller.flash public to be used in responders.José Valim2009-12-071-12/+12
* Clean up flash a bitYehuda Katz2009-10-271-1/+1
* Clean up flash a bitYehuda Katz2009-10-261-25/+23
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+164