Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Created November 4, 2011 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramontayag/1339975 to your computer and use it in GitHub Desktop.
Save ramontayag/1339975 to your computer and use it in GitHub Desktop.
Middleware
use Rack::Sendfile
use Rack::Cache
use Dragonfly::Middleware
use Dragonfly::CookieMonster
use Rack::Lock
use #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0xc046418>
use Rack::Runtime
use Rack::MethodOverride
use Rails::Rack::Logger
use ActionDispatch::ShowExceptions
use ActionDispatch::RemoteIp
use Rack::Sendfile
use ActionDispatch::Callbacks
use ActiveRecord::ConnectionAdapters::ConnectionManagement
use ActiveRecord::QueryCache
use ActionDispatch::Cookies
use ActionDispatch::Session::CookieStore
use ActionDispatch::Flash
use ActionDispatch::ParamsParser
use ActionDispatch::Head
use Rack::ConditionalGet
use Rack::ETag
use ActionDispatch::BestStandardsSupport
use ClientSideValidations::Middleware::Validators
use Warden::Manager
use Sass::Plugin::Rack
use ExceptionNotifier
run Unstilted::Application.routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment