Tutorials









How to use a gem in a private GitHub repo in your Rails application
Developers love to separate concerns - it's one of our main principles. One of the best ways to do this is to extract libraries, which are called gems in Ruby. Gems are normally released through RubyGems. However, this makes your lib available to ...