All Projects → collectiveidea → Delayed_job_mongoid

collectiveidea / Delayed_job_mongoid

Licence: mit
Mongoid backend for delayed_job

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Delayed job mongoid

Enumerize
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Stars: ✭ 1,637 (+846.24%)
Mutual labels:  mongoid
Simple token authentication
Simple (but safe) token authentication for Rails apps or API with Devise.
Stars: ✭ 1,474 (+752.02%)
Mutual labels:  mongoid
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (-42.2%)
Mutual labels:  mongoid
Mongoid auto increment id
Override id field to MySQL like auto increment for Mongoid.
Stars: ✭ 68 (-60.69%)
Mutual labels:  mongoid
Mongoid rateable
Rating functionality for Mongoid documents
Stars: ✭ 59 (-65.9%)
Mutual labels:  mongoid
Fabrication
This project has moved to GitLab! Please check there for the latest updates.
Stars: ✭ 1,017 (+487.86%)
Mutual labels:  mongoid
Lockbox
Modern encryption for Ruby and Rails
Stars: ✭ 905 (+423.12%)
Mutual labels:  mongoid
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+432.37%)
Mutual labels:  mongoid
Mongoid Rspec
RSpec matchers and macros for Mongoid.
Stars: ✭ 494 (+185.55%)
Mutual labels:  mongoid
Aasm
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
Stars: ✭ 4,474 (+2486.13%)
Mutual labels:  mongoid
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (+103.47%)
Mutual labels:  mongoid
Tomatoes
Pomodoro Technique® online time tracker
Stars: ✭ 344 (+98.84%)
Mutual labels:  mongoid
Devise Security
A security extension for devise, meeting industrial standard security demands for web applications.
Stars: ✭ 302 (+74.57%)
Mutual labels:  mongoid
Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (+49.13%)
Mutual labels:  mongoid
mongoid-geospatial
A MongoDB/Mongoid Extension with optional GeoRuby/RGeo support.
Stars: ✭ 79 (-54.34%)
Mutual labels:  mongoid
mongoid includes
🌿 Improves eager loading support for Mongoid
Stars: ✭ 43 (-75.14%)
Mutual labels:  mongoid
rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 281 (+62.43%)
Mutual labels:  mongoid
mongoid taggable on
Taggable on custom fields for Mongoid
Stars: ✭ 16 (-90.75%)
Mutual labels:  mongoid
Groupify
Add group and membership functionality to your Rails models
Stars: ✭ 187 (+8.09%)
Mutual labels:  mongoid

DelayedJob Mongoid backend

Gem Version Build Status Code Climate Coverage Status

Requirements

Mongoid 3, 4, 5, 6 or 7.

Installation

Add the gem to your Gemfile:

gem 'delayed_job_mongoid'

Create the indexes (and don't forget to do this on your production database):

script/rails runner 'Delayed::Backend::Mongoid::Job.create_indexes'

To generate script/delayed_job:

rails generate delayed_job

That's it. Use delayed_job as normal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].