Sailias / bitcoin_payable

A rails bitcoin payment processing gem
MIT License
121 stars 31 forks source link

StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for: #11

Closed krtschmr closed 7 years ago

krtschmr commented 7 years ago

StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

we need to change the migrations and inherit from < ActiveRecord::Migration[5.1]

Rails 5.1 is coming and that will raise exception

Sailias commented 7 years ago

fixed by https://github.com/Sailias/bitcoin_payable/tree/releases/rails-5.1