In the Ruby ecosystem, a well established way of customizing gem behavior is by using configuration...
One of Ruby's most interesting - and useful! - features is being able to change how classes and...
What generators are Rails generators are command line tools that are used for automating...
What is a DSL and what is it used for? A DSL (Domain Specific Language) can be thought of...
Introduction Shipping new features is exciting and as software developers, we want to see...
Note Since the time this post was written, the ext option has been added to bundler, which...
Motivation Rails rake tasks are commands that automate specific acti...