Rails 2.0: Release Candidate 2
Posted by David November 29, 2007 @ 05:08 AM
After another batch of fixes, tweaks, and buckets of polish, we’ve prepared the hopefully last step before 2.0 can go final: Release Candidate 2. If nothing major pops up, expect the final version to land within 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!

Wow! Um….wow!
Can’t wait to use this for real!
— James Mitchell
Awesome! Looking forward to the official release as well :P
So … when will 3 be released?
comment
test message
sorry…
awesome
thanks for this release. What are the plans about running on Ruby 1.9? I would like to help making rails compatible to the new Ruby release.
thanks for this release. What are the plans about running on Ruby 1.9? I would like to help making rails compatible to the new Ruby release.
Thanks for this, it’s really awesome. Can’t wait to use Rails 2.0 for our real projects ;)
Thank you everyone for giving wonderful software to the world!! :D
Thank you everyone for giving wonderful software to the world for free!! :D
I wonder if current Rails IDE’s like Netbeans and Aptana/RadRails will work with Rails 2.0 ? (some of the changes seem to require updated IDEs)
@Morten Christensen – Textmate works (mostly) well with minor modifications. Some of the shortcuts like jumping between views and controllers and partial creation from selection does not work yet.
I second the comment about Ruby 1.9 (YARV).
Will this work with Ruby 1.9?
There has already been a lot of work to make rails forward compatible with ruby 1.9. My understanding is that it works, or is real close. However, we’ll have to wait for the Mongrel team to update it for ruby 1.9 too.
@Morten Christensen – Netbeans knows about the new .erb extensions and other things.
I don’t really understand how action_web_service is configured. Simply installing “gem install actionwebservice” doesn’t do the trick. There are no generators or plugins available as far as I can see.
woot
Excelent work. I’m working with RC 1 now so it’ll be nice know that things are gonna be less buggy. Any documentation on new features or api docs?
Great work! Looking forward to the future of Rails!
Awesome guys :)
Excellent, can’t wait.
Thanks Rails Contributers.
I can confirm mephisto edge works on Rails 2-0-0_RC2.
It was very strange, but the first time I ran
rake rails:freeze:edge TAG=rel_2-0-0_RC2, the railties directory was missing. Then I tried the gem, but couldn’t find an actionwebservice that was compatible with the 1.99.1 gem. The second time I used rails:freeze, it worked. Note actionwebservice has moved, so the upgrade is something like this:Thanks again!
yeah… waiting for rails 2.0
How to update rc1 to rc2 ?
Great…... What are the new features added in 2.0
New features can be found here:
http://weblog.rubyonrails.org/2007/9/30/rails-2-0-0-preview-release
This is cool… oddly however link_to :back does not appear to be working as expected from the changelog.
Q: Will there be any impact to gems/plugins, mongrel, OS X (Any ideas Laurent)?
The adoption of 2.0 may be slower as people wait for a clear upgrade path.
Some comments regarding Ruby 1.9 would be great.
I have encounter “stack level too deep” when using dom_id on a object collection with AR association..
@object.collections.first.id will cause the “stack level too deep” whilst @object.collections.first[:id] will not have such error.. This is very strange..
gem install rails—version 1.99.1—source http://gems.rubyonrails.org
I am looking forward to Rails 2.0.
I hope it will be even better
Where can I find: What’s New/Changed in Rails 2 ???
For Rails jobs go to
www.linuxjobworld.com
A totally free website for Jobs in Ruby and Rails.
Employeers can also post their requirement for free.
Am I the first who downloaded it? ;-) {{ root@turbine:# gem update rails—source http://gems.rubyonrails.org -y Updating installed gems… Bulk updating Gem source index for: http://gems.rubyonrails.org Attempting remote update of rails Successfully installed rails-2.0.0 Successfully installed activesupport-2.0.0 Successfully installed activerecord-2.0.0 Successfully installed actionpack-2.0.0 Successfully installed actionmailer-2.0.0 Successfully installed activeresource-2.0.0 Installing ri documentation for activesupport-2.0.0… Installing ri documentation for activerecord-2.0.0… Installing ri documentation for actionpack-2.0.0… Installing ri documentation for actionmailer-2.0.0… Installing ri documentation for activeresource-2.0.0… Installing RDoc documentation for activesupport-2.0.0… Installing RDoc documentation for activerecord-2.0.0… Installing RDoc documentation for actionpack-2.0.0… Installing RDoc documentation for actionmailer-2.0.0… Installing RDoc documentation for activeresource-2.0.0… Gems: [rails] updated root@turbine:# rails -v Rails 2.0.0 }} Thank you guys!!!
Me too me too!!!!! Shows install as 2.0.0 (as Michael indicated).
Oh…this would make me sooo happy! (I’ve been verifying an app that needs to be released soon against 1.99.1 in the hopes it will prove to be 2.0 ready).
Needless to say, I’m VERY excited! Even if this isn’t the true release candidate, it seems to indicate things are very close!
you got it! it’s a good new to see the version 2.0 with my very own eyes
Hey folks,
I have a stack level too deep error (SystemStackError) on a haml view. Looks like a object.id method is throwing the error. object[:id] is working though.
Why?
Good work anyway! Maxime