The hidden cost of the invisible queries in Rails
Making SQL queries in Rails is very nice. However, there are some edge cases where the Rails syntax will surprise you. In this article, we explore some of them and we propose different ways to make our Rails application faster. https://alexcastano.com/the-hidden-cost-of-the-invisible-queries-in-rails/
Post a comment