Mattia
Mattia
My website has a default locale set to :it For some contents I'd like to keep only :en translations... but when I visit the homepage with IT language, globalize2 still...
Is it possible to generate globalize queries with an uppercase locale? For instance should be: ``` SELECT * FROM `event_translations` WHERE (`event_translations`.`locale` IN ('IT')) AND (`event_translations`.event_id = 1406) ``` intead...
* Be more permissive with user attributes on create/update * Camelize user params on update * Return user object on update (same as create) * Add activesupport to enable deep...
## Summary * Added missing 3D Secure VISA required fields (collectDeviceData, IpAddress) * Bumped Braintree Web SDK to unlock latest 3DS functionalities