{"id":19474555,"url":"https://github.com/tomasc/dragonfly-mongoid_data_store","last_synced_at":"2025-04-25T12:31:49.685Z","repository":{"id":20269395,"uuid":"23542458","full_name":"tomasc/dragonfly-mongoid_data_store","owner":"tomasc","description":"Dragonfly data store that uses Mongoid::GridFS.","archived":false,"fork":false,"pushed_at":"2023-11-17T13:00:50.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T00:36:48.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomasc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-01T12:55:11.000Z","updated_at":"2023-11-17T12:41:37.000Z","dependencies_parsed_at":"2024-11-10T22:16:16.239Z","dependency_job_id":null,"html_url":"https://github.com/tomasc/dragonfly-mongoid_data_store","commit_stats":{"total_commits":33,"total_committers":5,"mean_commits":6.6,"dds":"0.36363636363636365","last_synced_commit":"212507ffdacd78df38b794f10e115a5f48dea33e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-mongoid_data_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-mongoid_data_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-mongoid_data_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-mongoid_data_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasc","download_url":"https://codeload.github.com/tomasc/dragonfly-mongoid_data_store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250817774,"owners_count":21492219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:25:37.456Z","updated_at":"2025-04-25T12:31:45.722Z","avatar_url":"https://github.com/tomasc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dragonfly::MongoidDataStore\n\n[![Tests](https://github.com/tomasc/dragonfly-mongoid_data_store/actions/workflows/test.yml/badge.svg)](https://github.com/tomasc/dragonfly-mongoid_data_store/actions/workflows/test.yml) [![Gem Version](https://badge.fury.io/rb/dragonfly-mongoid_data_store.svg)](http://badge.fury.io/rb/dragonfly-mongoid_data_store) [![Coverage Status](https://img.shields.io/coveralls/tomasc/dragonfly-mongoid_data_store.svg)](https://coveralls.io/r/tomasc/dragonfly-mongoid_data_store)\n\n[Dragonfly](https://github.com/markevans/dragonfly) data store that uses [Mongoid::GridFs](https://github.com/ahoward/mongoid-grid_fs).\n\nData store similar to [dragonfly-mongo_data_store](https://github.com/markevans/dragonfly-mongo_data_store) which works with [Dragonfly](https://github.com/markevans/dragonfly) \u003e 1 and [Mongoid](https://github.com/mongoid/mongoid) \u003e 4.\n\n## Requirements\n\n* mongoid 5, 6, 7, and 8\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'dragonfly-mongoid_data_store'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dragonfly-mongoid_data_store\n\n## Usage\n\nYou can configure Dragonfly to use the mongoid datastore in the dragonfly initializer like so:\n\n```ruby\n# config/initializers/dragonfly.rb\n\nrequire 'dragonfly/mongoid_data_store'\n\nDragonfly.app.configure do\n  # ...\n\n  datastore :mongoid\n\n  # ...\nend\n```\n\nRemember the require!\n\n## Contributing\n\n1. Fork it ( https://github.com/tomasc/dragonfly-mongoid_data_store/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fdragonfly-mongoid_data_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasc%2Fdragonfly-mongoid_data_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fdragonfly-mongoid_data_store/lists"}