Re: [Rails] 'rails c' command throws back error

2013-04-02 Thread Colin Law
On Ubuntu you need libreadline6 and libreadline6-dev, though I don't know whether that is the same on mint. You might need to remove and re-install ruby in rvm after installing libreadline so that it re-compiles with the right options. The full list of stuff I install before installing rvm is sud

[Rails] 'rails c' command throws back error

2013-04-02 Thread Phil
Hi, I am new to ruby and rails. I have been working through a few tutorials etc trying to get up to speed. However I have run into one issue I'm unsure how to go about solving. I am using RVM to manage my ruby verions. By default I have 1.8.7 installed on my system(Ubuntu man, but I am on Linu