Has anybody done anything with WebDev, or for that matter CalDav, in Rails? I''m looking to do stuff with CalDav and the spec seems pretty simple. I''m just wondering if the HTTP methods, like REPORT, natualy work or if I have to install/configure anything. I''m running Rails on Apache through FastCGI. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Wed, Dec 05, 2007 at 07:04:05PM -0800, Mozmonkey wrote:> Has anybody done anything with WebDev, or for that matter CalDav, in > Rails? I''m looking to do stuff with CalDav and the spec seems pretty > simple. I''m just wondering if the HTTP methods, like REPORT, natualy > work or if I have to install/configure anything. I''m running Rails on > Apache through FastCGI.Other HTTP verbs work fine. Incidentally, if you are interested in working on a CalDAV server, there is a (somewhat moribund) project at http://rcalendar.rubyforge.org/ to do so on Rails. I haven''t had cycles to dedicate to it, but I still want to see it implemented well and I''ve done some preliminary research on it. Much of what interests me is the mapping of ical objects to database objects.> Thanks, > Jeremy--Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
My team has implemented a WebDAV server named LimeBerry that also implements the ACL rfc and BIND draft. Check it out at www.limedav.com -Tim On Dec 5, 10:04 pm, Mozmonkey <JeremyMail...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Has anybody done anything with WebDev, or for that matter CalDav, in > Rails? I''m looking to do stuff with CalDav and the spec seems pretty > simple. I''m just wondering if the HTTP methods, like REPORT, natualy > work or if I have to install/configure anything. I''m running Rails on > Apache through FastCGI. > > Thanks, > Jeremy--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---