
Testing CSV and Excel uploads with tempfiles
Jul, 2021
Tempfiles provide a flexible, explicit, and maintainable way of testing different upload scenarios.
Jul, 2021
Tempfiles provide a flexible, explicit, and maintainable way of testing different upload scenarios.
May, 2021
In this article, I'll share how I've improved a search feature by ranking fuzzy string matches by similarity to the searched term. I'll also share how to improve the search performance with indexes.
Apr, 2021
Testing code you don't own can be a bit trickier than writing tests for code you own. If you're interacting with 3rd party APIs, you don't actually want to make real calls every time you run a test.
Apr, 2021
Part IV of the series - Understanding ActiveRecord joins - How can we access data from joined associations?
Mar, 2021
Part III of the series - Understanding ActiveRecord joins - How can we filter an ActiveRecord collection based on multiple associations?
Mar, 2021
Part II of the series - Understanding ActiveRecord joins - What is a left outer join and how can it be used in ActiveRecord?