Aaron Z Davis
Aaron Z Davis
On a call for UPS Rates I got this error: NameError: uninitialized constant Shippinglogic::UPS::Rate::Enumerations I was able to fix this by requiring Enumerations in lib/shippinglogic/ups.rb
If I'm using `ruby has_attachments :photos, maximum: 10` Is it possible to assign a position to these photos after they are uploaded? I would like to be able to manage...
I was receiving this error: **Uncaught TypeError: Cannot read property 'msie' of undefined** To fix the issue I checked to make sure jQuery.browser was defined before checking jQuery.browser.msie. (Sorry my...
I was surprised to see the default encryptor for Devise was overwritten in this gem. Is there a good reason for this? When I attempted to export my solidus user...