aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/middleware.rake
Commit message (Collapse)AuthorAgeFilesLines
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
|
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
| | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
* Remove the laziness from the middleware stack.José Valim2010-05-291-1/+1
|
* Middleware stack actually runs routes and not the application.José Valim2010-01-261-1/+1
|
* Ensure proper class is shown on rake middleware.José Valim2010-01-261-1/+1
|
* Add Rails::Application pointer to the default app to add symmetry to ↵Joshua Peek2010-01-241-1/+1
| | | | Foo::Application
* Cleanup middleware introspection outputJoshua Peek2010-01-191-1/+1
|
* Pull middleware for Rails info from the initializer instead of ActionControllerJoshua Peek2009-09-261-2/+2
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+7