From b0ed8769fcc1f408aaeb8e12563f902a9edf2437 Mon Sep 17 00:00:00 2001 From: Rahul Roy Date: Wed, 13 Nov 2013 15:47:29 +0530 Subject: [PATCH] Added more resources for Ruby and Ruby on Rails --- free-programming-books-ch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books-ch.md b/free-programming-books-ch.md index 35c271d2..ced6163c 100644 --- a/free-programming-books-ch.md +++ b/free-programming-books-ch.md @@ -865,6 +865,8 @@ See also [TeX](#tex) * [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/) * [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials) * [Ruby Learning](http://rubylearning.com/) +* [TryRuby by CodeSchool](http://tryruby.org/) +* [Learn X in Y minutes: Where X=ruby](http://learnxinyminutes.com/docs/ruby/) ###Ruby on Rails @@ -872,6 +874,8 @@ See also [TeX](#tex) * [Objects on Rails](http://objectsonrails.com) * [Ruby on Rails Guides](http://guides.rubyonrails.org) * [A community-driven Rails style guide](https://github.com/bbatsov/rails-style-guide) +* [Rails for Zombies](http://railsforzombies.org/) +* [Learn Ruby On Rails By Creating An App Right In Your Browser](http://www.codelearn.org/) ###Rust -- GitLab