打印

Rails 2.0: Release Candidate 2

Rails 2.0: Release Candidate 2

After another batch of fixes, tweaks, and buckets of polish, we’veprepared the hopefully last step before 2.0 can go final: ReleaseCandidate 2. If nothing major pops up, expect the final version to landwithin the next week or two at the most.
        As usual, we got the latest gems on the gems.rubyonrails.org server and there’s a RC2 tag as well. Please put this final test through the ringer so we can get a clean 2.0.0 final release.
        If you haven’t kept up to date on what’s new in 2.0, have a look at the original preview release announcement. The gem version for this release is 1.99.1. Enjoy!
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP

E:\>gem update rails -y --source http://gems.rubyonrails.org
Updating installed gems...
Attempting remote update of rails
Successfully installed rails-1.99.1
Successfully installed activesupport-1.99.1
Successfully installed activerecord-1.99.1
Successfully installed actionpack-1.99.1
Successfully installed actionmailer-1.99.1
Successfully installed activeresource-1.99.1
Installing ri documentation for activesupport-1.99.1...
Installing ri documentation for activerecord-1.99.1...
Installing ri documentation for actionpack-1.99.1...
Installing ri documentation for actionmailer-1.99.1...
Installing ri documentation for activeresource-1.99.1...
Installing RDoc documentation for activesupport-1.99.1...
Installing RDoc documentation for activerecord-1.99.1...
Installing RDoc documentation for actionpack-1.99.1...
Installing RDoc documentation for actionmailer-1.99.1...
Installing RDoc documentation for activeresource-1.99.1...
Gems: [rails] updated

E:\>gem clean
Cleaning up installed gems...
Attempting uninstall on rails-1.99.0.8178
Successfully uninstalled rails version 1.99.0.8178
Attempting uninstall on actionmailer-1.99.0.8178
Successfully uninstalled actionmailer version 1.99.0.8178
Attempting uninstall on actionpack-1.99.0.8178
Successfully uninstalled actionpack version 1.99.0.8178
Attempting uninstall on activerecord-1.99.0.8178
Successfully uninstalled activerecord version 1.99.0.8178
Attempting uninstall on activeresource-1.99.0.8178
Successfully uninstalled activeresource version 1.99.0.8178
Attempting uninstall on activesupport-1.99.0.8178
Successfully uninstalled activesupport version 1.99.0.8178
Clean Up Complete
E:\>rails -v
Rails 1.99.1
First they ignore you, then they laugh at you, then they fight you, then you win.

TOP