Live data from Hacker News

Rails for Zombies - Learn Rails from the comfort of your browser

railsforzombies.org

11–20 of 61 posts

Re: Rails for Zombies - Learn Rails from the comfort of your browser

#11
Good idea to simplify things but just side-stepping around the issue and delaying the reality that it really isn't this easy. You're eventually going to have to get dirty if you really want to do anything -- configure ruby, install gems, learn git, deal with gem versions... ah, good times.

Re: Rails for Zombies - Learn Rails from the comfort of your browser

#15

This is a wonderful idea. Every time I try to get someone started with Rails, I sent them to the Rails Guides and warn them that "getting Rails up and running in the hardest part." Being able to have someone jump straight into videos and interactive prompts from their browser is going to be so much better...

Rails is very easy to set up. Easier than any other software for programmers I've used.

1. Install Ruby with your package manager or with the installer for Windows (that's just download, next next next, done).

2. In your terminal: `gem install rails`

Re: Rails for Zombies - Learn Rails from the comfort of your browser

#17
post #13

Love it, but I can't shake the feeling that the people who I want to show this to would not dig the zombies vibe. Maybe I just hang around too many people who do Real Serious Business (TM) programming. :) It's neat as hell though.

Totally agree. Would love this minus the zombies. To me in cheapens what appears to be an incredibly rich learning environment. Not that I have anything against zombies, it just feels like it's trying really hard to appear fun/cool/hip, when it's already all those things just based on the core product.

Re: Rails for Zombies - Learn Rails from the comfort of your browser

#18
post #11

Good idea to simplify things but just side-stepping around the issue and delaying the reality that it really isn't this easy. You're eventually going to have to get dirty if you really want to do anything -- configure ruby, install gems, learn git, deal with gem versions... ah, good times.

By then you're hooked and more willing to invest the time.

Re: Rails for Zombies - Learn Rails from the comfort of your browser

#20
post #15

This is a wonderful idea. Every time I try to get someone started with Rails, I sent them to the Rails Guides and warn them that "getting Rails up and running in the hardest part." Being able to have someone jump straight into videos and interactive prompts from their browser is going to be so much better...

Rails is very easy to set up. Easier than any other software for programmers I've used. 1. Install Ruby with your package manager or with the installer for Windows (that's just download, next next next, done). 2. In your terminal: `gem install rails`

I guess you never really tried to install a full dev environment for Rails on Windows...
Post reply on HN