Module Rack::Adapter
In: lib/thin.rb
lib/rack/adapter/rails.rb
lib/rack/adapter/loader.rb

Methods

for   guess   load  

Classes and Modules

Class Rack::Adapter::Rails

Public Class methods

Loads an adapter identified by name using options hash.

Guess which adapter to use based on the directory structure or file content. Returns a symbol representing the name of the adapter to use to load the application under dir/.

Load a Rack application from a Rack config file (.ru).

[Validate]