I have already installed Ruby 1.9.3,gem 1.8.24, using RVM in ubantu 12.04. But when I instll rails using gem using command gem install rails ,
then rails is installed with following message:Successfully installed rails-3.2.6
1 gem installed
Installing ri documentation for rails-3.2.6...
Installing RDoc documentation for rails-3.2.6...
But when I check the version of rails then following error occurThe program 'rails' is currently not installed.
You can install it by typing:
sudo apt-get install rails
I need help. Thank you?
I have already installed Ruby 1.9.3,gem 1.8.24, using RVM in ubantu 12.04. But when
Share
Then run
rails -v