aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/flash.rb
Commit message (Expand)AuthorAgeFilesLines
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-1/+1
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-051-1/+1
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-5/+6
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-12/+11
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-221-1/+2
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+2
* Fixed that the flash should be reset when reset_session is called (closes #55...David Heinemeier Hansson2006-07-051-1/+7
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-5/+2
* Fixed docsDavid Heinemeier Hansson2006-03-281-1/+1
* make sure nil @session doesn't mess up wsod stacktracesJamis Buck2006-03-101-1/+1
* Fixed that flash wasnt being cleared after components refactoring yesterdayDavid Heinemeier Hansson2006-02-121-1/+1
* Flash shouldnt depend on components either [DHH]David Heinemeier Hansson2006-02-121-14/+24
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-29/+43
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-30/+12
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-211-7/+16
* Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...David Heinemeier Hansson2005-10-261-0/+4
* Take a different approach to keeping flash around when using components.Scott Barron2005-10-251-0/+4
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-7/+7
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-36/+30
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-201-29/+125
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-3/+3
* InitialDavid Heinemeier Hansson2004-11-241-0/+65