This project contains examples of integrating with the Braintree payment gateway using the Braintree Ruby gem.
A Rails example of creating one time transactions using the Braintree server-to-server API. See rails_s2s_checkout/README for instructions on running the example.
A Rails example of creating one time transactions using the Braintree transparent redirect API. See rails_tr_checkout/README for instructions on running the example.
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.