aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/flash.rb
Commit message (Expand)AuthorAgeFilesLines
* 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