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

sucker_punch now requires initializer for Rails <5.0

BobWalsh opened this issue · comments

https://github.com/brandonhilkert/sucker_punch#active-job

If you want to use Sucker Punch version 2.0.0+ with Rails < 5.0.0, be sure to include the backwards compatibility module in an initializer:

( in config/initializers/sucker_punch.rb)

require 'sucker_punch/async_syntax'