On 2014-12-17 23:24, Sean Kelly wrote:
Hah. I tried RoR once. I couldn't get the environment set up and running and eventually just gave up.
I don't know when you tried it last time, but today it's very easy to install:
1. Make sure Ruby is installed 2. $ gem install rails 3. $ rails new foo 4. $ cd foo 5. $ bundle 6. $ rails s -- /Jacob Carlborg
