aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/boot_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass again after merge.José Valim2009-06-251-1/+1
* Kick boot_test back to life.José Valim2009-06-191-1/+1
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-281-0/+1
* Vendored gem paths now being loaded if they exist [#2204 state:resolved]John Dzak2009-03-131-0/+2
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-5/+0
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-0/+2
* Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]Jeremy Kemper2007-12-101-0/+5
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-2/+14
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-1/+18
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-0/+145