Aaron Patterson
2012-Feb-22 22:03 UTC
[ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
Hi everyone, I just released the following Rails release candidates: * 3.2.2.rc1 * 3.1.4.rc1 * 3.0.12.rc1 Please give these releases a try! Make sure to report any regressions from the past release to the [ruby on rails core mailing list](http://groups.google.com/group/rubyonrails-core). If there are no show stopping regressions reported, I''ll release the final versions on Monday. This is your opportunity to prevent me from releasing a version that breaks your app! Please use this opportunity! :-D ## Changes You can find the changes for Rails 3.2.2 here: https://github.com/rails/rails/compare/v3.2.1...v3.2.2.rc1 For Rails 3.1.4 here: https://github.com/rails/rails/compare/v3.1.3...v3.1.4.rc1 Finally Rails 3.0.12 here: https://github.com/rails/rails/compare/v3.0.11...v3.0.12.rc1 Thanks! <3<3 P.S. My cat approves of these releases: http://img.skitch.com/20120220-cqneqm65ep58wiu6edqyarrbsf.jpg -- Aaron Patterson http://tenderlovemaking.com/
Ken Collins
2012-Feb-23 00:45 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
All green from the SQL Server adapter perspective :) - Thanks as always Aaron! Ken -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Matt Jones
2012-Feb-23 16:24 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Feb 22, 2012, at 4:03 PM, Aaron Patterson wrote:> Hi everyone, > > I just released the following Rails release candidates: > > * 3.2.2.rc1 > * 3.1.4.rc1 > * 3.0.12.rc1 > > Please give these releases a try! Make sure to report any regressions from the past release to the [ruby on rails core mailing list](http://groups.google.com/group/rubyonrails-core). > > If there are no show stopping regressions reported, I''ll release the final versions on Monday. This is your opportunity to prevent me from releasing a version that breaks your app! Please use this opportunity! :-DIt would be great to get this patch in: https://github.com/rails/rails/pull/4881 Does it count as a regression if ARes has *never* been able to parse the default Responder''s error messages? --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Prem Sichanugrist
2012-Feb-23 16:25 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
Only concern I had is that, why did tenderlove has to do the release again? I thought we''re going to rotate release person? :P -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Rafael Mendonça França
2012-Feb-23 16:27 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
The last release was not made by Xavier? -- Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca Sent with Sparrow (http://www.sparrowmailapp.com) On Thursday, 23 February, 2012 at 14:25, Prem Sichanugrist wrote:> Only concern I had is that, why did tenderlove has to do the release again? I thought we''re going to rotate release person? :P > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com (mailto:rubyonrails-core@googlegroups.com). > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com (mailto:rubyonrails-core+unsubscribe@googlegroups.com). > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Aaron Patterson
2012-Feb-23 18:26 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Wed, Feb 22, 2012 at 07:45:52PM -0500, Ken Collins wrote:> > All green from the SQL Server adapter perspective :)Thanks for testing Ken! I appreciate it! <3 <3 -- Aaron Patterson http://tenderlovemaking.com/
Aaron Patterson
2012-Feb-23 18:29 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Thu, Feb 23, 2012 at 10:24:49AM -0600, Matt Jones wrote:> > On Feb 22, 2012, at 4:03 PM, Aaron Patterson wrote: > > > Hi everyone, > > > > I just released the following Rails release candidates: > > > > * 3.2.2.rc1 > > * 3.1.4.rc1 > > * 3.0.12.rc1 > > > > Please give these releases a try! Make sure to report any regressions from the past release to the [ruby on rails core mailing list](http://groups.google.com/group/rubyonrails-core). > > > > If there are no show stopping regressions reported, I''ll release the final versions on Monday. This is your opportunity to prevent me from releasing a version that breaks your app! Please use this opportunity! :-D > > It would be great to get this patch in: > https://github.com/rails/rails/pull/4881 > > Does it count as a regression if ARes has *never* been able to parse the default Responder''s error messages?If it never worked, it''s not a regression. I''ll backport this to 3-2-stable, but you''ll have to wait for 3.2.3 before it''s released. Sorry! -- Aaron Patterson http://tenderlovemaking.com/
Aaron Patterson
2012-Feb-23 18:32 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Thu, Feb 23, 2012 at 11:25:42AM -0500, Prem Sichanugrist wrote:> Only concern I had is that, why did tenderlove has to do the release again? I thought we''re going to rotate release person? :PJon and Santiago have done releases. I''ll take this one. Thanks for thinking about me though! :-D -- Aaron Patterson http://tenderlovemaking.com/
Peter Vandenabeele
2012-Feb-23 20:20 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Wed, Feb 22, 2012 at 11:03 PM, Aaron Patterson <tenderlove-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org>wrote:> Hi everyone, > > I just released the following Rails release candidates: > > * 3.2.2.rc1 > * 3.1.4.rc1 > * 3.0.12.rc1 > > Please give these releases a try!I tried 3.2.2.rc1 with bundle update (free versions on nearly all gems) and all tests pass. We use mainly pg, devise, rspec, factory_girl, ... HTH, Peter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Xavier Noria
2012-Feb-23 21:04 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Thu, Feb 23, 2012 at 5:27 PM, Rafael Mendonça França <rafaelmfranca@gmail.com> wrote:> The last release was not made by Xavier?Confirm, and 3.2.0 by David. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Oriol Gual
2012-Feb-24 07:20 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
I''ve also tested it (3.2.2.rc1) and everything is green :DD Oriol Gual On Thursday 23 de February de 2012 at 22:04, Xavier Noria wrote:> On Thu, Feb 23, 2012 at 5:27 PM, Rafael Mendonça França > <rafaelmfranca@gmail.com (mailto:rafaelmfranca@gmail.com)> wrote: > > > The last release was not made by Xavier? > > Confirm, and 3.2.0 by David. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com (mailto:rubyonrails-core@googlegroups.com). > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com (mailto:rubyonrails-core+unsubscribe@googlegroups.com). > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Aaron Patterson
2012-Feb-24 18:08 UTC
Re: [ANN] Rails 3.2.2.rc1, 3.1.4.rc1, and 3.0.12.rc1 have been released!
On Fri, Feb 24, 2012 at 08:20:56AM +0100, Oriol Gual wrote:> I''ve also tested it (3.2.2.rc1) and everything is green :DDExcellent! Thanks for the feedback! -- Aaron Patterson http://tenderlovemaking.com/