
Ruby is probably my most favorite programming language: it enables us to write expressive, flexible, and powerful code, it has a great community, and it’s rapidly evolving. In this article…
Ruby is probably my most favorite programming language: it enables us to write expressive, flexible, and powerful code, it has a great community, and it’s rapidly evolving. In this article…
This is the third and final part of the “How to create a Ruby Gem series” where we are going to finalize our plugin and publish it to RubyGems. Designing…
In the previous part of this series we learned the basics of creating a Ruby i18n. We created an initial directory structure, defined a gemspec, installed dependencies, and started to…
In this series of tutorials, we will discuss all aspects of how to create a Ruby gem (gem is just a fancy word for “library” or “plugin”). In this section…
In one of our previous articles we were talking about the process of internationalizing Rails applications. That article explained all I18n basics, but it was revolving around placing all translations…