Do everything in Java…

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 18 01:20:26 PST 2014


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


More information about the Digitalmars-d mailing list