Member-only story

How to Build a Blog with Ruby on Rails

Based on Udemy The Complete Ruby on Rails Developer Course

David Allen

Want to learn how to build a blog with Ruby on Rails? You’ve come to the right place. My goal with this tutorial was to be as accessible as possible to anyone beginning the Ruby on Rails learning journey, and so if you have any questions or suggestions, please don’t hesitate to let me know in the comments! With all that being said, please dive in and enjoy the learning process.

This tutorial is based on Udemy’s The Complete Ruby on rails Developer Course. I highly recommend it. Pro tip: Udemy frequently gives extreme discounts on their courses. If this course costs more than $10–15, Google a discount code before you buy it.

p.s. just an idea: if you get some value out of this article, and you’d like to support the author, purchase your next Amazon shipment through my affiliate link here. Cheers!

Table of Contents

  1. Create a new Ruby on Rails App
  2. Create a Pages Controller
  3. Create a Pages View
  4. Create a Route to the Index Page
  5. Create an About Page, Update Routes and Create Links to Pages
  6. Build Articles Model and Controller
  7. Inside the Rails Console
  8. Add Validations to Enforce Constraints on Articles
  9. Add Ability to Create Articles From Browser
  10. Editing Articles
  11. Add Index Listing of Articles and Add Edit/Show Links
  12. Refactor Forms into a Single Partial
  13. Add the Destroy Action
  14. Refactor Articles Controller
  15. Install Bootstrap
  16. Install Navigation Bar
  17. Add Links to the Navbar
  18. Style the Form Template
  19. Style the Messages
  20. Style the Show Article Page
  21. Update Article Instance Variables To Work For Users
  22. Style Article Listing Index Page
  23. Creating Users + (Create a Feature Branch in Github)
  24. Add User Validations +

Responses (25)

Write a response