From 04d7ebae8d682c33d8251808ee2fea51c79f91f8 Mon Sep 17 00:00:00 2001 From: Maikel Date: Thu, 25 Nov 2021 16:53:08 +1100 Subject: [PATCH] Remove book pricing as that's not in our control (and it was wrong) --- Learning-Rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learning-Rails.md b/Learning-Rails.md index bbe7c4c..8580e6d 100644 --- a/Learning-Rails.md +++ b/Learning-Rails.md @@ -1,7 +1,7 @@ Would you like to contribute to the Open Food Network but you are not confident in Ruby on Rails just yet? There are plenty of good and mostly free online resources to learn all the basics. We compiled a few recommendations for you: -* [The Ruby on Rails Tutorial](https://www.railstutorial.org/book) is one of the most established (online) books for learning Rails. The free introduction covers the basics but you need to pay $5 if you want access to the full book. Maybe just see how much fun you have with the free part first. :wink: +* [The Ruby on Rails Tutorial](https://www.railstutorial.org/book) is one of the most established (online) books for learning Rails. The free introduction covers the basics but you need to pay for the full book. Maybe just see how much fun you have with the free part first. :wink: * [The Odin Project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails) is a completely free resource to learn Rails. It's not as comprehensive as the tutorial above but we can improve it on Github if you get stuck somewhere. * [GoRails](https://gorails.com/) is a great collection of articles to specific topics. So if you know some stuff already and want to read in more detail about a certain aspect, you may be lucky here. * [Ruby on Rails Guides](https://guides.rubyonrails.org/) are the official documentation which aim to help the beginner and are still a great reference for experienced experts. You will definitely read some on your Rails journey.