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

I am not an expert in rails, but here's the stack trace. It occurs just after "run bundle exec rake db:migrate from "."" and happens for all future "rake" commands....

The user plan and credit card are failing to update when I submit the changes to the form. Its crashing with a 500 error. Btw, I'm using SubscriptionPlan instead of...

Here's a nasty question. I have a big complex app I plan to build which I hope will involve rails-stripe-membership-saas but also involves a node server for push notifications and...

When I try to signup for a subscription plan with a test CC number from Stripe... I get a JSON error message. It simply renders the JSON error in the...

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

I'm having trouble figuring out why I am receiving {"guid":null,"status":"pending","error":"Email can't be blank"} after I attempt to create a user. Even though, all of the input fields are correct. I...

PG::DuplicateTable: ERROR: relation "payola_sales" already exists I'm getting this error after I migrate my DB in heroku. Not sure where to find this migration. All my new migrations haven't run...

I have an already existing jobs board application, and I have tried to implement this great work with it such that I can have stripe-membership on my **http://localhost:3000/companies**. Note changes:...

Hi - is there an easy way to _not_ require credit card upon account creation and then require the user to enter their credit card data when the trial period...

@DanielKehoe @tmock12 : regarding [testsformaster branch](https://github.com/kathyonu/rails-stripe-membership-saas/tree/testsformaster) Note of 20150706 : I added more tests, cleaned up a few files, and removed some. => 104 examples, 0 failures, 4 pending ---...