aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/initializer/check_ruby_version_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor railties test, break huge files in smaller chunks and move ↵José Valim2010-01-261-33/+0
| | | | initializers to application folder.
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-2/+2
|
* 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 ↵Carl Lerche2009-10-161-0/+1
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-2/+2
| | | | concerned about the config
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-0/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Fix the broken railties isolation testsCarl Lerche2009-09-291-1/+6
|
* 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
|
* Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59