MSMatthew Steadinblog.matievisthekat.dev·May 5, 2022 · 4 min readIntegrating CodeClimate with Ruby on RailsEveryone is always going on about "test driven development" and unit tests and whatnot. So here is a practical guide on how to set up CodeClimate with your Ruby on Rails application so you can keep track of maintainability and test coverage. (Plus yo...00
MSMatthew Steadinblog.matievisthekat.dev·Nov 29, 2021 · 7 min readStop refreshing access tokens manually!!Everyone knows the annoying process of detecting an expired access token -> refreshing it using your (hopefully) saved refresh token -> updating your access token to the new value. Usually, this ends up as a lot of repeated code wherever you use an a...01C