RE: [CFCDEV] Rails-Style Migrations (for fun and profit?)

2007-07-18 Thread Wood, Ryan
Eric, I'm interested in seeing it. Let us know if and where you are releasing it. --Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric O'Connell Sent: Friday, July 13, 2007 11:29 AM To: cfcdev@cfczone.org Subject: [CFCDEV] Rails-Style

Re: [CFCDEV] Rails-Style Migrations (for fun and profit?)

2007-07-13 Thread Barney Boisvert
Have you looked at my schema management tool. It's not quite the same idea, but reasonably close. Definitely covers the make sure the database schemas are in sync job. I just released an update not 10 minutes ago at http://www.barneyb.com/barneyblog/2007/07/13/schema-tool-update/. cheers,

Re: [CFCDEV] Rails-Style Migrations (for fun and profit?)

2007-07-13 Thread Sammy Larbi
Hi Eric, I actually didn't implement all that much in cfrails - simple up and down for tables only, and you are right - it only works in MS SQL Server (mainly due to the column type name differences for autonumber fields). Other than that, I think I've left the column type up to the

Re: [CFCDEV] Rails-Style Migrations (for fun and profit?)

2007-07-13 Thread Steve Bryant
Sam, If you are looking for a CFC-based ActiveSchema solution, I would humbly suggest you take a look at DataMgr: http://steve.coldfusionjournal.com/schema_synchronization_with_datamgr.htm Same syntax for any supported database. No custom tags. No need to write any SQL. Only adds