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 […]
Demo At the end of the article, we will have fully working simple chat. Creating example application Our application will […]
Gemfile is a well-known file even for not experienced Ruby developers. While for most people, it’s evident that the purpose […]
Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]
Checking for presence I would risk writing that the most popular Rails’ methods are present? and blank?. Along with .presence, they are used to […]
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 […]
Introduction Cable Ready is a great addition for Action Cable, especially if you don’t like to write JavaScript code to interact […]
Stimulus.js is a JavaScript framework created by the founders of Basecamp. It’s easy to integrate but powerful and allows us […]
A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]