Skip to content

RailsNotes

A collection of the Ruby on Rails guides you wished you had, when you were first starting out.

  • By Harrison Broadbent
  • Based in Australia
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2023 22
2024 4

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Using Rails debugger/rdbg with VS Code
A short introduction to the rdbg/debugger extension for VS Code, plus a guide on how to set it up correctly to debug your Ruby on Rails applications, as well as your RSpec specs. The VS …
On , by Harrison Broadbent, 51 words
A decent VS Code + Ruby on Rails setup
Setting up VS Code for Ruby on Rails development can be tricky, so I wrote this article to help. In it, I share different VS Code extensions for things like autocomplete, linting, formatting and more! …
On , by Harrison Broadbent, 57 words
Here's what's coming in Rails 8
Work on Rails 8 is starting, so I dug through the official GitHub milestone to break down all the upcoming goodies for you. There's plenty coming, including Solid Queue, Solid Cache and Kamal becoming defaults, …
On , by Harrison Broadbent, 50 words