Mobility Versions Save

Pluggable Ruby translation framework

v1.3.0.rc3

1 month ago
  • Don't try to load generators if Rails is loaded but AR is not (#627), thanks flop!
  • Allow compound foreign keys (#632), thanks mival!
  • Fix active model *_previously_changed? and active record will_save_change_to_*? and saved_change_to_*? dirty methods to accept kwargs (#639) thanks doits!

v1.3.0.rc2

1 month ago
  • Pass coder as keyword argument to serialize (ActiveRecord version > 7.1) (#617)

v1.3.0.rc1

1 year ago

This version includes potentially breaking changes for jsonb and hstore backends. See PRs below for details.

  • Fix ActiveRecord JSONB blank values (#536)
  • Support primary keys other then :id on model classes (#542)
  • Clean up and refactor container backend (#543), thanks doits!
  • Update fallthrough_accessor regex to allow for ISO 639-2 codes (#580) thanks phil-allcock!

v1.2.9

1 year ago
  • Fix missing method mobility_attribute? on Rails 7 (#582 and #584)

v1.2.8

1 year ago
  • Fix issues with subclassing, such as when using AR STI, fixes #566 (#568)
  • Handle attribute_method_matchers rename (part of #560)

v1.2.7

1 year ago
  • Do not query same attribute more than once, fixes #564 (#577)

v1.2.6

2 years ago
  • Require mfa on rubygems (#545)

v1.2.5

2 years ago
  • Avoid referencing ActiveRecord::Base (#550)

v1.2.4

2 years ago
  • Fix fallbacks performance regression (#548)

v1.2.3

2 years ago
  • Fix passing wrong options to super in fallbacks plugin (#539)