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
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-4
/
+0
*
Get rid of the close checks since we cannot reliably close the session anyway.
José Valim
2011-12-16
1
-40
/
+0
*
Don't reuse a closed flash when using now
Florent Piteau
2011-04-20
1
-0
/
+8
*
Be sure to not store the closed flash in the session.
José Valim
2011-04-19
1
-1
/
+8
*
favor composition over inheritance, have FlashHash delegate to a Hash
Aaron Patterson
2011-04-06
1
-4
/
+4
*
raise if someone tries to modify the flash when it was already streamed back ...
Santiago Pastorino
2011-04-05
1
-0
/
+50
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Just reading flash messages should not create a session if one does not exist...
José Valim
2010-06-25
1
-3
/
+17
*
Ruby 1.9.1 compat: constant lookup
Jeremy Kemper
2010-06-11
1
-1
/
+1
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-1
/
+10
*
Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...
Anil Wadghule
2010-05-15
1
-0
/
+20
*
Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]
Sam Elliott and Santiago Pastorino
2010-01-17
1
-1
/
+1
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-2
/
+40
*
reset_session needs to be a real method so flash can override it
Joshua Peek
2009-12-21
1
-12
/
+12
*
Added alert/notice from 2-3-stable and refactored redirect_to into just livin...
David Heinemeier Hansson
2009-12-17
1
-1
/
+28
*
The FlashHash and friends causes a lot of needless session storing, when we k...
Johan Sörensen
2009-05-28
1
-1
/
+6
*
ActionController::Flash::FlashHash.use now returns either the value correspon...
Niels Ganser
2009-05-27
1
-0
/
+15
*
Make ActionController::Flash work with new_base
Pratik Naik
2009-05-21
1
-24
/
+25
*
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