I am a noob in rails. I tried to install ruby and rails using RVM
. Ruby was installed. But when I try to install rails using gem install rails --version 4.0.0
, I get the following message:
Successfully installed rails-4.0.0
Parsing documentation for rails-4.0.0
Done installing documentation for rails after 1 seconds
After that
rails -v
The program 'rails' is currently not installed. You can install it by typing:
sudo apt-get install rails
I have no idea what's going on.