I am building a Rails 3 application on CouchDB (using SimplyStore gem) and I would like to use some existing gem / plugin for authentication instead of creating it from scratch.
The problem is that I cannot find anything that works smoothly for CouchDB, everything assumes that you are working in ActiveRecord. Do you have any tips?
plugins ruby-on-rails couchdb rubygems
Lukas Stejskal
source share