copasetickid / draftsman

Ruby gem that lets you create draft versions of your database records.
MIT License
168 stars 62 forks source link

Implement tests for migrations templates #77

Open jmfederico opened 6 years ago

jmfederico commented 6 years ago

Since Rails 5.0 there are different migration APIs. We need to test migrations against each compatible version of Rails.

Would avoid issues like #73