We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MongoDB support is implemented using Mongoid, so you can create apps and notifications using an API almost identical to ActiveRecord.
gem 'rpush-mongoid',
config.client = :mongoid
rpush.rb
The above gem doesn't support mongoid 6+, use below gem, if you are using mongoid 6+.
gem 'rpush-mongoid', github: 'spkprav/rpush-mongoid', branch: 'master'