aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* dealing with some -w warnings on startupAaron Patterson2011-08-241-1/+1
* ADdd missing requires (thanks to @arunagw)José Valim2011-05-071-1/+1
* Always flush logger at exitJason Rudolph2011-05-061-0/+1
* Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]John Firebaugh2010-12-201-5/+3
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-1/+1
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-5/+2
* Clear DescendantsTracker on each request.José Valim2010-06-191-0/+2
* Remove the laziness from the middleware stack.José Valim2010-05-291-1/+1
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-4/+4
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-1/+2
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-14/+2
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-4/+4
* Ensure all initializers are collections.José Valim2010-01-261-21/+21
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-0/+4
* Ensure environment config has higher priority than application ones.José Valim2010-01-241-0/+4
* Break application.rb file in smaller chunks.José Valim2010-01-231-0/+77