From 30b8d2c819c4843700e0b6a3138d3b498c6a0fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luj=C3=A1n=20Fernaud?= Date: Mon, 27 Aug 2018 07:18:44 +0100 Subject: [PATCH] Add The Ruby on Rails Tutorial Learn Ruby on Rails by building a Twitter clone. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58e82fa..e038e77 100644 --- a/README.md +++ b/README.md @@ -439,6 +439,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### Ruby on Rails: +* [The Ruby on Rails Tutorial](https://www.railstutorial.org/book) * [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0) * [Build a CMS with Ruby on Rails](https://pchm.co/posts/tutorial-how-to-build-a-cms-in-ruby-on-rails) * [Build a Social Network using Rails](https://medium.com/rails-ember-beyond/how-to-build-a-social-network-using-rails-eb31da569233)