Blog Posts
Handling `ActiveRecord::SubclassNotFound` in Ruby on Rails
Created on: Oct 09, 2024
Last updated: Nov 16, 2024
In this blog post I walk through the causes and solutions for the `ActiveRecord::SubclassNotFound` error
5 minutes read
When not to use `self.class.name`
Created on: Oct 04, 2024
Last updated: Nov 16, 2024
In this post I discuss why the use of `self.class.name` in class methods doesn't capture the class name
0 minutes read
How to quickly get your feature branch up-to-date with upstream
Created on: Oct 04, 2024
Last updated: Oct 04, 2024
In this post, I'll show you how to quickly update your development branch with the latest changes from the upstream branch.
0 minutes read
Forcing a migration in Rails
Created on: Aug 25, 2022
Last updated: Aug 26, 2022
In this blog post you'll learn about how to force a rails database migration
0 minutes read
Rails: Solution for "can't find gem bundler (>= 0.a) with executable bundle"
Created on: Jan 23, 2021
So you have cloned a fresh copy of your old rails project or someone else's project which used to work previously just fine, and now...
1 minute read