Articles to Write Better Ruby on Rails Code

Write Rails code you can be proud of. Whether you're just starting out or have been shipping Rails apps for years, there's always a new approach or pattern worth knowing about.

  1. Use Tailwind CSS with Your Rails Forms
  2. Inline Unsupported Browser Warning (using Rails 7.2 feature)
  3. Rails' Partial Features You (didn't) Know
  4. Use Action Cable with Your Main PostgreSQL Database
  5. Tidy up your Rails code with `inquiry`
  6. Better Inline Validation for Rails Forms (with ViewComponent or partials)
  7. Nested Layouts with Ruby on Rails
  8. 5 UI Components Libraries for Ruby on Rails (in 2024)
  9. Create a String to Color Helper with Ruby
  10. When to use `link_to` and `button_to` in Rails