public
Fork of stueccles/railsdav
Description: The WebDAV Ruby On Rails Plugin
Homepage: http://www.liverail.net/railsdav
Clone URL: git://github.com/thoughtbot/railsdav.git
name age message
file LICENSE Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
file README Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
file Rakefile Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
file init.rb Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
file install.rb Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
directory lib/ Fri Mar 27 13:52:58 -0700 2009 backwards compatible [mjankowski]
directory tasks/ Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
directory test/ Sun Apr 13 06:11:24 -0700 2008 migrated from svn [stueccles]
README
Railsdav (WebDAV for Ruby On Rails)
===================================

Railsdav is a plugin which allows for custom WebDAV controllers to be added to a Ruby On Rails application to expose 
functionality as filesystems to WebDAV clients such as Mac OS X Finder, Windows Network Places, Dreamweaver etc.

Railsdav requires the following gems in addition to rails

* unicode (gem install unicode)
* mimetypes (gem install mime-types)

Railsdav was created by Stuart Eccles (http://www.liverail.net/). I'd like to thank the following people for assisting 
with Railsdav

*   Albert Ramstedt who contributed bug fixes for a variety of code issues and helped with re-structuring the plugin
*   Alex MacCaw
*   Fabien Franzen