exchange
exchange copied to clipboard
Easy Currency Operations directly available on your numbers - maintenance discontinued
Please add more powerful free alternative for OXR and ECB -- http://bank.exchange
Currently the rates are lazily fetched - this means that one request to `Exchange` to during the update time period per will be unnecessarily slow. The new rates should be...
Currently, ECB is using the File cache option - the directory should be configurable though to avoid a hidden, bloated folder.
Ensures that the error raised contains the `from` and `to` currency codes. Prior to this change, the error raised would not contain the from & to currency codes, eg: `Exchange::NoRateError:...
The Malagasy ariary and Mauritanian ouguiya operate on 1/5 definitions for minor currencies, so they should round only to steps of 0.2 - maybe best looked at after #10 is...
Core extensions should be opt-in via refinements.
There have been multiple requests for this, and Exchange should support it in order to be flexible enough. The challenge would be to come up with an elegant way to...
API and Caching solutions should be separated out into Gems, and using them should follow a Strategy pattern.