-
How missing translations in Rails can mess with your markup
Last week, we experienced something that we never thought will happen. Some missing translations messed up the content and layout of one of our landing pages.
-
Fix your Marionette/Backbone memory leaks.
Recently I noticed some strange behaviour while browsing through the our single-page app. An event handler was being called multiple times, which increased the more that I used the site. Obviously the handler wasn’t being released.
-
How to Tame Time Zones in Ruby on Rails
Quipper is a global company. Our developer teams are located in 3 different cities around the world: London, Tokyo, Manila. When it is 9AM in London, it is 5PM in Manila, and 6PM in Tokyo. In addition, we also service Mexico and Indonesia. All in all, there are at least...
-
Introducing Shadow Proxy
Today, I will introduce a system that we call Shadow Proxy, which is released recently in our development environment.
-
Where is my Ruby method defined?
Recently I noticed that the present? method was exhibiting weird behaviour on one of our models.