Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanety/delayed_job_master_mongoid
https://github.com/kanety/delayed_job_master_mongoid
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanety/delayed_job_master_mongoid
- Owner: kanety
- License: mit
- Created: 2019-09-15T15:13:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T08:41:21.000Z (over 3 years ago)
- Last Synced: 2024-12-25T04:04:42.856Z (23 days ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DelayedJobMasterMongoid
A mongoid adapter for delayed_job_master.
## Dependencies
* ruby 2.5+
* delayed_job_mongoid 2.3+
* delayed_job_master 2.0+## Installation
Add this line to your application's Gemfile:
```ruby
gem 'delayed_job_master_mongoid', require: false
```And then execute:
$ bundle
## Usage
Require 'delayed_job_master_mongoid' in `bin/delayed_job_master`:
```ruby
require 'delayed_job_master'
require 'delayed_job_master_mongoid'
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kanety/delayed_job_master_mongoid.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).