From: Dave Burt Date: 2005-10-25T12:07:02+09:00 Subject: Re: Ruby on Rails version of osCommerce in PHP? Douglas Livingstone wondered: > 2005/10/24, Corey Lawson : >> Yes. I'd like to help with the database part at least (to make it >> non-MySQL >> dependent). >> > > Isn't that for-free with Rails? > > Douglas Sort of. It's not fool-proof, though, especially if you use big magical find_by_sql queries. Also, for an app like this, you will need a script to create the database, and that is platform-specific. Although Og provides this capability, and there's also a separate Schema Generator (designed for Rails use) on RubyForge. Cheers, Dave