Creating a Basic Gem
Play
9:32 CC

Creating a Basic Gem

#99 Sep 24, 2017 free
Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.

Mountable Engines
Play
9:23 CC

Mountable Engines

#79 May 7, 2017 free
Mountable Engines are a great way to extract code into its own namespace and allow the code to be reused in other applications. Other popular gems that are mountable engines are Devise and Doorkeeper.