new_session() Instance Public methods create a new session. If a block is given, the new session will be yielded to the block before being returned.
helper() Instance Public methods Gets the helper methods available to the controller. This method assumes an ApplicationController exists, and it extends ActionController::Base
controller() Instance Public methods Gets a new instance of a controller object. This method assumes an ApplicationController exists, and it extends ActionController::Base
app(create=false) Instance Public methods reference the global âappâ instance, created on demand. To recreate the instance, pass a non-false value as the parameter.
start() Instance Public methods
set_environment!() Instance Public methods
sandbox?() Instance Public methods
require_debugger() Instance Public methods
environment?() Instance Public methods
environment() Instance Public methods
Page 58 of 2275