aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/path_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 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 more...Carlhuda2009-12-211-4/+4
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-0/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+1
* 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 f...Yehuda Katz + Carl Lerche2009-07-061-1/+1
* 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 r...Yehuda Katz + Carl Lerche2009-07-021-5/+6
* 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