devise_couch
devise_couch copied to clipboard
CouchDB integration for Devise framework
Some typos and updated links
When a user sign up, current version (1.4.2) of devise is doing downcase and whitespace stripping. However, the logic is missing from login.
# Repro Building an app from scratch. After running > rails generate devise:install > rails generate couchrest_model:devise User Running rake routes throws: > undefined local variable or method `authentication_keys' for...
If a user attempts to edit their profile they will get this error. To fix this I had to do something like this, which feels like a cludge: ``` class...
Don't know if this is a bug or user error. If a user checks "remember me" it saves the remember token, but then for some reason on a new session...
Enable the rememberable, when sign_in with the rememberable token, seems the code run into a infinite loop getting the view/all from CouchDB. below is what CouchDB log show: 1> [info]...