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

Methods

for   guess  

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/.

[Validate]