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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.