Skip to content

Releases: InfoTechRG/salesforce_ar_sync

v5.3.0

23 Sep 15:02
668ccb7

Choose a tag to compare

Use bang (!) versions of Restforce CRUD methods to raise errors on Salesforce save failures instead of returning false.

v5.2.1

17 Jul 18:55
f52506f

Choose a tag to compare

  • Reverted accidental change to object creation during sync.
    • Updated documentation to reflect what happens when encountering object creation during manual syncing.

v5.2.0

15 Jul 21:16
13db7d1

Choose a tag to compare

  • Added the option to manually sync attributes. #39
  • Fixed test suite
  • Added Gem push automation.

Update Psych Version

16 Aug 17:45
df821f8

Choose a tag to compare

OPS-3092: psych update (#37)

* Updated for psych issue

* Bump version

---------

Co-authored-by: Jason Brodie <jbrodie@infotech.com>

Remove .delays

01 May 15:18
d87b422

Choose a tag to compare

  • Replace .delay calls with ActiveJobs
  • Add job_queue config

Ruby 3

07 Mar 19:36
40302a6

Choose a tag to compare

Ruby 3 moved rexml from a default gem to a bundled gem. Include it as a dependency

https://stdgems.org/rexml/

Restforce

18 Mar 23:37
fbb97fc

Choose a tag to compare

Conversion from Databasedotcom to Restforce

WebID syncing and Readonly fields

18 Mar 17:53
03cf2a8

Choose a tag to compare

  • Adds support for Rails 5
  • Added ability to specify readonly fields for salesforce syncable models so those fields don't try to sync back to Salesforce
  • WebID syncing fixed

Rails 5 Compatibility, Optional Save Method

28 Feb 15:47

Choose a tag to compare

Async Attributes and Custom Save Method

30 Sep 19:18

Choose a tag to compare

  • Only pass changed attributes when syncing async attributes
  • Create custom save method