aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the correct method for eager loading autoloadsCarl Lerche2009-12-291-1/+1
* Make plugins responsible for loading their own rake tasksSam Pohlenz2009-12-291-7/+1
* Application object should instantiate non-vendored pluginsSam Pohlenz2009-12-291-1/+1
* Check to see if the plugin object responds to load_tasks (vendor/plugin/* doe...Carl Lerche2009-12-291-1/+4
* Add the ability to have plugins load rake tasks.Carl Lerche2009-12-281-0/+5
* Merge remote branch 'origin/master'Carlhuda2009-12-231-64/+32
|\
| * Fix Rack::Lock middleware condition: use *unless* we allow concurrencyJeremy Kemper2009-12-231-1/+1
| * Shift more responsibility from application class to its singleton instance. T...Jeremy Kemper2009-12-231-77/+46
* | Require active_support/all unless specifically requested to be left out.Carlhuda2009-12-231-0/+4
* | Finish moving config.frameworks-dependent code to the framework pluginCarlhuda2009-12-231-111/+1
* | Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-59/+7
* | tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-24/+34
|/
* Use Rack::Runtime middleware so the reported time includes the entire middlew...Joshua Peek2009-12-221-0/+1
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-211-18/+11
|\
| * Replace reopening the class with App.configure as an alias to class_evalCarlhuda2009-12-211-0/+4
| * test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-211-18/+7
* | Update routes.rb template to use App nameJoshua Peek2009-12-211-0/+4
|/
* Give the builtin controllers their own routes.rb now that the legacy catch-al...David Heinemeier Hansson2009-12-211-0/+1
* Need to lazy realize middleware options so they can be modified inJoshua Peek2009-12-161-3/+3
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-1/+7
* Procs don't call themselvesJoshua Peek2009-12-151-1/+1
* Move route reloading into railtiesJoshua Peek2009-12-141-4/+45
* 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