aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/middleware.rake
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* 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
* 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 Foo::App...Joshua Peek2010-01-241-1/+1
* 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