Ruby on Rails Wednesday, September 8, 2010

On 8 September 2010 19:46, Fritz Trapper <lists@ruby-forum.com> wrote:
> How to reinstall the rails stuff in the application folder after
> removing the old components?

You would do better to try and make your questions more easy to understand.

Do you mean updating the scripts and so on? If so then
rake rails:update
There is no need to remove the old ones first (I don't know whether it
will cause a problem or not).

If you want to use a later version of rails in the app you will first
have to update the RAILS_GEM_VERSION line in environment.rb

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@googlegroups.com.
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.

No comments:

Post a Comment