aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/path_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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