I installed mysql2 gem using the command: gem install mysql2
Done installing documentation for mysql2 after 0 seconds
1 gem installed
But when I do require 'mysql2', I get:
LoadError: cannot load such file
Although the stone was successfully installed, gem list mysql2
*** LOCAL GEMS ***
mysql2 (0.4.0)
I am using MacOSX with ruby 2.1.5p273
Any suggestions as to where I should look?
mango source
share