Ubuntu 10 Ruby 1.9 Rails 3 not working?
Hi hope there is someone out there that can help me, have been struggling with this for quite some time now. Im running Ubuntu 10 on the dev machine wich had ruby 1.8 on it, wich I removed . I installed Ruby 1.9.3 and rails3 using RVM and this tutorial http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ when I type ruby -v I get ruby 1.9.3p125 (2012-02-16 revision 34643) [i686-linux] wich seems correct I created a new test app using rails new mysite wich created the new app successfully then I cd mysite and created a gemset rvm gemset create 'rails3' then I used this inside the /mysite/