aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer
Commit message (Expand)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
* 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 wi...Jeremy Kemper2009-09-141-6/+6
* 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 f...Yehuda Katz + Carl Lerche2009-07-064-28/+53
* 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 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-2614-0/+90