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.
June 08, 2018 –
tl;dr – You can't, but there are other ways of getting data into your functions.
March 28, 2018 –
Adventures in TDD, or how I learned to make my test suite proofread my model associations.
February 17, 2018 –
Are you seeing Redis::ConnectionError: Connection lost (ECONNRESET)? Is your cache hit rate suspiciously low? A story of the bug I didn't know I had, how I found it, and how I got rid of it. It's easy, I promise.