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
/
test
/
controller
/
flash_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
1
-24
/
+24
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-07
1
-6
/
+2
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Remove unnecessary returns from builtin filters since render/return is now su...
Jeremy Kemper
2007-10-24
1
-1
/
+0
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
1
-2
/
+2
*
Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@...
Marcel Molina
2007-05-06
1
-0
/
+45
*
deprecated keep_flash test
Jeremy Kemper
2006-09-04
1
-2
/
+2
*
Fixed that you can still access the flash after the flash has been reset in r...
Rick Olson
2006-07-22
1
-0
/
+17
*
Modernize flash tests
David Heinemeier Hansson
2006-02-12
1
-41
/
+26
*
Silence deprecation warnings for keep_flash when running tests.
Marcel Molina
2005-12-02
1
-1
/
+1
*
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
/
+6
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
1
-6
/
+6
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
1
-5
/
+30
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+69
[prev]