I am trying to learn Ruby on Rails
and it has cost me enough to start with configuration issues. Yesterday I was following a tutorial, so I installed Ruby and then rails with gem install rails
, and everything worked fine. But today wanting to continue and start my server came out an error. In the end I had to reinstall Rails. But I still can not start the server and I get this error:
'Could not find a proper version of railties (4.0.0) in any of the Sources Run% co_of% to install missing gems. '
Can someone tell me what happened? Maybe I installed it wrong the first time. How do I solve this error that I have now?
Thank you.