Skip to content

Instantly share code, notes, and snippets.

@mmaa
Created August 19, 2010 18:33
Show Gist options
  • Select an option

  • Save mmaa/538562 to your computer and use it in GitHub Desktop.

Select an option

Save mmaa/538562 to your computer and use it in GitHub Desktop.
% RAILS_ENV=production rake middleware
use ActionDispatch::Static
use Rack::Lock
use ActiveSupport::Cache::Strategy::LocalCache
use Rack::Runtime
use Rails::Rack::Logger
use ActionDispatch::ShowExceptions
use ActionDispatch::RemoteIp
use Rack::Sendfile
use ActionDispatch::Callbacks
use ActiveRecord::QueryCache
use ActionDispatch::Cookies
use ActionDispatch::Session::CookieStore
use ActionDispatch::Flash
use ActionDispatch::ParamsParser
use Rack::MethodOverride
use ActionDispatch::Head
use Rack::Static
use Sass::Plugin::Rack
run Spender::Application.routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment