Hi, I'm Gavin, a.k.a Bodacious. I'm a software engineer from Scotland.
I write about Ruby on Rails development at my blog. You can browse the latest posts below:
- POST requests should only be used when creating a new resource
- POST requests should only be used when creating a new resource
- 8 Falsehoods Rails developers believe about REST
- REST is about presenting a CRUD layer with JSON
- Define meta-resources for non-CRUD actions
- 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?