Hey all, I''m runnin Ubuntu 7.10 tryin to get the latest of rails up n running. Whenever I run apt-get install rails --include-dependencies, it installs just fine, however its installing 1.2.4 Problem! if I try to just do it the gem install rails -v=2.1.0 way, it also installs fine, but environment.rb says its still running 1.2.4 If I run apt-get remove rails, it uninstalls but then I no longer have the ability to run ''rails -d mysql fake_project'' It''ll choke and say rails isn''t installed blah blah install it via apt-get install rails. So question being, how do I get the environment running 2.1.0? Thanks for any suggestions, - Br1ck -- 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 -~----------~----~----~----~------~----~------~--~---
Well gem update is wat u can use u can first uninstall gem uninstall rails and remove the old version..then run gem install rails and it will install the latest stable version..try it and I m sure it will work thanks Dhaval Parikh Software Engineer http://www.railshouse.com sales(AT)railshouse(DOT)com -- 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 -~----------~----~----~----~------~----~------~--~---
On Jun 20, 7:20 am, Code Codebrick <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hey all, > > I''m runnin Ubuntu 7.10 tryin to get the latest of rails up n running. > Whenever I run apt-get install rails --include-dependencies, it installs > just fine, however its installing 1.2.4 >I don''t think anyone lets apt/the platform package manager handle rails as they''re always a little way behind.> Problem! > > if I try to just do it the gem install rails -v=2.1.0 way, it also > installs fine, > but environment.rb says its still running 1.2.4You need to change environment.rb to say that you want 2.1.0 - it won''t change that for you. Fred> > If I run apt-get remove rails, it uninstalls but then I no longer have > the ability to run ''rails -d mysql fake_project'' > > It''ll choke and say rails isn''t installed blah blah install it via > apt-get install rails. > > So question being, how do I get the environment running 2.1.0? > > Thanks for any suggestions, > > - Br1ck > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---