This gem provides developers with the ability to easily integrate chargebee's subscription management into their application backed by active record models.
What's the status of this project?
Will it be updated to support Rails 5.2? If work is done to support it, will it be merged? Will it be released?
Does this project have a maintainer?
Migrations do not currently run with Rails 5.2 out of the box
StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
class CreateSubscriptions < ActiveRecord::Migration[4.2]
We have currently merged a few PR related to rails 5+ support #9 and will be releasing the updates, once the remaining PRs are merged.
You are welcome to raise a PR to address this issue.
What's the status of this project? Will it be updated to support Rails 5.2? If work is done to support it, will it be merged? Will it be released? Does this project have a maintainer?
Migrations do not currently run with Rails 5.2 out of the box