Hi, I'm Gavin, a.k.a Bodacious. I'm a Ruby engineer from Scotland.
I write about Ruby on Rails development at my blog. You can browse the latest posts below:
- Cursed Code Pilot: Refactoring Base Classes
- Using JSONB columns to create pseudo-attributes in Rails
- REST for Ruby on Rails Engineers
- Avoiding train-wrecks in ActiveRecord
- Avoid using SecureRandom when testing your Ruby code
- My Twitter account (I rarely use it)
- My LinkedIn profile
I try to help out on StackOverflow when I can:
- Answer by bodacious for How do I connect a general search form (form_with helper) to a specific route and pass the input to the params hash?
- Answer by bodacious for Ruby: Associations to enable querying across 4 models
- Answer by bodacious for Getting current branch and commit hash in GitHub action
- Answer by bodacious for Translate data options in rails
- Answer by bodacious for How do I declare a method dynamically with method_missing?