I have tried several times to install rails. Using RVM, then compiling the source myself, then using RVM again... every time the install looks like its worked fine but when i then try and run
rails -v
.. or any rails command, I get:
internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- /home/user/config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/rails:5:in `<main>'
ruby seems to work fine, as does gem. I have searched all over an cannot find information on what the issue could be. I am running Ubuntu 11.04 and have installed the latest release of the rails gem (not the RC)