hi all, i have application developed in following ruby ,rails and gem version i want to upgrade it with latest version,can anyone tell what are stable version for ruby,rails and gem ? and also with compability for Ruby and Rails version with latest gem version ? gem version:1.3.7 ruby version:ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] rails version:Rails 1.1.6 thanks in advanced Thanks and Regards Sachin S. Kewale -- (¨ `·.·´ ¨) Always `·.¸(¨ `·.·´ ¨) Keep (¨ `·.· ´¨)¸.·´ Smiling!! `·.¸.·´ -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Dec 5, 4:57 am, sachin kewale <sachinkew...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > i have application developed in following ruby ,rails and gem version i > want to upgrade it with latest version,can anyone tell what are > stable version for ruby,rails and gem ? and also with compability for > Ruby and Rails version with latest gem version ? > gem version:1.3.7 > ruby version:ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] > rails version:Rails 1.1.6 >That is a super old version of rails. Annoyingly http://rubyonrails.org/ doesn''t list the latest version, but rubygems.org will give you the current version of any gem (currently 3.1.3 for rails). ruby 1.9.3 came out just a month go or so, you might want to stick with 1.9.2 as some gems have not (or have only just) caught up with ruby 1.9.3 Fred> thanks in advanced > > Thanks and Regards > Sachin S. Kewale > -- > (¨ `·.·´ ¨) Always > `·.¸(¨ `·.·´ ¨) Keep > (¨ `·.· ´¨)¸.·´ Smiling!! > `·.¸.·´-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Dec 5, 2011 at 7:43 AM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On Dec 5, 4:57 am, sachin kewale <sachinkew...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> hi all, >> i have application developed in following ruby ,rails and gem version i >> want to upgrade it with latest version,can anyone tell what are >> stable version for ruby,rails and gem ? and also with compability for >> Ruby and Rails version with latest gem version ? >> gem version:1.3.7 >> ruby version:ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] >> rails version:Rails 1.1.6 >> > > That is a super old version of rails. Annoyingly http://rubyonrails.org/ > doesn''t list the latest version, but rubygems.org will give you the > current version of any gem (currently 3.1.3 for rails). > ruby 1.9.3 came out just a month go or so, you might want to stick > with 1.9.2 as some gems have not (or have only just) caught up with > ruby 1.9.3I would highly recommend to check if the gems you need works with Ruby 1.9.3 and move to this version if you can. Performance improvements are noticeable. For the rest...it''s a very old version of Rails and I''m not sure you will be able to migrate it painlessly, but anyways, I would recommed you to do it pregressively. First move to the lastest 1.x version, then move to the highest version of 2.x (I think this is 2.3.11), and then, move to the 3.x version. There has been a lot of changes, specially for the version 3. I''m sure you''ll find a lot of guides for moving from 2.x to 3, but I don''t know about moving from 1.x to 2.x. Hope it helps. -- Leonardo Mateo. There''s no place like ~ -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.