From 9e1aa55b21035db29b7615e8c45e646cc94e0669 Mon Sep 17 00:00:00 2001 From: Victor Velazquez Date: Wed, 16 Oct 2013 22:25:51 -0500 Subject: [PATCH] Add some ruby books and courses * Code Academy Ruby * How to think like a computer scientist: Learning with ruby * Ruby in twenty minutes * Ruby Essentials * Ruby Learning --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded..5b89ed69 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -836,6 +836,11 @@ See also [TeX](#tex) * [Ruby Best Practices](http://majesticseacreature.com/rbp-book/pdfs/rbp_1-0.pdf) (PDF) * [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) * [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide) +* [Code Academy Ruby](http://www.codecademy.com/tracks/ruby) +* [How To Think Like a Computer Scientist: Learning With Ruby](http://mysite.verizon.net/hpassel/thinkruby/) +* [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/) ###Ruby on Rails -- GitLab