koudoku
koudoku copied to clipboard
Robust subscription support for Rails with Stripe.
Translation es_ES
# The Problem If you use your Stripe account for other things other than the stuff you are linking to Koudoku then Stripe still hits the Koudoku webhooks with events...
Hi there! Was having the [issue #121 of inaccessible helpers](https://github.com/andrewculver/koudoku/issues/121) in both Rails 4.2 and 5.0.2, and had to add 'include Koudoku::ApplicationHelper' manually. So, in this pull request, it ought...
Needs tests but offers a pay what you can interface. Should work. Feed back / help appreciated.
My attempt at adding native support for Stripe coupons. Creating a coupon locally will mirror the same coupon data on your Stripe dashboard. Assigning coupons is done from the subscription...
In order to use Koudoku with a freemium model (a free account or upgraded pay accounts) we must change Koudoku to support adding a customer without taking a credit card...
Many projects put the javascripts (jquery etc) right before the closing body tag. In this case its good to use content_for :javascripts to yield your inline javascript to the end...
I'm just checking out Koudoku's demo & readme / quick start guide. While it's great to see that there are built-in forms to collect credit card, I would love to...
There haven't been any commits for a while, and people seem to be having problems using the gem with Rails 5, so I'm assuming so. If it is dead, is...