Alexey Blinov
Alexey Blinov
So afeld/backbone-nested doesn't crushes… If using backbone.modelbind + backbone-nested and mix `StandardBinding` with `DataBindBinding` on input fields - I've got an error `TypeError: 'undefined' is not an object (evaluating 'attrPath[0]')`...
It is possible to integrate PayPal payments with Authorize.Net following regarding to this info https://www.authorize.net/solutions/merchantsolutions/merchantservices/paypal/ Is it supported by the Spree Gateway? Or should it be specially supported? I'd like...
``` ruby # without config.predicates_return false NullObject = Naught.build do |config| def coerce(other) [0, other] end end null = NullObject.new; 1 / null # => 0 # with config.predicates_return false...