Evolution bindings

I’m looking for a ruby/evolution binding. I’ve installed the Hardy Heron
binaries for Revolution but get an error with the following.
Â
require ‘rubygems’
require 'revolution

r = Revolution::Revolution.new
res = r.get_all_addressbook_sources()

– or –

res = Revolution.get_all_addressbook_sources()

./revolution_test.rb:10: undefined method `get_all_addressbook_sources’
for Revolution:Module (NoMethodError)

Maybe I’m doing sth wrong with my Ruby (bit of a Ruby noob)

The last date in the Revolution discussion forum is 2005!! I’m assuming
this is no longer an ongoing project.

If not, are there any other bindings? I’ve seen SWIG but haven’t had a
chance to really look at it to see if it’s what I need.

CIA

-Ants

Disclaimer: Technically speaking, I am always wrong!

  __________________________________________________________

Not happy with your email address?.
Get the one you really want - millions of new email addresses available
now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html

On Fri, 2008-06-27 at 00:37 +0900, Anthony G. wrote:

res = Revolution.get_all_addressbook_sources()

./revolution_test.rb:10: undefined method `get_all_addressbook_sources’ for Revolution:Module (NoMethodError)

Maybe I’m doing sth wrong with my Ruby (bit of a Ruby noob)

The last date in the Revolution discussion forum is 2005!! I’m assuming this is no longer an ongoing project.

Yeah, it’s been a long time since I worked on that, and the docs on
revolution.rubyforge.org seem to have been generated from the current
code in Subversion. You may want to check out the code and build it
from source.

Yours,

tom

Okay, where is the SVN?

Thx

Disclaimer: Technically speaking, I am always wrong!

— On Thu, 26/6/08, Tom C. [email protected] wrote:
From: Tom C. [email protected]
Subject: Re: Evolution bindings
To: “ruby-talk ML” [email protected]
Date: Thursday, 26 June, 2008, 5:03 PM

On Fri, 2008-06-27 at 00:37 +0900, Anthony G. wrote:

I’m looking for a ruby/evolution binding. I’ve installed the Hardy
Heron binaries for Revolution but get an error with the following.

./revolution_test.rb:10: undefined method
`get_all_addressbook_sources’ for Revolution:Module (NoMethodError)

Maybe I’m doing sth wrong with my Ruby (bit of a Ruby noob)

The last date in the Revolution discussion forum is 2005!! I’m
assuming this is no longer an ongoing project.

Yeah, it’s been a long time since I worked on that, and the docs on
revolution.rubyforge.org seem to have been generated from the current
code in Subversion. You may want to check out the code and build it
from source.

Yours,

tom

  __________________________________________________________

Not happy with your email address?.
Get the one you really want - millions of new email addresses available
now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html

Okay, Tom, have installed that and will have a play around. My revious
mail about ‘where is it?’ was referring to SVN.

I am a Ruby nood but not new to development. If this seems like it’s
worth carrying on, maybe I could help.

At present, though, I have to write a CMS in Rails and it has to
integrate with Evolution so my time will be short for the next few
months.

Will be in touch if I need help with it :wink:

Thx

-Ants

Disclaimer: Technically speaking, I am always wrong!

— On Thu, 26/6/08, Tom C. [email protected] wrote:
From: Tom C. [email protected]
Subject: Re: Evolution bindings
To: “ruby-talk ML” [email protected]
Date: Thursday, 26 June, 2008, 5:30 PM

On Thu, 2008-06-26 at 12:05 -0400, Tom C. wrote:

On Fri, 2008-06-27 at 00:37 +0900, Anthony G. wrote:

I’m looking for a ruby/evolution binding. I’ve installed the
Hardy Heron binaries for Revolution but get an error with the following.

./revolution_test.rb:10: undefined method
`get_all_addressbook_sources’ for Revolution:Module (NoMethodError)

Maybe I’m doing sth wrong with my Ruby (bit of a Ruby noob)

The last date in the Revolution discussion forum is 2005!! I’m
assuming this is no longer an ongoing project.

Yeah, it’s been a long time since I worked on that, and the docs on
revolution.rubyforge.org seem to have been generated from the current
code in Subversion. You may want to check out the code and build it
from source.

I just rebuilt it from source and put the gem here:

http://rubyforge.org/frs/?group_id=576

You could download “revolution-0.5.gem.new” and give it a whirl,

Yours,

Tom

  __________________________________________________________

Not happy with your email address?.
Get the one you really want - millions of new email addresses available
now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html

On Fri, 2008-06-27 at 02:25 +0900, Anthony G. wrote:

Okay, Tom, have installed that and will have a play around. My revious mail about ‘where is it?’ was referring to SVN.

No problem, it’s here:

http://rubyforge.org/scm/?group_id=576

I am a Ruby nood but not new to development. If this seems like it’s worth carrying on, maybe I could help.

At present, though, I have to write a CMS in Rails and it has to integrate with Evolution so my time will be short for the next few months.

Will be in touch if I need help with it :wink:

Got your email offline, will reply!

Yours,

tom

On Thu, 2008-06-26 at 12:05 -0400, Tom C. wrote:

code in Subversion. You may want to check out the code and build it
from source.

I just rebuilt it from source and put the gem here:

http://rubyforge.org/frs/?group_id=576

You could download “revolution-0.5.gem.new” and give it a whirl,

Yours,

Tom