Closed brandon-beacher closed 11 years ago
Thank you very much for the fixes :thumbsup:
You're welcome - very nice code! I'm working with it now and may have more for you.
Have you considered adding transparent redirect support?
https://www.braintreepayments.com/docs/ruby/customers/create_tr
This gem should work with TR out of the box.
The only thing you will lose are the client side validations.
I have TR example at https://github.com/lyang/braintree-rails-example/tree/transparent_redirect
Thanks
Rails 4 was failing with this message:
"The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option?