Greg Hauptmann
2007-Mar-13 21:35 UTC
When should I move to the new Ruby version (1.8.6) which is just released???
Hi, Noting that a new version or Ruby has been released, v1.8.6<http://www.ruby-lang.org/en/news/2007/03/12/ruby-1-8-6-released/>, as a Rails developer what is the normal upgrade timeframe? That is: - upgrade to Ruby now? - wait for Rails to be "certified" on Ruby v1.8.6? - wait for a new release of Rails that has been developed against Ruby v1.8.6? Plus it seems on shared hosting platforms Rails is easy to update via the "freeze" approach, however I''m not sure if this same approach is possible with Ruby itself, and whether one would have to wait for the provided to update Ruby? (e.g. Dreamhost?) Regards Greg --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jeremy Kemper
2007-Mar-13 21:43 UTC
Re: When should I move to the new Ruby version (1.8.6) which is just released???
On 3/13/07, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Noting that a new version or Ruby has been released, v1.8.6, as a Rails > developer what is the normal upgrade timeframe? That is: > - upgrade to Ruby now? > - wait for Rails to be "certified" on Ruby v1.8.6? > - wait for a new release of Rails that has been developed against Ruby > v1.8.6? > > Plus it seems on shared hosting platforms Rails is easy to update via the > "freeze" approach, however I''m not sure if this same approach is possible > with Ruby itself, and whether one would have to wait for the provided to > update Ruby? ( e.g. Dreamhost?)If you''re on trunk or the 1-2-stable branch, upgrade at your leisure; otherwise, wait for the Rails 1.2.3 release (real soon now.) There''s only one real incompatibility: Ruby 1.8.6 introduces a private Time#to_date method which alters the visibility of the existing, public Active Support method. So a third option is to monkeypatch: class Time public :to_date end Best, jeremy --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Russell Norris
2007-Mar-14 12:33 UTC
Re: When should I move to the new Ruby version (1.8.6) which is just released???
As a fellow Dreamhoster, I can tell you it''s pretty easy to install your own Ruby. RSL On 3/13/07, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Noting that a new version or Ruby has been released, v1.8.6<http://www.ruby-lang.org/en/news/2007/03/12/ruby-1-8-6-released/>, > as a Rails developer what is the normal upgrade timeframe? That is: > - upgrade to Ruby now? > - wait for Rails to be "certified" on Ruby v1.8.6? > - wait for a new release of Rails that has been developed against Ruby > v1.8.6? > > Plus it seems on shared hosting platforms Rails is easy to update via the > "freeze" approach, however I''m not sure if this same approach is possible > with Ruby itself, and whether one would have to wait for the provided to > update Ruby? ( e.g. Dreamhost?) > > Regards > Greg > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---