Podio ruby gem: LoadError
AnsweredThe Podio ruby gem works just fine on my local machine, but on our server LoadError is raised for the gem.
The gem should be called correctly with:
require 'rubygems'
require 'podio'
It is also installed in the same folder as the other (functional) gems. I've tried to use "require './podio'" too, but to no help.
Does anyone have any experience with this problem? Or just ideas on how to solve it?
-
If it's a Rails app you can refer to https://github.com/podio/podio_rails_sample on how to set things up.
If it's not, I'd strongly advice that you use Bundler to get the correct dependencies installed for the Podio gem. Otherwise you will have to load the dependencies for the Podio gem manually.
Please sign in to leave a comment.
Comments
2 comments