4 Mistakes to Avoid as a RoR Engineer

Paulo Carvalho
3 min readAug 18, 2020

Ruby on Rails is a powerful framework that if used properly can speed up development and provide a strong foundation for a scalable application. However, some simple mistakes can quickly make Rails a burden.

Photo by Sarah Kilian on Unsplash

1. Forgetting to Check for N+1 Queries

N+1 occurs when a record collection is retrieved without loading its required associations. This leads…

--

--

Paulo Carvalho

Want to chat about startups, consulting or engineering? Just send me an email on paulo@avantsoft.com.br.