I''m happy to announce that Rails 3.0.7.rc1 has been pushed to rubygems. ## Release Candidate: What does it mean? The release candidate is very similar to what we will actually release for version 3.0.7. The reason that we release an RC is so that the community can have a chance to postpone or veto commits that have happened between the previous version and the version we''re about to release. We are asking you (yes you!) to *try out* the release candidate. If something that changed between 3.0.6 and this release candidate breaks your application, we want to know about it! ## How do I try it out? Simply update your Gemfile to point at the rails version "3.0.7.rc1", then `bundle install`. ## Where can I see a list of Changes? Either look at the CHANGELOG in each particular project on [github](https://github.com/rails/rails/tree/3-0-7), *or* check out the handy [compare view](https://github.com/rails/rails/compare/v3.0.6…v3.0.7.rc1). Again, per project changelogs: https://github.com/rails/rails/tree/3-0-7 *or* compare view: https://github.com/rails/rails/compare/v3.0.6...v3.0.7.rc1 ## Something is broken, what should I do? Email the [rails core mailing list](http://groups.google.com/group/rubyonrails-core) at let us know about the problem! We will discuss the problem and how to handle it before the final version is pushed. ## When will the final version be released? Unless there are problems found in the RC, we will release the final version no less than 72 hours from *now*. If there are problems found in the RC, we will release another RC and give the community another chance to test before releasing. ## In closing Remember, this is *your* chance to veto / postpone our release. Please take advantage of this opportunity! We do not want to break people''s applications. The best we can do is ask for help! Thanks to everyone. -- 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.
Em 14-04-2011 19:03, Santiago Pastorino escreveu:> ...Simply update your Gemfile to point at the rails version "3.0.7.rc1", > then `bundle install`.Actually, ''bundle update''... :) All my specs are passing green :) Regards, Rodrigo. -- 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.
And actually, `bundle update rails`. You don''t want bundler updating all the gems :) On Thu, Apr 14, 2011 at 8:23 PM, Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> wrote:> Em 14-04-2011 19:03, Santiago Pastorino escreveu: >> >> ...Simply update your Gemfile to point at the rails version "3.0.7.rc1", >> then `bundle install`. > > Actually, ''bundle update''... :) > > All my specs are passing green :) > > Regards, Rodrigo. > > -- > 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. > >-- 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.
All green here too! I couldn''t get the GitHub compare view to work though... is the URL wrong? -- Ryan Bigg On Friday, 15 April 2011 at 9:32 AM, Nicolás Sanguinetti wrote:> And actually, `bundle update rails`. You don''t want bundler updating > all the gems :) > > On Thu, Apr 14, 2011 at 8:23 PM, Rodrigo Rosenfeld Rosas > <rr.rosas@gmail.com> wrote: > > Em 14-04-2011 19:03, Santiago Pastorino escreveu: > > > > > > ...Simply update your Gemfile to point at the rails version "3.0.7.rc1", > > > then `bundle install`. > > > > Actually, ''bundle update''... :) > > > > All my specs are passing green :) > > > > Regards, Rodrigo. > > > > -- > > 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. > > -- > 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. >-- 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.
Just in case here you are again ... https://github.com/rails/rails/compare/v3.0.6...v3.0.7.rc1 On Thu, Apr 14, 2011 at 8:37 PM, Ryan Bigg <radarlistener@gmail.com> wrote:> All green here too! > I couldn''t get the GitHub compare view to work though... is the URL wrong? > -- > Ryan Bigg > > On Friday, 15 April 2011 at 9:32 AM, Nicolás Sanguinetti wrote: > > And actually, `bundle update rails`. You don''t want bundler updating > all the gems :) > > On Thu, Apr 14, 2011 at 8:23 PM, Rodrigo Rosenfeld Rosas > <rr.rosas@gmail.com> wrote: > > Em 14-04-2011 19:03, Santiago Pastorino escreveu: > > ...Simply update your Gemfile to point at the rails version "3.0.7.rc1", > then `bundle install`. > > Actually, ''bundle update''... :) > > All my specs are passing green :) > > Regards, Rodrigo. > > -- > 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. > > -- > 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. > > -- > 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. >-- 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.
> We are asking you (yes you!) to *try out* the release candidate. If > something that changed between 3.0.6 and this release candidate breaks > your application, we want to know about it!All green here too. Tekin Suleyman -- 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.
Great guys, thanks for testing the rc with your apps. You can test now rc2 just in case :). On Fri, Apr 15, 2011 at 5:28 AM, Tekin Suleyman <tekin@tekin.co.uk> wrote:> >> We are asking you (yes you!) to *try out* the release candidate. If >> something that changed between 3.0.6 and this release candidate breaks >> your application, we want to know about it! > > > All green here too. > > Tekin Suleyman > > -- > 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. > >-- 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.
rc1 working for me as well. -- 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.