You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use bundler to install all required gems in your Rails 3 app
bundle install
Run the generator:
rails generate devise:install
The generator will install an initializer which describes ALL Devise's
configuration options and you MUST take a look at it. Make sure to specify
either couchrest_model (ActiveModel::Validations)
as the orm in the configuration file.
To add Devise to any of your models using the generator:
Add tests for it. This is important so I don't break it in a
future version unintentionally.
Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
Send me a pull request. Bonus points for topic branches.
Thanks
Kristian Mandrup - - Created the mm-devise gem which was used as a template for the development of this gem.
Also made suggestions for a few critical fixes and improvements in the code. Thanks :)
Jared Morgan - Created the dm-devise gem which was used as a template for the development of this gem.
Also made suggestions for a few critical fixes and improvements in the code. Thanks :)
Bugs and Feedback
For devise_couch specific issues, please create an issue on GitHub at: devise_couch issues
Copyright
Copyright (c) 2010 Shenouda Bertel MobiThought. See LICENSE for details.