I developed a rails application using rails 2.3.8 version but now how to upgrade this application in rails 3.0 version. -- Posted via http://www.ruby-forum.com/. -- 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.
i think u have to change all its dependencies a/c to -v 3.0 On Thu, Nov 24, 2011 at 12:15 PM, sateesh ch <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I developed a rails application using rails 2.3.8 version but now how to > upgrade this application in rails 3.0 version. > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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. > >-- 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.
On 24 November 2011 06:45, sateesh ch <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I developed a rails application using rails 2.3.8 version but now how to > upgrade this application in rails 3.0 version.Google for rails 3 upgrade and you will get many helpful links (and a few unhelpful ones of course). Before you start make sure you have full test coverage and that you are using a version control system (probably git). Colin -- 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.
Follow this video, may useful to You http://peepcode.com/system/uploads/2010/peepcode-free-004-live-coding-rails-3-upgrade.mov On Thursday 24 November 2011 12:15 PM, sateesh ch wrote:> I developed a rails application using rails 2.3.8 version but now how to > upgrade this application in rails 3.0 version. >-- 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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 24.11.2011 07:45, schrieb sateesh ch:> I developed a rails application using rails 2.3.8 version but now > how to upgrade this application in rails 3.0 version. >Possibly this railscasts would help you: <http://railscasts.com/episodes/225-upgrading-to-rails-3-part-1> <http://railscasts.com/episodes/226-upgrading-to-rails-3-part-2> <http://railscasts.com/episodes/227-upgrading-to-rails-3-part-3> Also there is another one for upgrading to 3.1 with a 3.0 base, that could be helpfull too: <http://railscasts.com/episodes/282-upgrading-to-rails-3-1> HTH Norbert -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7PyNMACgkQW6QSU1GdvayOfgCgpJ/oV6V6zU3qrZGCtXl81Xwz uM0AoI5/5320AENlhCCfftjeQVzjefLZ =OuNi -----END PGP SIGNATURE----- -- 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.