Prabhakar Karve
2008-Dec-08 10:05 UTC
How to update the existing application to new rails version?
I have a rails application created with an earlier version of Rails. I would like to take benefit of new features in Rails version 2.2.2 Is there a way or command by which the configuration settings of the existing application can be updated as per needs of newer version of rails? I understand that making any changes to the code would be my responsibility. -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Simon Macneall
2008-Dec-08 10:59 UTC
Re: How to update the existing application to new rails version?
Just run rake rails:update in your application folder. I have done it for our app and it was pretty painless. Simon On Mon, 08 Dec 2008 19:05:58 +0900, Prabhakar Karve <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I have a rails application created with an earlier version of Rails. I > would like to take benefit of new features in Rails version 2.2.2 Is > there a way or command by which the configuration settings of the > existing application can be updated as per needs of newer version of > rails? I understand that making any changes to the code would be my > responsibility.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---