On 10/13/07, Pablo Martinez <[EMAIL PROTECTED]> wrote: > Acabo de actualizar mi version de Rails 1.2.3 a 1.2.5 de la sgte forma: > > gem install rails , me instalo todo bien (eso creo), cuando verifico la > version (rails -v) me dice exactamente q toy utilizando l version 1.2.5. > Ahora mi pregunta es si necesito hacer algun tipo de configuracion adicional > o tokar algun archivo..etc??? o con eso es suficiente? > Luego, en la carpetas donde tan las gems , estan las dos carpetas de rails, > la 1.2.3 y la 1.2.5 , puedo borrar la version vieja??? no hay ningun > problema con eso a la hora de laburar?.. >
Tenes que editar tu archivo config/environment.rb y donde dice RAILS_GEM_VERSION establecer como valor '1.2.5' luego rake rails:update:configs Tal como dice el post oficial [1] [1] http://weblog.rubyonrails.org/2007/10/12/rails-1-2-5-maintenance-release -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
