aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-04-08 04:21:32 +0000
committerRick Olson <technoweenie@gmail.com>2008-04-08 04:21:32 +0000
commit0bea3f8391e985157f3aecdf50a5d61de7aa7f0c (patch)
tree30ebd0004167b45b1713c720b2d0174cf6c7a83d /railties/CHANGELOG
parent7e94cf7f4d4c865a84cf835349bdb51c5e71a842 (diff)
downloadrails-0bea3f8391e985157f3aecdf50a5d61de7aa7f0c.tar.gz
rails-0bea3f8391e985157f3aecdf50a5d61de7aa7f0c.tar.bz2
rails-0bea3f8391e985157f3aecdf50a5d61de7aa7f0c.zip
Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 864c618d63..5a80e21446 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick]
+
* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes #9176. [Catfish]
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for native extensions. #11513 [ddollar]