marksweston / finance

A library for financial calculations in Ruby
https://rubygems.org/gems/finance
Other
217 stars 93 forks source link

Changes to work within a Rails environment [Fixes #9] #17

Closed thadd closed 10 years ago

thadd commented 11 years ago

These commits make finance work within Rails. They circumvent the fact that Rails loads BigDecimal's version of #to_d and update the documentation to use examples that also work when running in the Rails console.

bramswenson commented 10 years ago

[#21] builds on this and fixes more...i think.