Switch from simply_stored to simply_couch

- All models: SimplyStored::Couch → SimplyCouch::Model
- Gemfile: simply_stored → simply_couch
- devise_simply_stored → devise_simply_couch
- Remove stale couch_potato require (not used)
This commit is contained in:
BenClaw
2026-06-07 18:24:21 +02:00
parent 28be1d86d9
commit 74cbca706b
17 changed files with 31 additions and 32 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ Devise.setup do |config|
# Load and configure the ORM. Supports :active_record (default) and
# :mongoid (bson_ext recommended) by default. Other ORMs may be
# available as additional gems.
#require 'devise/orm/simply_stored'
require 'orm_adapter/adapters/simply_stored'
#require 'devise/orm/simply_couch'
require 'orm_adapter/adapters/simply_couch'
# ==> Configuration for any authentication mechanism
# Configure which keys are used when authenticating a user. The default is