Problems installing rails on Ubuntu 12.04. Rails gems library is empty
- by Woho87
I got some problem installing rails on Ubuntu 12.04. I have rails working on my Ubuntu for a little time. But for some reason I uninstall rails. When I decided to install it again with sudo gem install rails . The command rails -v doesn't work. When I run the command sudo gem install rails there is no error occurring just a message that saying:
Successfully installed rails-3.2.6
I look at the folder /usr/lib/ruby/gems/1.8/gems/rails-3.2.6 and it is completely empty?
I wonder how I can fix this problem?