diff options
author | rick <technoweenie@gmail.com> | 2008-05-31 16:36:34 -0700 |
---|---|---|
committer | rick <technoweenie@gmail.com> | 2008-05-31 16:36:34 -0700 |
commit | d5bcff172b6253684cf5cc3345a3d390096ba957 (patch) | |
tree | 2f04e751e588497ab18df5fb20025f2bad1e837a /railties/CHANGELOG | |
parent | 2506e5c9a7d251680f0029d1616f3edb1e3a8db3 (diff) | |
download | rails-d5bcff172b6253684cf5cc3345a3d390096ba957.tar.gz rails-d5bcff172b6253684cf5cc3345a3d390096ba957.tar.bz2 rails-d5bcff172b6253684cf5cc3345a3d390096ba957.zip |
Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick]
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index c765dedae5..7f1c6ad747 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick] + * Use a system command to install gems, since GemRunner exits the ruby process. #210 [Tim Morgan] *2.1.0 RC1 (May 11th, 2008)* |