flickr-objects icon indicating copy to clipboard operation
flickr-objects copied to clipboard

🤔what do I require?

Open fakefarm opened this issue 6 years ago • 2 comments
trafficstars

👋Hello @janko, I am at the spike phase of a new project, and I'm having trouble requiring the lib in a non-rails context. I tried flickr and flicker-objects individually, like so;

require "flickr"
# require "flickr-objects"

Flickr.configure do |config|
  config.api_key       = "API_KEY"
  config.shared_secret = "SHARED_SECRET"
end

Both times I'm getting:

 cannot load such file -- flickr (LoadError)
cannot load such file -- flickr-objects (LoadError)

Am I missing a step or thinking about this wrong?

fakefarm avatar Sep 17 '19 16:09 fakefarm

Both of these requires should work 🤔 You can see that both of these files exist in the lib/ directory.

janko avatar Sep 17 '19 21:09 janko

Okay, I thought so as well. I forked the repo and noticed a few failing specs which I'm looking into.

I'll keep digging...

fakefarm avatar Sep 18 '19 00:09 fakefarm