Skip to content
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

Add support for alternative ORMs #20

Merged
merged 2 commits into from
Oct 28, 2016
Merged

Add support for alternative ORMs #20

merged 2 commits into from
Oct 28, 2016

Conversation

sethjeffery
Copy link

At Quipper we use MongoMapper, which does not run on ActiveRecord.

Your very nice gem can be connected to it, to count queries when collections are fetched, but to work properly it needs a bit of tweaking to remove the active_record dependency, and allow alternative events (for safety) to be listened to.

@tdooner
Copy link
Contributor

tdooner commented Oct 28, 2016

Thanks for the pull request, and thank you too for including tests of the behavior. This looks good to me.

@tdooner tdooner merged commit 078d045 into sds:master Oct 28, 2016
tdooner added a commit that referenced this pull request Oct 28, 2016
@tdooner
Copy link
Contributor

tdooner commented Oct 29, 2016

By the way, v0.7.0 has your change. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants