Action Cable, Devise, & CanCanCan

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...

Adding Code Quality Checks To Your Ruby Test Suite

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.

Testing Bidirectional Associations in Rails

March 28, 2018 – Adventures in TDD, or how I learned to make my test suite proofread my model associations.