Dec 20, 2017 7 min
Building a DSL in Ruby — Part 2
In the previous blog post , we implemented the first version of an example of a DSL library in ruby, a simple FactoryBot clone.
Dec 5, 2017 4 min
Building a DSL in Ruby — Part 1
Have you ever wondered how libraries like FactoryGirl (or should I say FactoryBot ?) work? Or Rails routing? It all seems a bit like magic sometimes doesn’t it? Let me debunk all of that for you!