ok, I'm completely frustrated with the install process for gems and rails \.
apt-get install rubygems1.9.1 seems to work, but when I try to run gem, it says it's not installed. To get gem to work, I have to apt-get ruby, which installs 1.8, instead of 1.9, yet enables the gem command. Then, gem install rails seems to work, but when I try to run rails, it says it's not installed. To get rails to work, I have to apt-get rails, which installs 2.3.5 instead of 3. how do I get 1.9.2 and 3.0 working!? T_T -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

