diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-07 18:21:52 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-07 18:21:52 +0000 |
commit | c077a7308eb84deb0e068ead404caa88621f1836 (patch) | |
tree | b4e8ee76c7b52334912dd8aa916fb679ee264779 /railties/CHANGELOG | |
parent | 7d3092478cf2f572ffc9a106c2eedc520986e60d (diff) | |
download | rails-c077a7308eb84deb0e068ead404caa88621f1836.tar.gz rails-c077a7308eb84deb0e068ead404caa88621f1836.tar.bz2 rails-c077a7308eb84deb0e068ead404caa88621f1836.zip |
Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH] Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 593b5ac29a..407b01010e 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,9 @@ -* Don't match commented out RAILS_GEM_VERSIONs. [Nicholas Seckar] +*SVN* + +* Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH] + +* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH] -* Avoid "Constant already defined" warnings for RAILS_GEM_VERSION. [Chad Fowler] *1.1.1* (April 6th, 2005) |