aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-021-35/+17
|\
| * Stop evalling the environment file in favor of require + setting a Kernel#con...Carlhuda2009-12-021-18/+17
| * Add support for bare ActiveSupport via config.active_support.bareCarlhuda2009-12-021-15/+2
| * Remove global Rails initializersCarlhuda2009-12-021-4/+0
* | Move controller namespace tracking into route set so it getsJoshua Peek2009-12-021-1/+1
|/
* Load application specific rake tasks in the application objectCarl Lerche2009-11-251-0/+2
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-5/+13
* Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...Jeremy Kemper2009-11-191-1/+5
* Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-181-5/+1
* Make script/server work with correct application.rbYehuda Katz2009-11-161-0/+5
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-37/+13
* Conceptually unify instance & global initializersYehuda Katz + Carl Lerche2009-11-051-14/+31
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-031-12/+0
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-1/+2
* Clarify date/time dependenciesJeremy Kemper2009-11-021-0/+1
* Tests pass againYehuda Katz2009-10-271-2/+2
* Remove some remnants of config.gemCarl Lerche2009-10-171-60/+5
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-16/+0
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-0/+5
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-3/+3
* Configure Orchestra on initialization.José Valim2009-10-151-0/+11
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-3/+7
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+206
* Even more initializers ported overCarl Lerche2009-10-081-1/+133
* Ported over more initializersCarl Lerche2009-10-081-1/+41
* Move the ensure_tmp_directories_exist initializer to the application objectCarl Lerche2009-10-081-0/+7
* Moving more initializers into the application objectCarl Lerche2009-10-081-22/+71
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+31
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+11
* Fix the broken railties isolation testsCarl Lerche2009-09-291-3/+3
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-2/+10
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-1/+5
* Initializer.run returns an application objectJoshua Peek2009-09-251-2/+0
* Extract "parse_config" into ADJoshua Peek2009-09-251-16/+0
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+29
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-58/+0
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+58