aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-23 05:36:52 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-23 05:36:52 +0000
commit2559feb53923cd4ca1615b3c6c0c3a12ef7186d7 (patch)
tree65bb5397d08b7939bd42d9ab384bec449c113fe0 /railties/CHANGELOG
parent24077a1ffc3d7e944ba0e78df9a387523fb4f419 (diff)
downloadrails-2559feb53923cd4ca1615b3c6c0c3a12ef7186d7.tar.gz
rails-2559feb53923cd4ca1615b3c6c0c3a12ef7186d7.tar.bz2
rails-2559feb53923cd4ca1615b3c6c0c3a12ef7186d7.zip
Refactor and test boot.rb. Include tests from and closes #9834.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7998 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6a6561a25c..b09cbb3a59 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* config/boot.rb correctly detects RAILS_GEM_VERSION. #9834 [alexch, thewoolleyman]
+
* Fixed incorrect migration number if script/generate executed outside of Rails root #7080 [jeremymcanally]
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. [sam, madrobby]
@@ -15,6 +17,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Removed calls to fixtures in generated tests as fixtures :all is now present by default in test_helper.rb [DHH]
+
* Add --prefix option to script/server when using mongrel. [dacat]
*2.0.0 [Preview Release]* (September 29th, 2007) [Includes duplicates of changes from 1.1.4 - 1.2.3]