Methods
- A
- F
- H
- R
- S
- U
Instance Public methods
attempt_to_use_flash_now()
Link
filter_halting_action()
Link
halt_and_redir()
Link
redirect_with_alert()
Link
redirect_with_foo_flash()
Link
redirect_with_notice()
Link
redirect_with_other_flashes()
Link
render_with_flash_now_alert()
Link
render_with_flash_now_notice()
Link
set_flash()
Link
set_flash_now()
Link
std_action()
Link
use_flash()
Link
use_flash_after_reset_session()
Link
# File actionpack/test/controller/flash_test.rb, line 45 def use_flash_after_reset_session flash["that"] = "hello" @flashy_that = flash["that"] reset_session @flashy_that_reset = flash["that"] flash["this"] = "good-bye" @flashy_this = flash["this"] render :inline => "hello" end
use_flash_and_keep_it()
Link