#concurrency
Read more stories on Hashnode
Articles with this tag
CRuby has a Global Lock Interpreter, that imposes certain limitations on us. I wrote about it a bit in my previous article. But does this means that...
ActiveRecord provides a bunch of useful methods. One of them is a find_or_create_by which is cool, because it avoids using IF...