jorgemanrubia / forceps

Copy active record models from remote databases
MIT License
265 stars 26 forks source link

changes I had to make for tests to run #9

Closed cantino closed 9 years ago

cantino commented 10 years ago

This doesn't seem like a complete solution, but it did let us run the specs. We continued to have 2 specs that fail locally, however.

jorgemanrubia commented 10 years ago

Ok, I'll look into it

Thanks for the PR

jorgemanrubia commented 10 years ago

I made some progress but still not fixed. Some things I have found:

You can experiment with different rails versions by doing

export RAILS_VERSION=4.0.2
rm Gemfile.lock 
bundle

I am interested in making this work (with at least latest Rails 3 and 4 versions) before looking at that other PR. I will try to do so in the next days, but of course any help is more than welcome.