Most of the Web development I've done so far is Ruby on Rails, and I've
gotten spoiled by the great database migrations system.
With Rails migrations, you add a migration to the project, run it, then
run the tests to see what code has to change, and then do the
application-code side of the refactoring. When you deploy into
production, you just run the db:migrate task, and it applies whatever
migrations are required to bring the database up to date, in sync with
what the code now expects.
Is there any way to do something similar that works nicely with AppFuse
application development?
Thanks,
- Steve J.
begin:vcard
fn:Steve Jorgensen
n:Jorgensen;Steve
org:Vigilan, Inc.
adr:;;9375 SW Commerce Circle, Suite A1;Wilsonville;OR;97070;USA
email;internet:[EMAIL PROTECTED]
title:Senior Development Engineer
tel;work:503-682-8828 Ext. 226
url:http://www.vigilan.com
version:2.1
end:vcard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]