Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Praveen Kumar S edited this page Jul 12, 2017 · 2 revisions

MongoDB support is implemented using Mongoid, so you can create apps and notifications using an API almost identical to ActiveRecord.

  • Add gem 'rpush-mongoid', to your Gemfile.
  • Set config.client = :mongoid in rpush.rb.
  • That's it!

The above gem doesn't support mongoid 6+, use below gem, if you are using mongoid 6+.

  • Add gem 'rpush-mongoid', github: 'spkprav/rpush-mongoid', branch: 'master' to your gem file
  • Set config.client = :mongoid in rpush.rb.
  • Hmm, nothing else.
Clone this wiki locally
Morty Proxy This is a proxified and sanitized view of the page, visit original site.