Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which authentication gem/plugin should I use for Rails 3 running on CouchDB?

I'm building a Rails 3 application on CouchDB (using SimplyStored gem) and I'd like to use some existing gem/plugin for authentication, instead of building it from scratch.

Problem is, I can't find anything that works smoothly for CouchDB, everything assumes that you're running on ActiveRecord. Do you have any tips?

like image 790
Lukas Stejskal Avatar asked Aug 03 '10 10:08

Lukas Stejskal


1 Answers

Try Using CouchRest_Model.

like image 111
ShenoudaB Avatar answered Nov 01 '22 07:11

ShenoudaB