Created
April 14, 2011 22:43
-
-
Save plentz/920749 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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