Carl Hicks
Carl Hicks
Thanks for the update!
Cool - sometimes the old tricks are the best tricks :)
I'll take a look later this week!
Did you upgrade Sugar recently? The gem enforces validations defined by the Sugar metadata on the module. Try setting team count to 1, and save! again.
team_count is the total number of teams associated with a record. It will get calculated automatically on save, but since the module vardefs mark the field as "required", the gem...
So, the field is required because the Sugar Accounts metadata is marking it as required. This could have been changed a number of ways: 1. Someone could have marked the...
Hey gang! This is an AMAZING catch, and frankly a bit embarrassing! This gem has a great namespace, and it deserves a more active maintainer - my ruby coding days...
Totally agree - I was more thinking if there's a better gem that wants the "aes" name we can probably work that out.
@mtrpcic this was the original intent - the AES encryption is delegated to OpenSSL and the gem provides a nice wrapper to make it easier to use. Most everything comes...
I'll take a look tonight!