Skip to content

Tags: RubyMoney/money-rails

Tags

v1.15.0

Version 1.15.0

v1.14.0

Version 1.14.0

v1.13.4

Update version to 1.13.4

v1.13.3

Update version to 1.13.3

v1.13.2

Update version to 1.13.2

v1.13.1

Update version to 1.13.1

v1.13.0

Update README with correct money-rails version (#546)

if user added gem 'money-rails', '~>1' they may get error mentioned in #524 version which was fixed later (in 1.11.0)

v1.12.0

Update version to 1.12.0

v1.11.0

Update version to 1.11.0

v1.10.0

Return early from reading monetized attribute if nil amount and allow…

…_nil is set (#511)

* Return early from reading monetized field if nil amount

* Add tests for early return of nil attributes

* Remove duplicate tests