
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
devise_couch will let you use devise with CocuhrestModel.
Add devise, devise_couch and couchrest_model gems to your Gemfile (your Rails app Gemfile). The following gems are required
gem 'couchrest' gem 'couchrest_extended_document' gem 'couchrest_model' gem 'devise' gem 'devise_couch' gem 'rails3-generators', :git => 'git://github.com/shenoudab/rails3-generators.git'
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:
rails generate couchrest_model:devise MODEL
Example: create a User model for use with Devise
rails generate couchrest_model:devise User
Read the README for devise at devise README
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 :)
For devise_couch specific issues, please create an issue on GitHub at: devise_couch issues
Copyright (c) 2010 Shenouda Bertel MobiThought. See LICENSE for details.
FAQs
Unknown package
We found that devise_couch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.