Rails 2.3 RC2: Final stop before release

Posted by David March 05, 2009 @ 11:01 AM

The past month has seen a flurry of activity getting Rails 2.3 solid. We think we’ve ironed out all the major kinks now, but just to be sure, we’re running one last release candidate before it heads off to the presses. So please take some time to test out this release candidate. If we don’t get any reports of major blockers, we’re going to call this final within a week or two.

We’ve put together a complete guide for the Rails 2.3 release notes with all the information on what’s new, what’s changed, and what’s deprecated.

You can install the release candidate with:

gem install rails --source http://gems.rubyonrails.org

Posted in Releases | 33 comments

Comments

  1. Jonathan on 05 Mar 11:11:

    Will be installing over the week-end. Great job so far.

  2. DAddYE on 05 Mar 11:48:

    Great Job!!!

  3. joe.nayyar@gmail.com on 05 Mar 12:03:

    Great.. looking forward to it

  4. stephen on 05 Mar 13:13:

    thanks, looking forward to it..:-)

  5. Sailman on 05 Mar 13:14:

    Thx :) Waiting for final…

  6. Scott on 05 Mar 13:53:

    Oh wow. Rails 2.3 is going to be huge! Lots of changes abound

  7. Amr Tamimi [amrnt] on 05 Mar 14:05:

    How wonderful..! waiting for the final release!!

  8. Attila Gyorffy on 05 Mar 15:17:

    Great job. Looking forward to see the final version.

  9. Kevin Kaske on 05 Mar 15:55:

    I’m very excited about this!!!

  10. Jeremy Suriel on 05 Mar 16:00:

    Nice job. Development mode running much faster :) !

  11. Brandon on 05 Mar 16:04:

    Still need a close look at HTTP Digest.

  12. Christian Seiler on 05 Mar 16:19:

    Will the pstore be available as plugin?

  13. Railshouse on 05 Mar 16:32:

    Wonderful – One of us take a plunge :-)

  14. Memiux on 05 Mar 16:41:

    Solution for: ERROR: Error installing rails: actionpack requires rack (>= 0.9.0, runtime)

    $ sudo gem install rack

  15. Michael Johann on 05 Mar 16:47:

    Just awesome. Thanks to all.

  16. David Reese on 05 Mar 16:54:

    Is there a process for additions on the changelog?

    Seems excessive to add a lighthouse ticket for that.

  17. Eric Duminil on 05 Mar 17:15:

    Thanks a lot! Congrats to the developers and the documentation team.

  18. Rafael Schär on 05 Mar 19:13:

    Already developing on this release,... guys,... don’t know what to say, just: Thank you very much! It makes so much fun. The best decision ever made, to get into this.

  19. Eaden on 05 Mar 20:41:

    BLOCKER: Still not fixed – STI and the form helpers.

    The nested forms don’t work with STI either.

    http://dev.rubyonrails.org/ticket/10454

  20. Trevor Turk on 05 Mar 21:34:

    David Reese, you may want to check out the docrails project:

    http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch

  21. David Downhill on 05 Mar 23:06:

    530 5.7.0 Must issue a STARTTLS command first.

    Action Mailer with Gmail (using TLS) seems to be broken again. It worked fine on Rails 2.2.2, but not in Rails 2.3.0 and Rails 2.3.1.

  22. Suhas on 06 Mar 06:32:

    Keep up the Good Job !! Thanks. :-)

    Checking this release. Just installed Rails 2.3.1 successfully.

  23. Anselmo on 06 Mar 08:17:

    I hope someday can give it back… Best Luck

  24. Daniel on 06 Mar 15:42:

    @David Downhill—I had trouble with Gmail w/TLS in 2.2.2, I eventually upgraded to Ruby 1.8.7 and my issue was resolved. I haven’t tried with 2.3.1, but that might be the ‘gotcha’.

    You might give that a try. http://prowestech.com/posts/3

  25. thedarkone on 06 Mar 18:31:

    As far as I know out of the box TLS support in Rails 2.3 should only work with Ruby 1.8.7 (i.e. you need a TLS plugin for Rails 2.3 on Ruby 1.8.6).

  26. Phil on 06 Mar 19:51:

    We’ve just committed support for prerelease gem versions to rubygems, so hopefully by the time you have another RC, you can push it out to rubyforge as 3.0.0.rc1 or what have you and it won’t get installed by folks unless they ask for it specifically.

    Too bad it didn’t get finished in time for this though.

  27. David Downhill on 06 Mar 20:39:

    @Daniel: I have problems with TLS support using: ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] and Rails 2.3.1

  28. Mike Gunderloy on 07 Mar 17:16:

    If you’ve got verified bugs with RC2, please head over to the Rails Lighthouse (http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview) and create a ticket, ideally with a failing test if not a full patch. Issues that are only mentioned in weblog comments are likely to get overlooked when it comes time to cut 2.3 final.

  29. subbu@ipleague.in on 09 Mar 13:11:

    Is this RC the merger of Merb and Rails? I haven’t seen any of Yehuda’s commits in the changeset. So I was wondering if that is different from this release.

  30. Jonathan Barket on 09 Mar 14:06:

    No.

    The Rails/merb merger is 3.0. It’s still a bit down the line.

  31. Allen Chan on 12 Mar 04:24:

    Hope you guys can let it released ASAP

  32. @windi_ca on 14 Mar 22:38:

    installing now!

  33. Sikachu! on 16 Mar 13:28:

    Is Rails 2.3 RC2 = Rails 2.3.2?

    I can’t find a tag name 2.3_RC2 or some kind like that in git :)