Reference: https://makandracards.com/makandra/45308-howto-require-gem-that-is-not-in-gemfile
When requiring a gem in the rails console, sometime I get 'no such file'
To solve this problem
- Get the location of the installed gem
$ bundle info 'willow_sword'