rails-stripe-membership-saas icon indicating copy to clipboard operation
rails-stripe-membership-saas copied to clipboard

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

Results 22 rails-stripe-membership-saas issues
Sort by recently updated
recently updated
newest added

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...

I entered wrong credit card data and got error message (which was not displayed fully as mentioned in an issue that I raised earlier today) - yet the user was...

After trying to test the sign-up and receiving "couldn't find plan" each time, I looked at the signup params and saw that "plan_id" was expected, but was not included in...

Minor issue, but the case when changing plan to the existing/same plan is not properly routed and causes a missing template error. The simple work around was to add another...

Gibbon 2.0.0 was released July 29, 2015. When you run `bundle install` or `bundle update` the newest Gibbon 2.0 gem will be installed and the application will error with ```...

After building with rails new rails-stripe-membership-saas -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb I get the following error: lsoave@basenode:~/test/rails-stripe-membership-saas$ rake db:seed CREATED ADMIN USER: [email protected] rake aborted! Stripe::AuthenticationError: You did not provide an API key,...

Those tests now exist. The tests now available at the links below have been developed by me over the last year or more, specifically for our in production memberships app,...

When I cancel a subscription for a user from the stripe dashboard https://dashboard.stripe.com/test/customers -> some customer the webhook is called ok. but i get this error NameError - uninitialized constant...

Thanks for compiling this starter app. The specs are mostly failing for me. It seems the last database migration removes the "name" column for users, but the user factory still...

![screen shot 2015-06-02 at 11 07 28](https://cloud.githubusercontent.com/assets/4038709/7933529/97f6f998-0917-11e5-9318-10acecad87ab.png)