Brandon Valentine
Brandon Valentine
I just ran up against this and the root of the problem was stripe.js not initializing properly. The `subscriptions/card` partial contains some javascript that has a jQuery dependency. If you...
@georgetmayorga sure. In the card partial there is a script tag you [can see here](https://github.com/andrewculver/koudoku/blob/master/app/views/koudoku/subscriptions/_card.html.erb#L52). That Javascript has an explicit jQuery dependency (witness the `$`s liberally scattered everywhere). I have...
@hannatime I just signed up for a brand new stripe account and it works fine with Koudoku set to the default `Stripe.api_version` of `2015-01-11`. The Stripe API allow the client...
I was just turned on to @lra's excellent mackup project: https://github.com/lra/mackup/ And in particular it's excellent list of which dotfiles common applications depend on: https://github.com/lra/mackup/tree/master/mackup/applications Might I suggest working to...
Factoring this out into a common repo is an awesome idea. Bravo, @Ira. I'm also a cask user, so this is all very helpful. It also means that discussions about...