On Thu, Mar 25, 2010 at 10:47 AM, Jorge alejandro Mendoza torres < [email protected]> wrote:
> I have an application on Rails 2.0.2 and I want to update it to Rails > 2.3.4. > > Do I need to do a new application and I only copy and paste the necesary > files? > > Or, Do I can to do another thing? > > I tried with: rake rails:update, but nothing happened. > > Does anyone know how to do this? > Did you edit your environment.rb to use 2.3.4? Next, if you installed Rails into vendor, then you'll need to remove it to use the system installed gem. Good luck, -Conrad > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<rubyonrails-talk%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

