public
Description: A Rails plugin that allows you to extend a model with Gold, Silver and Copper money as featured in World of Warcraft
Homepage:
Clone URL: git://github.com/ariejan/acts_as_gold.git
Click here to lend your support to: acts_as_gold and make a donation at www.pledgie.com !
acts_as_gold / Changelog
100644 10 lines (8 sloc) 0.441 kb
1
2
3
4
5
6
7
8
9
10
2008-08-14
 * [1.0.5] ariejan - Fixed bug with gem not monkey patching ActiveRecord::Base correctly.
 * [1.0.4] ariejan - Bump to 1.0.4 to ping github
 
2008-08-13
 * [1.0.3] ariejan - Bump to 1.0.3 to ping github
 * [1.0.2] ariejan - Added tests and fixed a bug when using a custom column to store the money value.
 * [1.0.1] ariejan - Minor changes to the gemspec.
 * [1.0.0] ariejan - Initial release of the acts_as_gold plugin and gem..