More Money 0.0.6

More Money is a gem which helps you managing money amounts using just integer as backend to store the data. It's a fork of the original money gem. As a plus over the original project it provides support for virtually any currency and more fine control on the formatting rules. In addition to this More Money can be used against database fields where the null value is allowed and has a meaning different from 0.

the homepage of the project is http://moremoney.rubyforge.org

to install the gem just do

sudo gem install more_money

Any feedback/comment is very welcome.

thanks

Paolo

Looks interesting... Is MoreMoney needed to be considered as a Value Object in rails ?

Renaud

MoreMoney provides a Money class you may want to use in your ActiveRecord aggregations

http://api.rubyonrails.com/classes/ActiveRecord/Aggregations/ClassMethods.html

thanks

Paolo