I'm practicing node.js. It's like early days of Rails. One thing that stops me to jump in this bandwagon is that my lack of knowledge of javascript. Anyway, after mastering node.js world technique, I want to go use event techniques in ruby in the future. I'm sure that ruby's virtual machine will evolve.
Avoiding N+1 queries the Railsy way with strict loading
-
Need to catch N+1 queries without adding any extra dependencies to your
project? Strict Loading makes it effortless, but your configurations need
to be set...