aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/boot.rb
Commit message (Expand)AuthorAgeFilesLines
* App generator is working using new generators (except for templates).José Valim2009-06-191-110/+0
* Vendored gem paths now being loaded if they exist [#2204 state:resolved]John Dzak2009-03-131-0/+1
* Change usage of defined? to check the rubygems constant existance by a rescue...Carlos Paramio2008-11-171-1/+1
* Rails now requires rubygems 1.3.1 of higher.Pratik Naik2008-11-141-1/+1
* requiring rubygems version 1.1.1David Lowenfels2008-07-151-4/+4
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-271-0/+1
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-2/+1
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-0/+1
* Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]Jeremy Kemper2007-12-101-1/+1
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-2/+2
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-1/+12
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-26/+84
* Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...Jeremy Kemper2007-10-181-8/+11
* 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