RubyGems Navigation menu

sugarcrm 0.9.1

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 à 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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.9.18 - December 13, 2011 (47.5 KB)
  2. 0.9.17 - November 26, 2011 (53.0 KB)
  3. 0.9.16 - August 26, 2011 (52.0 KB)
  4. 0.9.15 - May 19, 2011 (49.5 KB)
  5. 0.9.14 - May 04, 2011 (49.5 KB)
  6. 0.9.1 - January 04, 2011 (24.5 KB)
显示所有版本 (共 32 个)

Runtime 依赖 (1):

activesupport >= 3.0

Development 依赖 (1):

shoulda >= 0

业主:

作者:

  • Carl Hicks

SHA 256 校验和:

31a85c1442c10a6e9175fcc457e5e0869e7d99a8c08627ce6130d0b233192a2e

下载总量 157,097

这个版本 3,159

许可:

需要的 Ruby 版本:

链接: