Skip to content

Instantly share code, notes, and snippets.

@plentz
Created April 14, 2011 22:43
Show Gist options
  • Save plentz/920749 to your computer and use it in GitHub Desktop.
Save plentz/920749 to your computer and use it in GitHub Desktop.
#development.rb
Foo::Application.configure do
config.middleware.delete Rack::Runtime
end
~/foo $ rake middleware
(in /Users/plentz/foo)
rake aborted!
No such middleware to insert before: "Rack::Runtime"
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment