index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
flash.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazy load flash access
Joshua Peek
2008-12-16
1
-9
/
+13
*
Session objects are always a hash, so we need to ensure a flash hash is alway...
Joshua Peek
2008-12-15
1
-35
/
+20
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
1
-1
/
+1
*
Fixed flash.now not being accessible in tests. Flash sweeping is now done bef...
Andreas Neuhaus
2008-05-11
1
-6
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+2
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
1
-16
/
+10
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
1
-1
/
+1
*
Correct flash discard rdoc. Closes #8502 [kampers]
Jeremy Kemper
2007-05-29
1
-2
/
+2
*
Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@...
Marcel Molina
2007-05-06
1
-1
/
+1
*
Consistent public/protected/private visibility for chained methods. Closes #7...
Jeremy Kemper
2007-03-13
1
-15
/
+17
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-1
/
+1
*
caller is necessary for proper trace in deprecation
David Heinemeier Hansson
2006-09-05
1
-1
/
+1
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-5
/
+6
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-12
/
+11
*
Fixed that you can still access the flash after the flash has been reset in r...
Rick Olson
2006-07-22
1
-1
/
+2
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+2
*
Fixed that the flash should be reset when reset_session is called (closes #55...
David Heinemeier Hansson
2006-07-05
1
-1
/
+7
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-5
/
+2
*
Fixed docs
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
make sure nil @session doesn't mess up wsod stacktraces
Jamis Buck
2006-03-10
1
-1
/
+1
*
Fixed that flash wasnt being cleared after components refactoring yesterday
David Heinemeier Hansson
2006-02-12
1
-1
/
+1
*
Flash shouldnt depend on components either [DHH]
David Heinemeier Hansson
2006-02-12
1
-14
/
+24
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-29
/
+43
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-30
/
+12
*
Don't put flash in session if sessions are disabled.
Jeremy Kemper
2005-11-21
1
-7
/
+16
*
Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...
David Heinemeier Hansson
2005-10-26
1
-0
/
+4
*
Take a different approach to keeping flash around when using components.
Scott Barron
2005-10-25
1
-0
/
+4
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
1
-7
/
+7
*
Deprecated the majority of all the testing assertions and replaced them with ...
David Heinemeier Hansson
2005-04-17
1
-36
/
+30
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
1
-29
/
+125
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-3
/
+3
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+65