aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Some railties cleanup:Carl Lerche2009-12-311-0/+2
| | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-311-2/+2
|
* Clarify assertionJeremy Kemper2009-12-301-2/+2
|
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-23/+17
|
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-26/+0
|
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-211-81/+79
|\ | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb
* | Update routes.rb template to use App nameJoshua Peek2009-12-211-0/+10
|/
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-0/+1
|
* Add support for bare ActiveSupport via config.active_support.bareCarlhuda2009-12-021-1/+3
|
* Remove global Rails initializersCarlhuda2009-12-021-16/+0
|
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-20/+0
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-0/+1
| | | | | | 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-17/+17
| | | | concerned about the config
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-13/+32
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-0/+15
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-5/+127
|
* Even more initializers ported overCarl Lerche2009-10-081-0/+7
|
* Ported over more initializersCarl Lerche2009-10-081-0/+7
|
* Moving more initializers into the application objectCarl Lerche2009-10-081-0/+25
|
* Start moving the initializers into the application objectCarl Lerche2009-10-081-0/+33