rails--rails/railties/lib/rails/application
Carlhuda ae93789d9a Move middlewares to the Application level. If you want to modify the middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware). 2010-03-08 11:40:51 -08:00
..
bootstrap.rb Moved initializers for ActionMailer and ActionController into their own railties 2010-03-02 12:32:31 -08:00
configurable.rb
configuration.rb Move middlewares to the Application level. If you want to modify the middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware). 2010-03-08 11:40:51 -08:00
finisher.rb
metal_loader.rb
railties.rb
routes_reloader.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00