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 80
80:           def call(env)
81:             request         = Request.new(env)
82:             response        = Response.new
83:             session_options = ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS
84:             cgi             = CGIWrapper.new(request, response)
85: 
86:             Dispatcher.dispatch(cgi, session_options, response)
87: 
88:             response.finish
89:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.