aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/path_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor railties test, break huge files in smaller chunks and move ↵José Valim2010-01-261-99/+0
| | | | initializers to application folder.
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-0/+1
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+3
|
* Move configuration to subfolders.José Valim2010-01-231-3/+3
|
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-1/+1
|
* Got tests working once again.José Valim2010-01-221-15/+8
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-4/+4
|
* Some railties cleanup:Carl Lerche2009-12-311-1/+1
| | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
|
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-311-2/+2
|
* Fix copy/pasted test class nameJeremy Kemper2009-12-281-97/+99
|
* test.rb, dev.rb, and production.rb just reopen the Application class; no ↵Carlhuda2009-12-211-4/+4
| | | | more hax required
* 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-1/+1
| | | | concerned about the config
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-0/+1
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-0/+1
| | | | 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-1/+1
|
* Fix the broken railties isolation testsCarl Lerche2009-09-291-17/+15
|
* Fix railties testsJoshua Peek2009-09-251-0/+3
|
* Add a .tmp pathYehuda Katz2009-08-091-1/+2
|
* Get Initializer tests running without requiring parts of Rails being loaded ↵Yehuda Katz + Carl Lerche2009-07-061-1/+1
| | | | first
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-021-9/+1
|
* Adds support for def self.setup in isolation tests for setup that should be ↵Yehuda Katz + Carl Lerche2009-07-021-5/+6
| | | | run only once in the parent
* Test that builtin_directories is only used in development modeCarl Lerche2009-06-301-0/+17
|
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-0/+86