diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-04-02 17:48:30 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-04-02 17:48:30 +0000 |
commit | 7d2316604a0bb04fe8c800e12876c58bdac651b4 (patch) | |
tree | c692746bd96df3f3ae82962c77388c0446c1e207 /railties/CHANGELOG | |
parent | 2c6f1d43962796558301528e2c9ff40e53f01409 (diff) | |
download | rails-7d2316604a0bb04fe8c800e12876c58bdac651b4.tar.gz rails-7d2316604a0bb04fe8c800e12876c58bdac651b4.tar.bz2 rails-7d2316604a0bb04fe8c800e12876c58bdac651b4.zip |
Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for native extensions. Closes #11513 [ddollar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9215 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 90e3a48102..dfa80e1e82 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,13 @@ *SVN* +* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for native extensions. [ddollar] + + rake gems:unpack # unpacks all gems + rake gems:unpack GEM=mygem # unpacks only the gem 'mygem' + + rake gems:build # builds all unpacked gems + rake gems:build GEM=mygem # builds only the gem 'mygem' + * Add config.active_support for future configuration options. Also, add more new Rails 3 config settings to new_rails_defaults.rb [rick] * Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_* constants [pratik] |