sugarcrm 0.9.7
A less clunky way to interact with SugarCRM via REST. Instead of SugarCRM.connection.get_entry("Users", "1") you could use SugarCRM::User.find(1). There is support for collections a la SugarCRM::User.find(1).email_addresses, or SugarCRM::Contact.first.meetings << new_meeting. ActiveRecord style finders are in place, with limited support for conditions and joins.
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (2):
activesupport
>= 3.0.0
i18n
>= 0