Stripe Basics

This project illustrates how to manage payments in a Rails 4 application using Stripe.com service.

This is divided in three branches: 'master', 'checkout', 'cards', 'recurring', 'coupons' and 'marketplace'. Each branch corresponds with one 'Tealeaf academy' article:

[master] branch corresponds with the basic application without payment processor. Very useful if you wish to try this article series by yourself in local.

Enjoy!

The Tealeaf Team