From: Reid Thompson Date: 2008-12-02T23:43:10+09:00 Subject: Re: Ruby Database Application On Tue, 2008-12-02 at 18:33 +0900, Warren Dulnuan wrote: > Can someone upload a database application on Ruby? preferably an > Inventory and Point of Sale that will run on Windows, I want to learn > Ruby by learning the codes on a complete app. Thank you http://alexandria.rubyforge.org/ should be a decent starting example. It uses yaml for storage -- converting the storage calls to db calls as a learning experience might be worthwhile -- (sqlite, postgresql, kirbybase, etc etc ).