Explaining magic behind popular Ruby on Rails code
Checking for presence I would risk writing that the most popular Rails’ methods are present? and blank?. Along with .presence, they are used to […]
Checking for presence I would risk writing that the most popular Rails’ methods are present? and blank?. Along with .presence, they are used to […]
The config-way of setting variables You can see this code in almost every Ruby gem that utilizes initializers to set […]