A lightweight Ruby client for the Salesforce REST API
This gem provides two-way bindings between Salesforce records and records in an ActiveRecord-compatible database. It leans on the Restforce library for Salesforce API interactions, and provides a self-daemonizing binary which keeps records in sync by way of a tight polling loop.
Mock for Restforce gem
A Query DSL for Restforce
Client for Salesforce Bulk API
A wrapper gem for the restforce.
A wrapper around the Restforce Streaming API with a built-in PushTopic manager.
Primarily used for automated browser tests, this is a convenient way to manipulate generic Salesforce objects across multiple repositories
Use SalesForce as an ActiveModel
[DEPRECATED] A ruby wrapper for the Force.com REST API. Try restforce instead: https://github.com/ejholmes/restforce
Use SalesForce as an ActiveModel
A gem for integrating ActiveRecord and Salesforce using Restforce