Iso4217 Currency
Files:
- lib/iso4217_currency.rb
The Ruby module containing the constants. This is the only file required in
the Ruby/Rails application. This file is generated.
- tasks/iso4217_currency.rake
This Rails task generates the above module. To generate, just type:
rake iso4217_currency
- iso4217_currency_parser.rb
This file contains actual Ruby code used by the Rake task in generating
module ISO4217
- iso4217_currency_data.html
This file contains raw data (downloaded from iso.org website). The data is
read by iso4217_currency_parser.rb. If this file is not present, the data
is read directly off the iso.org website.
- init.rb
Required by Rails as part of plugin mechanism
================================================================================
Install:
The required files are already pre-generated. So there’s nothing to do.
================================================================================
Update generated files:
Go to RAILS_ROOT and execute: rake iso4217_currency
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly