0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from ttdonovan/the-money-converter. More... almost 15 years ago
Adding a :force_expire options param, you may not always want fetch rates from RSS feed in Rails development and testing environments where cache classes is disabled. More... almost 15 years ago
Merge branch 'mc2' into the-money-converter More... almost 15 years ago
Changed the Cash Handler to fetch currency rates from themoneyconverter.com USD RSS feed instead of the sketcher method of scraping x-rates.com website. More... almost 15 years ago
Changed the Cash Handler to fetch currency rates from themoneyconverter.com USD RSS feed instead of the sketcher method of scraping x-rates.com website. More... almost 15 years ago
init now takes hash of options, rates backup file now has a default location if not specified More... over 16 years ago
removed redundant load code More... over 16 years ago
Fixed minor typo More... over 16 years ago
cash_handler can now be configured to persist rates to a backup file to be used when x-rates.com is inaccessible. More... over 16 years ago
Added fetching exchange rates as values against rates other than the USD. Made changing the cache TTL easier (during creation) More... over 17 years ago
Support lowercase and sym inputs for currency codes, using CashHandler::Exception rather than Exception for missing currencies More... over 17 years ago
Initial working version, can convert to/from basic rates listed on x-rates.com More... over 17 years ago
Initial plugin commit More... over 17 years ago