search for: flickr_control

Displaying 5 results from an estimated 5 matches for "flickr_control".

2006 Jan 21
2
flickr demo
...ng ruby 1.8.2 on mac OS X. i keep getting this error message after typing in a tag and submitting the form: ArgumentError in Flickr#search wrong number of arguments (1 for 0) RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace ./script/../config/../app/controllers/flickr_controller.rb:4:in `photos'' ./script/../config/../app/controllers/flickr_controller.rb:4:in `search'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in `send'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in `pe...
2005 Dec 20
1
Problems w/ Flickr demo
...opt/local/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:66:in `request'' /opt/local/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:142:in `method_missing'' /opt/local/lib/ruby/gems/1.8/gems/flickr-1.0.0/./flickr.rb:102:in `photos'' ./script/../config/../app/controllers/flickr_controller.rb:5:in `search'' Request Parameters: {"commit"=>"Find", "tags"=>"rubyfconf"} Show session dump Response Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"} -- Posted via http://www.ruby-forum.com/.
2006 Jul 19
1
flickr.rb error
...`request_url'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:66:in `request'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:142:in `method_missing'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:102:in `photos'' #{RAILS_ROOT}/app/controllers/flickr_controller.rb:5:in `search''c:/ruby/lib/ruby/1.8/cgi.rb:342:in `escape'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:75:in `request_url'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:75:in `request_url'' c:/ruby/lib/ruby/gems/1.8/gems/flickr-1.0.0/flick...
2006 Apr 06
0
Using Rails and the Flickr API
...to it and I''m struggling... excuse my ignorance, but is there some extensive Ruby/Rails/Flickr document somewhere? I''d like to get some clues about how all the different pieces fit together: flickr.photos.search - http://www.flickr.com/services/api/flickr.photos.search.html flickr_controller.rb - class FlickrController < ApplicationController def search flickr = Flickr.new ''API_KEY'' render :partial => "photo", :collection => flickr.photos(:tags => params[:tags], :per_page => ''24'') end end views/flickr/i...
2007 May 17
0
Trying to impliment the Rails Flickr screen cast
...' /usr/local/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:142:in `method_missing'' /usr/local/lib/ruby/gems/1.8/gems/flickr-1.0.0/flickr.rb:350:in `sizes'' #{RAILS_ROOT}/app/views/flickr/_photo.rhtml:1:in `_run_rhtml_47app47views47flickr47_photo46rhtml'' app/controllers/flickr_controller.rb:5:in `search'' Has anybody got any Ideas as to what the problem is? Thanks, Daivd. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send em...