anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

ActiveRecord 4 support? #93

Closed joeauty closed 8 years ago

joeauty commented 8 years ago

Hello,

I'd like to use Mongify with SQL Server 2014, and it looks like SQL Server 2014 requires activerecord-sqlserver-adapter-4.2.0 or higher, which doesn't work with Mongify, since Mongify will install 3.2.x.

Please install the sqlserver adapter:gem install activerecord-sqlserver-adapter(Unable to activate activerecord-sqlserver-adapter-4.2.0, because activerecord-3.2.22.2 conflicts with activerecord (~> 4.2.0)) (LoadError)

Is there an easy fix for this?

anlek commented 8 years ago

Hey @joeauty, I've scheduled some time to work on Mongify this weekend, I'll update the gems and test to ensure it's fully working and let you know.

anlek commented 8 years ago

Hey @joeauty, Just released version 1.3 of Mongify. It's been updated to work with Active Record 4.2. let me know if you find any issues.