We have all been there when you see your controller action getting way too long and hold too much business logic. You know you need to email the user, adjust an account, maybe submit to Stripe and…...
Read more »
Another year, another major Rails release. Rails 6.1 looks to be a solid one. Though, despite all the new features and fixes a new Rails version brings, there is always one looming problem for developers - the upgrade. (more…)
Read more »
The Ruby community is one of the best I’ve ever had the chance to participate in. We’ve got strong values on code quality, tests and best practices but sometimes it feels like a religion.
Read more »
Authorization is something that you will run into in many scenarios as you build Ruby on Rails apps. There are a lot of gems like Pundit… (more…)
Read more »