Went back to some of the initialization steps that the gem takes, and it looks like they are pretty much handled by the dependency on sunspot_rails, so there is no need to duplicate those efforts. The only mongoid specific configuration needed is handled by including the module. Additionally, the railtie ended up overwriting some important sunspot_rails init so it was prohibiting the usage of mongoid and activerecord side-by-side.
I'm looking for a new maintainer of the this library.
I have given you a commit bit, so please push directory to jugyo/sunspot_mongoid.
I make you a owner of gem at rubygems.org if you need.
Hi,
Went back to some of the initialization steps that the gem takes, and it looks like they are pretty much handled by the dependency on sunspot_rails, so there is no need to duplicate those efforts. The only mongoid specific configuration needed is handled by including the module. Additionally, the railtie ended up overwriting some important sunspot_rails init so it was prohibiting the usage of mongoid and activerecord side-by-side.
Thanks again, Dave