aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+1
* Move configuration to subfolders.José Valim2010-01-231-8/+0
* Plugin is now an Engine.José Valim2010-01-231-1/+1
* Ensure user set load paths have higher preference and move Bootstrap inside A...José Valim2010-01-231-1/+0
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-2/+1
* Massive cleanup in Railties and load stack.José Valim2010-01-211-1/+2
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-2/+3
* Allow to add subscribers through Railtie.José Valim2010-01-131-0/+1
* As the other constants, RAILS_DEFAULT_LOGGER no more.José Valim2010-01-131-13/+8
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-3/+1
* Run railtie and plugin initializers before app specific onesJoshua Peek2010-01-071-0/+2
* Some railties cleanup:Carl Lerche2009-12-311-0/+1
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-14/+104
* Add a /rails.rb for each framework for consistencyCarl Lerche2009-12-311-2/+8
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-33/+9
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-2/+3
* Add support for bare ActiveSupport via config.active_support.bareCarlhuda2009-12-021-0/+4
* Remove global Rails initializersCarlhuda2009-12-021-1/+16
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-0/+12
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-1/+0
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+2
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-2/+0
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+2