RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 231 forks source link

sucker_punch now requires initializer for Rails <5.0 #161

Open BobWalsh opened 8 years ago

BobWalsh commented 8 years ago

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'