I would like to include a WebDav application for Rails 3.1, where I use Devise for authentication and CanCan for authorization.
So far I have included WebDav and worked fine. Can I use Devise logins / users with dav4rack to enable / restrict access to certain files / directories in WebDav? Maybe you already have a howto or wiki page? Any help would be appreciated.
PS. Is this the right way to solve these kinds of problems? maybe I should go back to apache mod_dav and synchronize apache dav users / groups with the users / groups defined in my Rails application?
source share