| Commit message (Expand) | Author | Age | Files | Lines |
* | Change usage of defined? to check the rubygems constant existance by a rescue... | Carlos Paramio | 2008-11-17 | 1 | -1/+1 |
* | Rails now requires rubygems 1.3.1 of higher. | Pratik Naik | 2008-11-14 | 1 | -1/+1 |
* | requiring rubygems version 1.1.1 | David Lowenfels | 2008-07-15 | 1 | -4/+4 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 1 | -0/+1 |
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -2/+1 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -0/+1 |
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+2 |
* | Load config/preinitializer.rb, if present, before loading the environment. Cl... | Jeremy Kemper | 2007-11-17 | 1 | -1/+12 |
* | Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman] | Jeremy Kemper | 2007-10-26 | 1 | -3/+3 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 1 | -26/+84 |
* | Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ... | Jeremy Kemper | 2007-10-18 | 1 | -8/+11 |
* | Deprecation: remove components from controller paths. Canonicalize RAILS_ROO... | Jeremy Kemper | 2007-03-18 | 1 | -10/+1 |
* | Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. | Jeremy Kemper | 2007-03-06 | 1 | -2/+2 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -2/+2 |
* | Actually require the gem found | David Heinemeier Hansson | 2006-11-23 | 1 | -2/+2 |
* | Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ... | David Heinemeier Hansson | 2006-11-23 | 1 | -1/+2 |
* | Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen... | David Heinemeier Hansson | 2006-04-07 | 1 | -20/+26 |
* | Don't match commented out RAILS_GEM_VERSIONs. | Nicholas Seckar | 2006-04-07 | 1 | -1/+1 |
* | Exit when no gem is found; expand on error message | Nicholas Seckar | 2006-04-01 | 1 | -1/+5 |
* | Specify gem version in environment.rb | David Heinemeier Hansson | 2006-04-01 | 1 | -6/+16 |
* | Teach Rails apps to only load gems of the same Rails version they were genera... | Nicholas Seckar | 2006-04-01 | 1 | -1/+6 |
* | Warn people not to change boot.rb | David Heinemeier Hansson | 2005-12-08 | 1 | -0/+2 |
* | Back off cleanpath to be symlink friendly. Closes #2533 | Nicholas Seckar | 2005-10-27 | 1 | -2/+2 |
* | Don't clean RAILS_ROOT on windows | Jamis Buck | 2005-10-19 | 1 | -3/+6 |
* | Remove trailing '/' from RAILS_ROOT | Nicholas Seckar | 2005-10-18 | 1 | -1/+1 |
* | Shorten long line | Nicholas Seckar | 2005-10-15 | 1 | -1/+4 |
* | Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P... | Nicholas Seckar | 2005-10-14 | 1 | -1/+2 |
* | Run set load path so others can do boot and get path | David Heinemeier Hansson | 2005-09-30 | 1 | -5/+7 |
* | Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+8 |