Parent

Methods

Rack::Adapter::Rails::CgiApp

For Rails pre Rack (2.3)

Public Instance Methods

call(env) click to toggle source
# File lib/rack/adapter/rails.rb, line 83
def call(env)
  request         = Request.new(env)
  response        = Response.new
  session_options = ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS
  cgi             = CGIWrapper.new(request, response)

  Dispatcher.dispatch(cgi, session_options, response)

  response.finish
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.