Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

adding SQL database support for actor #23

Open
randomor opened this issue Oct 7, 2012 · 1 comment
Open

adding SQL database support for actor #23

randomor opened this issue Oct 7, 2012 · 1 comment

Comments

@randomor
Copy link

randomor commented Oct 7, 2012

So, I commented out:

 # raise Errors::NotMongoid, "Must be included in a Mongoid::Document" unless self.ancestors.include? Mongoid::Document

in actor.rb. And it looks like it's still working with my User<ActiveRecord::Base model. I only needed to make a new Mongoid based Activity model. As a noob, am I wondering into dangerous territory? It would be really cool if this also support my current data schema.Thanks for the great work!

@christospappas
Copy link
Owner

This will probably cause issues when loading associated models but I haven't tried it. If this works for you, it would be great if you could submit a pull request with your changes and a test that shows it works with active record.

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

No branches or pull requests

2 participants