Blogs
How To Get Clean and Maintainable Code in Rails with Service Objects?
Service objects in rails always help you to design and clean and maintainable code. Here is a comprehensive guideline to design clean and organized code in. In a separate object, the services enjoys the benefit of concentrating the core logic of t...
Bringing the power of Webpacker to any web framework.
Bringing the impressive work of the Rails' Webpacker project to be available for frameworks other than Rails. This is done by mocking the minimal amount of Rails for the Webpacker's Rake commands to be able to run.Webpacker itself takes Webpack, w...
Tips for Writing Fast Rails: Part 2 - The Lean Software Boutique
Some time ago we wrote a couple of Tips for Writing Fast Rails. It was about time we wrote part two so here it is!In this article we will focus on the use of ActiveRecord::Calculations. To show the difference in execution time between doing the ma...