aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer
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-312-3/+3
* 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
* Fix ruby version testJeremy Kemper2009-12-281-40/+9
* test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-212-10/+9
* Remove global Rails initializersCarlhuda2009-12-021-5/+2
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-21/+21
* Update Ruby version check to 1.8.7Yehuda Katz2009-11-051-10/+18
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-163-0/+3
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-163-5/+5
* Expand paths in i18n initializer testsJoshua Peek2009-10-161-2/+2
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-162-0/+3
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-153-0/+5
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-1/+1
* 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