-
Notifications
You must be signed in to change notification settings - Fork 625
Home
semmons99 edited this page Apr 9, 2012
·
9 revisions
This library aids one in handling money and different currencies. Features:
- Provides a Money class which encapsulates all information about an certain amount of money, such as its value and its currency.
- Represents monetary values as integers, in cents. This avoids floating point rounding errors.
- Provides APIs for exchanging money from one currency to another.
- Has the ability to parse a money string into a Money object.
Resources:
- Website: http://rubymoney.github.com/money
- RDoc API: http://rubydoc.info/gems/money/file/README.md
- Git repository: http://github.com/RubyMoney/money
Rails Tutorials:
- Ruby on Rails (Money.gem 2.2.* and earlier)
- Ruby on Rails (Money.gem 2.3.* an later)
- Ruby on Rails (Money.gem 3.0.3 and later)
Extensions: