What is the optimum strategy for getting started/reverse engineering an existing (SQL Server) database for ROR development. Can I reverse migrate (??terminology??) from an existing production database and have all the foreign keys/database constraints/table relationships recognized and get models and controllers generated correctly? (I can rename the exisiting Primary Table keys to match the ruby conventions (e.g. id etc.)) if that will help). I''d like to avoid any hand coding (e.g. tweaking FKs/relationships) as part of this initial migration. Once the migration is complete I plan to use ROR to control any future changes - so this is a one time deal. Any links to tutorials/etc would be appreciated here. TIA, BrendanC --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---