HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ask HN: What is a great project based Rails tutorial for 2025?

18 points·by coopreme·vor 12 Monaten·7 comments
What are your opinions? TOP always comes up as a great option. Doesn’t have to be free; not new to programming.

Thanks in advance for any thoughts, recommendations, or shared experiences.

7 comments

pgalkin·vor 12 Monaten
This one by Evil Martians is fairly recent https://rails-tutorial.evilmartians.io/ I haven't done it, since I already know Rails very well, but I know these guys as reputable contributors to the Ruby ecosystem.
nonconstant·vor 12 Monaten
It’s the official new Getting Started but ported to a browser-based runtime powered by WebContainers, so you can complete the whole tutorial without having to install Ruby or Rails. It’s very cool!
coopreme·vor 12 Monaten
Cool recomm. I’ll check it out - web containers seems like a poor idea for a development course but I suppose it removes setup complexity.
willamabroy2·vor 12 Monaten
Try *"Rails for Beginners"* by GoRails or *"The Odin Project"* — both are up-to-date, project-based, and great for 2025.
coopreme·vor 12 Monaten
Thx. I have TOP pulled up- I’ll take a peek at GoRails as well. There are other things like Hotwire that I’d like to understand but will come back to that after I get a hand on the framework.
joshestroud·vor 12 Monaten
Build a frontend CRUD app for an Amazon ecommerce store powered by Ruby On Rails. Use SQL, Ruby On Rails ERB, and Puma. No React, no Javascript, and no advanced styling - Build it to learn the backend and the SQL. Ruby On Rail's ORM is delicious :)
chistev·vor 12 Monaten
Since you aren't new to programming, I'd say the documentation.