similar to: flickr tag question

Displaying 20 results from an estimated 200 matches similar to: "flickr tag question"

2006 Jul 18
3
RFlickr usage
hi friends, any body know how to use rflickr... i want to authenticate the user to enter his flickr account from my ROR app... ie he can view his images which he uploaded into his flickr account... is there any way to get this functionality through flickr api? plz give some ideas... regards, Neo -- Posted via http://www.ruby-forum.com/.
2017 Feb 03
1
Samba standalone + openldap
Hi everybody, I'm new to this mailing list, i need help about a configuration with Samba / Openldap. I have a samba server with shared folders, where users authenticate with a determined login/password. I would like to use my directory (openldap) to authenticate my users to access the shared folders. I do not want to use samba as a domain controller, just to authenticate the users with
2017 Apr 20
1
RSA key not found
I?ve got a couple of issues with a new mail server set up? I?m getting the following error: warning: cannot get RSA certificate from file /etc/pki/dovecot/certs/<mycert>.pem: disabling TLS support The problem is that <mycert>.pem isn?t an RSA ticket, but a X509 certificate. The RSA ticket is in /etc/pki/dovecot/private directory. I checked both files and they are good certificates.
2006 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a legacy database , specifically the IBM UniVerse database, which is not *quite* relational. It feels like a holdover from the dark ages of computing. Before I attempt writing an ActiveRecord adapter, I''d like to know if anyone else uses this database and if I''m the only person that needs this thing. I
2006 Jan 07
2
OFF-TOPIC; Can''t post to this mailing list
Hi all! I can''t post to this list from my regular gmail account. I receive fine, but whenever I send mail, no joy. Any ideas? There has to be more to life than posting via www.ruby-forum.com and reading it in gmail, then responding from ruby-forum etc. -- G. -- Posted via http://www.ruby-forum.com/.
2006 Jul 20
3
Flickr API and Ruby Question...
I have a local version of the flickr.rb file installed and working properly, but apparently I''m having issues installing it on my Dreamhost server. So, does anyone know how to do it the normal way? Just interfacing directly with the flickr/api without using the gem ''flickr.rb''? Any tips in the right direction would help me tremendously! Thanks! -- Posted via
2006 Jul 21
3
Interface with Flickr
Does anyone know how to get going with the flickr api WITHOUT using the ''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http'' stuff. I''m just wondering how to send requests to the api and handle the response. Any tips would be great! Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Apr 30
16
postgresql duplicate key violates unique constraint
I have a weird problem with creating a new record when using PostgreSQL. From inside script/console ... >> entity = Entity.new >> entity.first_name = "Foo" >> entity.last_name = "bar" >> entity.save Throws an exception due to the following SQL error: duplicate key violates unique constraint. The application was working fine before and suddenly
2006 Jan 24
7
formatting numbers with commas
I needed to format numbers with commas to make it more human readable. Here''s how I did it. def commify(number) c = { :value => "", :length => 0 } r = number.to_s.reverse.split("").inject(c) do |t, e| iv, il = t[:value], t[:length] iv += '','' if il % 3 == 0 && il != 0 { :value => iv + e, :length =>
2006 Jul 20
16
Juggernaut Released - (a.k.a Armageddon)
I''ve just released Juggernaut - a plugin for ruby on rails. Check out the site: http://juggernaut.rubyforge.org I?ve also finished a demo that illustrates some of Juggernuat?s capabilities. You can sign up for an account here: http://alexmaccaw.no-ip.info:3500/login/sign_up . It might be a tad slow as it?s running from my home machine. Juggernaut for Ruby on Rails initiates a flash
2003 May 06
2
"help.start() and kde konqueror"
Hello, When I attempt to use KDE 3.03 "konqueror" for help.start() I can't get the search engine to work but otherwise help.start() is OK. How should "konqueror" be setup for this? The response to the command is below: > help.start(browser= 'konqueror') Making links in per-session dir ... If konqueror is already running, it is *not* restarted, and you must
2009 Aug 14
2
RGoogleDocs: getDocs() - "problems connecting to get the list of documents"
Hi I have been using RGoogleDocs successfully for some time now but something seems to have happened which is preventing me from accessing my data in google spreadsheets. I get the message: "problems connecting to get the list of documents" when I use getDocs, despite being logged in e.g. sheets.con = getGoogleDocsConnection(getGoogleAuth("username", "password",
2006 Jan 22
6
SwitchTower with public key authentication?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, BEWARE: this is not a Rails question, but a SwitchTower question. I am asking here because SwitchTower is usually employed with Rails. I am developing what we may call a "distributed video player" in Ruby (this is NOT a Rails application). It works this way: I have several boxes that play videos and one server, where I store the
2007 Apr 17
0
rflickr: invalid auth token when uploading
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''m working on an application which uses rflickr to upload images to flickr. I''ve generated and cached an auth token as described in the GETTING STARTED document in the rflickr tree. However, when I call the API, I receive an error stating "ERR: Invalid auth token (98)". The extended error is: XMLRPC::FaultException
2007 May 06
0
can't access rflickr methods
Hi all, I have some trouble using rflickr. I can instantiate a flickr object but not use its methods: this works: flickr = Flickr.new this doesn''t work: sets = flickr.photosets.getList That''s the error mesage I get: undefined method `photosets'' I simply copied rflickr to the vendors dir. Was that OK ? Any ideas ?
2007 Jan 05
0
Help with rflickr
I''m having trouble generating my flickr token I''m following the tutorial on Max Dunn''s website when I enter: f = MyFlickr.new I get this error: NameError: uninitialized constant MY_CONFIG from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in `const_missing'' from
2011 Aug 04
2
[LLVMdev] RFC: Exception Handling Rewrite
Bill, I believe the empty-exception-specification example is a red- herring, but that if you can construct an example where you think a landing-pad requires multiple filter lists then I think we can then have a productive conversation about it. I believe we can only get multiple filter lists in a landing-pad if we attempt to merge exception-regions, and since filters are only an
2006 Jan 20
15
Cannot rake migrate on OS X After New Install, Tons of Debugging
I''m getting ready to go to the Rails Studio in Pasadena next week. As part of the prep for that event, I was instructed by the Pragmatic guys to download and install a new Rails 1.0/Ruby 1.8.4 configuration to my OS X 10.4.4 box. I did that three or four days ago. Ever since then, I cannot run a rake migrate command successfully anywhere in my Rails world. (Mind you,
2006 Jun 12
5
Doing a simple search from the database?
I realize thi may be more complex issue than can be asnwered in this post. But, what I need to do is create a simple query on my existing tables via a search form. I have half my app done (I can write all the info I want to my database), but pulling the data out dynamically is giving me trouble. I have both the "ruby for rails" book and the Agile Development book. They both give
2011 Aug 05
0
[LLVMdev] RFC: Exception Handling Rewrite
On Aug 4, 2011, at 4:03 PM, Peter Lawrence wrote: > Bill, > I believe the empty-exception-specification example is a red-herring, > but that if you can construct an example where you think a landing-pad > requires multiple filter lists then I think we can then have a productive > conversation about it. > > I believe we can only get multiple filter lists in a