Files | Admin

Notes:

Release Name: 0.4.3

Notes:
Currency models currencies, monetary values, foreign exchanges rates.  
Pulls live and historical rates from http://xe.com/, http://newyorkfed.org/, http://thefinancials.com/.
Can store/retrieve historical rate data from database using ActiveRecord.
Can store/retrieve Money values using ActiveRecord.

For more details, see:

http://currency.rubyforge.org/
http://currency.rubyforge.org/files/README.txt




Changes: == Release 0.4.3: 2007/04/01 * Added available? checks for NewYorkFed. * Created new UnavailableRates exception for rate providers that return no rates (New York Fed on weekends). * Fixed xe.com rate dates. * Refactored exceptions. * Fixed comments.