David Gross
David Gross
This fixes the issue of not being able to add tuples or queries to has_many collection opt. Some test's still needed to be written for has_many collection queries but test...
Allows a user to set type and label in has_many input
I understand the cvv_response_code shows up correctly in Braintree's verifications but I am wondering if there is any workaround to having Braintree's transactions show and support the correct cvv_response_code. Up...
Will you upgrade your gem to be compatible with rails 4?
``` ruby config.action_view.raise_on_missing_translations = true ``` The Spree::LineItem class will give a missing translations exception on the quantity validation message Spree.t('validation.must_be_int'). I have tried multiple ways to fix this but...