I installed rails version 1.1.6 and 1.2.2 1.1.6 work fine but 1.2.2 is error, RoutingError I use debian sarge, ruby-1.8.4, apache2, mod_fcgid any suggestion please, T_T --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
revolution wrote:> I installed rails version 1.1.6 and 1.2.2 > 1.1.6 work fine but > 1.2.2 is error, RoutingError > > I use debian sarge, ruby-1.8.4, apache2, mod_fcgid > > any suggestion please, T_TFreeze the version of rails you want (rake rails:freeze:gems). This will make your rails app use the copy of rails in vendor/rails instead of the gem(s) you have installed. Alternatively you can set RAILS_GEM_VERSION in environment.rb to make rails use a specific version of the rails gem. Fred -- 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 -~----------~----~----~----~------~----~------~--~---