koudoku icon indicating copy to clipboard operation
koudoku copied to clipboard

Robust subscription support for Rails with Stripe.

Results 73 koudoku issues
Sort by recently updated
recently updated
newest added

Any way to skip card-input for the first trial period or for free plans (amount

Getting this issue when trying to subscribe a user to a plan. This was using the latest version of the Stripe api. Rolling back to an older api version in...

Hello everyone, I'm pretty much a beginner in Rails, I have installed Koudoku and tested the payment method, however I'm not sure how to protect a page. I want the...

I have gem 'koudoku' installed in my application. After running bundle install, I ran rails g koudoku:install user to install koudoku. After running the command in my terminal, I get...

Hi I've koudoku installed in my app; my user model has a "credits" column, credits are obtained on sign up to each subscription level so I'd like to do something...

I'm using koudoku to accept payment .i have listing and users .Setup koudoku gem as instructed by the guides . How i can make every user on the app enroll...

Looks like koudoku stores currency values as floats. Historically there have been a lot of headaches caused by this. Stripe even makes developers notate pricing in cents for this fact....

Dropping view files in views/koudoku/subscriptions/ appears to be the effective way of overriding views. However, how would one override the controller behavior, such as the view layout?

Hi, I have followed the installation instructions up until; "After installing, you'll need to add some subscription plans." Then I don't know how to add those subscription plans and also...

In `app/views/koudoku/subscriptions/_card.html.erb` we have the JS function `stripeResponseHandler` which contains the following lines: ``` form$.append(""); form$.append(""); form$.append(""); ``` Note that it's looking for keys called `id`, `last4`, and `card_type` in...