Hello, I''m looking for some compatibility matrix between specific versions of Ruby (like 1.8.5, 1.8.6...) and specific versions of Rails (like 1.1.6, 1.2.2 etc). I''m in a position where I''ll have to upgrade Ruby (to 1.8.6 or 1.8.7) for old Rails app (typically 1.1.6 and 1.2.2), and that kind of upgrade is likely to become more and more frequent. Any hint ? thanks! Thibaut --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Dec 19, 2008, at 4:13 PM, Thibaut Barrère wrote:> Hello, > > I''m looking for some compatibility matrix between specific versions of > Ruby (like 1.8.5, 1.8.6...) and specific versions of Rails (like > 1.1.6, 1.2.2 etc). > > I''m in a position where I''ll have to upgrade Ruby (to 1.8.6 or 1.8.7) > for old Rails app (typically 1.1.6 and 1.2.2), and that kind of > upgrade is likely to become more and more frequent. > > Any hint ? > > thanks! > > ThibautWell, since I know that Rails 1.1.6 and 1.2.2 application will run fine under Ruby 1.8.6 (and 1.8.5), I''ll start you with that. There''s plenty of evidence that Ruby 1.8.7 is more of a prequel to 1.9 than an upgrade to 1.8.6 so you''ll have to collect your own evidence about older Rails running on Ruby 1.8.7. -Rob Rob Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Rob,> Well, since I know that Rails 1.1.6 and 1.2.2 application will run > fine under Ruby 1.8.6 (and 1.8.5), I''ll start you with that. There''s > plenty of evidence that Ruby 1.8.7 is more of a prequel to 1.9 than an > upgrade to 1.8.6 so you''ll have to collect your own evidence about > older Rails running on Ruby 1.8.7.Thanks for your feedback on 1.1.6 and 1.2.2. I''ll start by upgrading to 1.8.6, seems like a pretty good candidate. thanks! -- Thibaut --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
avoid 1.8.7 if you''re < rails 2.2 - I had a number of problems (today) - On 19-Dec-08, at 5:37 PM, Thibaut Barrère wrote:> > Hi Rob, > >> Well, since I know that Rails 1.1.6 and 1.2.2 application will run >> fine under Ruby 1.8.6 (and 1.8.5), I''ll start you with that. There''s >> plenty of evidence that Ruby 1.8.7 is more of a prequel to 1.9 than >> an >> upgrade to 1.8.6 so you''ll have to collect your own evidence about >> older Rails running on Ruby 1.8.7. > > Thanks for your feedback on 1.1.6 and 1.2.2. > > I''ll start by upgrading to 1.8.6, seems like a pretty good candidate. > > thanks! > > -- Thibaut > >--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Jodi,> avoid 1.8.7 if you''re < rails 2.2 - > I had a number of problems (today) -thanks for sharing this - I''m very sorry for your issues. Maybe having some kind of community integration server to cross test the various builds would be useful. Did anyone do this already ? cheers Thibaut Barrère --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---