RailsCasts Pro episodes are now free!

Learn more or hide this

Dee Koder's Profile

GitHub User: deekoder

Comments by Dee Koder

Avatar

It's fixed just update the stripe version to v2 from v1 in the layout files or wherever you have included it.

Avatar

I have this empty card error as well
Stripe error while creating customer: You passed an empty string for 'card'. We
assume empty values are an attempt to unset a parameter; however 'card' cannot b
e unset. You should remove 'card' from your request or supply a non-empty value

Avatar

Ryan, thanks for this intro. A nicer example would have been in one where you show how angular can help client side validations especially since client side validations is not well maintained.

Avatar

there is some issue here when us attr_accessible. i included a gem breaks my shopping cart in my rails app. It works fine when i exclude this gem. Any help is appreciated.