DEV Community

DataKhukhua
DataKhukhua

Posted on

NEED RUBY ON RAILS FULL GUIDE

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 ? :)

Top comments (7)

Collapse
 
downey profile image
Tim Downey

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.

Collapse
 
datakhukhua profile image
DataKhukhua

Ty

Collapse
 
clara profile image
Clara • Edited

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

Collapse
 
datakhukhua profile image
DataKhukhua

Ty <3 i dont know about this .

Collapse
 
bizzibody profile image
Ian bradbury

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)

Collapse
 
superails profile image
Yaroslav Shmarov

There isn't one single guide to learn everything about RoR, but I can recommend these "megacourses":

Collapse
 
lysofdev profile image
Esteban Hernández

theodinproject.com/

The Odin Project has links on almost every topic Rails related.