aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/check_ruby_version_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix ruby version testJeremy Kemper2009-12-281-40/+9
* Remove global Rails initializersCarlhuda2009-12-021-5/+2
* 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-161-0/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-2/+2
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+2
* Fix the broken railties isolation testsCarl Lerche2009-09-291-1/+6
* 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
* Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59