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`
Simply following your two step instructions on any of my servers would not create a working RoR setup.
I think there's tremendous value in this kind of site. If someone comes up to you and says "how can I get started with Rails?" now you can just point them to this site and tell them to get in touch when they've finished the tutorials. Then you can help them set up their environment properly ;)
gem install rails; rails new hello_world; rails s
Then I watched the damage on localhost:3000
Rails has been fantastic. I'm a designer — I don't really have a background in programming — but rails has been incredibly accessible. It makes a lot of sense to me.
First, I had to install rvm (Rails wouldn't install with Ubuntu's Ruby packages) which took some time to figure out. Then I tried installing Rails and got some problem related to sqlite3. I then figured out that I had to install the sqlite3-ruby gem. Of course it didn't work. I found out I had to install the libsqlite3-dev package.
The whole process took a good 30-60min.
I think that if you can re-skin this and retool it for other themes/languages, you've got an excellent educational tool on your hands.
Good job!
It's neat as hell though.
But this is pretty sweet :)
I would jump on the opportunity to build labs for other languages if they offered an sdk of some sort.
As far as the labs thing goes, this feels like the future of interactive learning.
Also the went WAYYYYYYY overboard with the whole zombies thing. We get it, zombies are trendy these days, please just keep them away from anything learning based.
If you've never touched the Ruby Language before, we
recommend playing through TryRuby.org first.
Recommend?!This is why we can't have nice things.