aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/boot.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-181-10/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-2/+2
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-2/+2
* Actually require the gem foundDavid Heinemeier Hansson2006-11-231-2/+2
* Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...David Heinemeier Hansson2006-11-231-1/+2
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-20/+26
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-071-1/+1
* Exit when no gem is found; expand on error messageNicholas Seckar2006-04-011-1/+5
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-6/+16
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+6
* Warn people not to change boot.rbDavid Heinemeier Hansson2005-12-081-0/+2
* Back off cleanpath to be symlink friendly. Closes #2533Nicholas Seckar2005-10-271-2/+2
* Don't clean RAILS_ROOT on windowsJamis Buck2005-10-191-3/+6
* Remove trailing '/' from RAILS_ROOTNicholas Seckar2005-10-181-1/+1
* Shorten long lineNicholas Seckar2005-10-151-1/+4
* Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P...Nicholas Seckar2005-10-141-1/+2
* Run set load path so others can do boot and get pathDavid Heinemeier Hansson2005-09-301-5/+7
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+8