Open nullset2 opened 6 years ago
After generating bundle exec rails g spree_product_subscriptions:install
and trying to migrate:
Would you like to run the migrations now? [Y/n]
run bundle exec rake db:migrate from "."
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:
Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
Checkout PR #56!
Environment:
OS: Windows Ubuntu (Ubuntu 16.04.3 LTS) Rails: 5.1.4 Bundler: 1.16.0 Ruby: 2.4.1p111
Trying to implement this extension with Spree 3.4.4 and I ran into dependency issues.
Currently testing compatibility. I think updating the dependencies may be in order.
Do you guys have a specific way to contribute or test?