Skip to content

Releases: jesjos/active_record_upsert

v0.8.0

24 Apr 11:31
Compare
Choose a tag to compare
  • #60 where option when setting upsert keys
  • Support Rails 5.2

v0.7.4

14 Feb 15:07
Compare
Choose a tag to compare
  • #56 Rails 5.2 compatibility - thank you, Benedikt Deicke!

v0.7.3

05 Feb 09:24
Compare
Choose a tag to compare
  • #53 Rails 5.2 support

v0.7.2

02 Feb 15:48
Compare
Choose a tag to compare
  • #47: Looser gemspec constraints for pg gem

v0.7.1

26 Jan 09:52
Compare
Choose a tag to compare

New features added:

  • #31 Index Expressions
  • #34 Conditions for updates
  • #38 Validation
  • #39 AR 5.0 compat
  • #40 Insert records with all values set
  • #43 Only assign attributes the model knows about

v0.7.0

22 Aug 14:55
Compare
Choose a tag to compare

All Changes since v0.6.3

0.5.0

14 Apr 09:56
Compare
Choose a tag to compare

Bugs

#8 On some platforms, overrides were included in the wrong order. Made overrides explicit to prevent this.

v0.4.0

21 Feb 20:21
Compare
Choose a tag to compare
  • Support transactions (and thereby after_commit-hooks)

v0.3.0

21 Feb 09:31
Compare
Choose a tag to compare
  • Prevent upserts on persisted records
  • Peg pg gem version
  • Documentation fixes