aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Collapse)AuthorAgeFilesLines
* Need to lazy realize middleware options so they can be modified inJoshua Peek2009-12-161-3/+3
| | | | the environment
* 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
| | | | Fixes dev mode reloading [#3574 state:resolved]
* 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 ↵Carlhuda2009-12-021-18/+17
| | | | | | | | Kernel#config. This will fix the bug where reopening classes caused them to be overwritten.
| * 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
|/ | | | reloaded in dev mode
* 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; ↵Jeremy Kemper2009-11-191-1/+5
| | | | | | | | script/server working" Broke stuff. This reverts commit 520b8b59110dd130c89b317b6bd65d8644c7836f.
* 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
| | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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 ↵Carl Lerche2009-10-161-16/+0
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-0/+5
| | | | concerned about the config
* 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
| | | This is still very experimental.
* 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
| | | | | This is preliminary and not necessarily reflective of the full plan.
* Move middleware and route configuration from AC::Dispatcher to Rails ↵Joshua Peek2009-09-261-1/+5
| | | | application object
* 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
| | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b.
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-58/+0
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+58