August 25, 2020 –
This week I worked on rendering partials over websockets with Action Cable. I ran into a problem that tied into my authentication and authorization libraries (Devise and CanCanCan respectively). In...
August 28, 2018 –
You don't need a Javascript library for dropdown menus, just a few lines of CSS.
August 15, 2018 –
Running Brakeman, RuboCop, and Bundler Audit all the time is a pain if you're not using CI. Here's how I made it better.
March 28, 2018 –
Adventures in TDD, or how I learned to make my test suite proofread my model associations.