This project contains examples of integrating with the Braintree payment gateway using the Braintree Ruby gem.
A Rails 3 example of creating one time transactions using the Braintree transparent redirect API. See rails3_tr_checkout/README for instructions on running the example.
A Rails 3 example of linking a Braintree Customer with a local Devise user using the Braintree transparent redirect API. See rails3_tr_devise/README for instructions on running the example.
A Rails 3 example that listens for and logs webhooks.