Introduction to Rails transactions
Transactions are an essential part of the Rails framework. Even if you are not using them directly, Rails is doing […]
Transactions are an essential part of the Rails framework. Even if you are not using them directly, Rails is doing […]
Gemfile is a well-known file even for not experienced Ruby developers. While for most people, it’s evident that the purpose […]
Let’s just begin with something that every Rails developer that is using Sidekiq is familiarized with – a simple worker: […]
Building command-line application Our goal is to build a get_joke application that will render a random joke about Chuck Norris. The command […]
DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]