de en es fr nl pl pt sv

ruby on rails

Why nobody speaks about dig

Ana María Martínez Gómez

It is already 2 years since Ruby 2.3 was released. While the controversial &., which is claimed to allow writing incomprehensible code, has become really popular in blog post and conferences, we have heard very little about the Hash#dig and Array#dig methods. Those methods were mentioned...

A failing test for Christmas

Ana María Martínez Gómez

It seems I have really well behaved on 2017, because Santa Claus brought me a failing test for Christmas. :stuck_out_tongue_winking_eye: I found out a piece of code, that was only wrong from 26th to 31st December. :christmas_tree: The code Imagine you want to write a Ruby method for a Rails...