Do everything in Java…
Sean Kelly via Digitalmars-d
digitalmars-d at puremagic.com
Sun Dec 21 10:31:16 PST 2014
On Thursday, 18 December 2014 at 09:20:27 UTC, Jacob Carlborg
wrote:
> 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
I was following the original RoR book. I got bogged down in
setting up the DB and wiring everything together.
More information about the Digitalmars-d
mailing list