Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Shane Thomas
require 'flickr' instead of require 'rflickr' [ reply ]  
2007-08-22 18:31
I have noticed issues on my host that my code keeps trying to require the installed version of the OTHER gem the flickr gem they have installed when I say "require 'flickr'", but as far as I know, thats how you also require the rflickr gem is by:

"require 'flickr'" what gives here? how can I fix this, and is this gem even being supported anymore?