linwenchao / dragonfly-mongoid_data_store

Mongo data store for Dragonfly ruby gem

Repository from Github https://github.comlinwenchao/dragonfly-mongoid_data_storeRepository from Github https://github.comlinwenchao/dragonfly-mongoid_data_store

Dragonfly::MongoidDataStore

Mongoid data store for use with the Dragonfly gem.

Gemfile

gem 'dragonfly-mongoid_data_store'

Usage

Configuration, with default options (remember the require)

require 'dragonfly/mongoid_data_store'

Dragonfly.app.configure do
  # ...

  datastore :mongoid

  # ...
end

Current Authors, Maintainers

  • Nik Petersen

Attribution

This was originally forked from Mark Evan's dragonfly-mongo_data_store

About

Mongo data store for Dragonfly ruby gem

License:MIT License


Languages

Language:Ruby 100.0%