-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for mongoid orm #4
Comments
Comment by ileitch from Saturday Jul 27, 2013 at 17:45 GMT Hey, sorry I've not gotten to this yet, will do soon. |
Any updates on this ticket? |
+1 |
No, sorry. Rpush does now support multiple backends using ActiveModel. It should be fairly simple to integrate. Anyone want to take a stab at it? |
If you have some quick introductions for me where to begin, I'd try to give it a shot |
@23tux take a look at the backend code for ActiveRecord and Redis here: https://github.com/rpush/rpush/tree/master/lib/rpush/daemon/store as for the "client" side, i.e |
+1 |
I began with this integration, but didn't come very far (too less time since November). Anyone else who tried it? |
I've started, I'll let y'all know when it's ready to test. |
Just pushed this to master, can you please give it a try? gem 'rpush', github: 'rpush/rpush'
gem 'rpush-mongoid' Rpush.configure do |config|
config.client = :mongoid
end |
Awesome, thanks! I'll give it a try and let you know how it works ;) |
How's the test result? |
Pull request by kwojtaszek from Wednesday Jul 24, 2013 at 18:07 GMT
Originally opened as ileitch/rapns#146
Draft of code that add support for mongoid orm
kwojtaszek included the following code: https://github.com/ileitch/rapns/pull/146/commits
The text was updated successfully, but these errors were encountered: