[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Looking for more guinea pigs, new icalendar gem

Rick DeNatale

5/23/2009 11:24:00 PM

I recently made the new icalendar library for Ruby which I've been
working on for the past six months available on github

http://github.com/rubyredrick/ri_cal/t...

I plan to also put this on rubyforge (the project has been created
already), but I want it to get a little more grilling from users
before really pushing it out into the world, and I figure that github
users might be a little more willing and understanding to work with
slightly less mature code.

This is a completely new library, it's based on neither the icalendar
nor vpim gems, which both do a very good job of parsing icalendar
data, but don't try to do things like understanding icalendar time
zones and recurring events. In ri_cal, I took those tasks as the main
goals.

I've made some low-key announcements about ri_cal on my blog:

http://talklikeaduck.denhaven2.com...

It's gotten some interest, there are currently 79 folks watching it on
github. But I'd like some more bug reports!

There is a google group for discussion at
http://groups.google.com/group... anyone is welcome to join.
I've set it up so that initial postings are moderated to avoid it
becoming a spam trap.

There is also a lighthouse project for bug tickets:
http://rick_denatale.lighthouseapp.com/projects/30941-ri_ca...

--
Rick DeNatale

Blog: http://talklikeaduck.denh...
Twitter: http://twitter.com/Ri...
WWR: http://www.workingwithrails.com/person/9021-ric...
LinkedIn: http://www.linkedin.com/in/ri...

1 Answer

Rick DeNatale

5/23/2009 11:34:00 PM

0

On Sat, May 23, 2009 at 7:23 PM, Rick DeNatale <rick.denatale@gmail.com> wrote:
> I recently made the new icalendar library for Ruby which I've been
> working on for the past six months available on github

I should have mentioned this in the first post, but another design
goal of ri_cal is to work well with the time zone support in Rails >
2.2, but not to require it.

It does need an implementation of tzinfo, but is happy to use either
the tzinfo gem or the implementation in ActiveSupport, the application
is free to satisfy the requirement by requiring one or the other
before requiring ri_cal.

--
Rick DeNatale

Blog: http://talklikeaduck.denh...
Twitter: http://twitter.com/Ri...
WWR: http://www.workingwithrails.com/person/9021-ric...
LinkedIn: http://www.linkedin.com/in/ri...