RailsDAV now up for Rails 2.0.2
February 23rd, 2008
Hi all,
The RailsDAV plugin for integrating WebDAV controllers into your Rails application is now compatible with Rails 2.0.2. I’m doing a complete re-write to make RailsDAV easier to use and work with merb as well, but it’s slow going.
You can install RailsDAV with
ruby script/plugin install http://svn.liverail.net/svn/plugins/railsdav
3 Responses to “RailsDAV now up for Rails 2.0.2”
Sorry, comments are closed for this article.
February 23rd, 2008 at 03:14 PM
Thank you!
March 10th, 2008 at 08:47 AM
Hey, nice work on the plugin, when trying to get it running I’m having a problem with mongrel/rails not accepting the http verb propfind saying,
propfind, accepted HTTP methods are delete, head, get, options, post, and put
Any ideas? Cheers.
March 13th, 2008 at 02:18 AM
Great work. Have been using the previous version and love its potential.