From: Chris Gwynne Date: 2006-05-07T08:12:40+09:00 Subject: Re: (new to rails) Error on flickr app Dave Lains wrote: > For whatever reason it can't find the Flickr api. Did you do the 'sudo > gem install -r flickr' step, and then add require "flickr" into your > environment.rb file? It's complaining about an uninitialized constant > because in your controller, on the line 'flickr = Flickr.new "..."', the > interpreter doesn't know about the Flickr class, and since it begins > with an uppercase character it thinks it should be a constant. Did a quick check and naming conventions seem to be right, double checked the code and everything and it still doesn't work. -- Posted via http://www.ruby-forum.com/.