hello guys i'm beginner in ruby , i want to learn ruby on rails , but its hard to google on every error which tells u GemNotFound and something like that , so i want to know if anyone know nice easy to read full guide ? who start learning like me ? :)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (7)
I remember back when I was first learning Rails I found Michael Hartl's Rails Tutorial book to be really helpful. It walks you through creating a basic app that kind of emulates Twitter and it will explain Model-View-Controller (MVC), set up of a basic Rails app, and more.
Ty
have you tried gorails.com/
also thoughtbot.com/upcase/ has some tutorials.
I put together a list with some more resources for my students - which are typically bootcamp graduates. You can find it here, maybe it helps you.
github.com/ClaraMorgen/coding_further
Ty <3 i dont know about this .
When I started out with ROR this course taught me all I needed.
lynda.com/Ruby-Rails-tutorials/Rub...
(I think / hope it's been updated since I watched it)
There isn't one single guide to learn everything about RoR, but I can recommend these "megacourses":
Ruby on Rails 6: Learn 25+ gems and build a Startup MVP 2020
20 hours of video, 200 lectures
Ruby on Rails 6: Learn to Build a Multitenancy Subscriptions SaaS app MVP [2020] 15 hours of video, 170 lectures
theodinproject.com/
The Odin Project has links on almost every topic Rails related.