Class
Rack::Adapter::Rails
In:
lib/rack/adapter/rails.rb
Parent:
Object
Methods
call
file_exist?
load_application
new
serve_file
serve_rails
Classes and Modules
Class
Rack::Adapter::Rails::CGIWrapper
Constants
FILE_METHODS
=
%w(GET HEAD).freeze
Public Class methods
new
(options={})
Public Instance methods
call
(env)
file_exist?
(path)
TODO refactor this in File#can_serve?(path) ??
load_application
()
serve_file
(env)
serve_rails
(env)
[Validate]