RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.

Home Page:http://railsapps.github.io/rails-stripe-membership-saas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StandardError: Directly inheriting from ActiveRecord::Migration is not supported.

Malstrom opened this issue · comments

When I try to execute the migrations. The solution is to change repo of payola gem in
gem 'payola-payments', git: 'https://github.com/alekseenko/payola'

You need to resolve this issue in Initial installation of rails project

I suggest change https://raw.github.com/RailsApps/rails-composer/master/composer.rb row 1115 with:
gem 'payola-payments', git: 'https://github.com/alekseenko/payola'

or ask official payola repo to change ActiveRecord version.