Building DSL with Ruby
DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]
DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Bootstrapping a Rails application can be a tedious task. It requires several steps, such as generating a Rails skeleton, creating […]
This article is a quick tip for anyone working with APIs in a Rails application and parsing the data without […]
The config-way of setting variables You can see this code in almost every Ruby gem that utilizes initializers to set […]