aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer
Commit message (Collapse)AuthorAgeFilesLines
* Start moving the initializers into the application objectCarl Lerche2009-10-081-0/+51
|
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-0/+16
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* Remove unneeded files from the railties test directoryCarl Lerche2009-09-2914-56/+0
|
* Fix the broken railties isolation testsCarl Lerche2009-09-293-104/+21
|
* Fix railties testsJoshua Peek2009-09-251-0/+3
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+2
|
* Style bikeshed: prefer obvious string paths with / separator to args lists ↵Jeremy Kemper2009-09-141-6/+6
| | | | with ', ' separator
* Railties test helpers need to activate rack gemJoshua Peek2009-09-011-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-064-28/+53
| | | | first
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-024-18/+111
|
* Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59
|
* 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-2614-0/+90