Greg Hauptmann
2007-Mar-23 07:16 UTC
Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
Hi all, Does anyone know if there is a round-tripping tool for "Database ER Digram" <=> "Rails Migrations Files" available? That is to: 1) Visually plan your database (UML ER diagram) => export Rails Migrations Files & 2) Ability to modify Rails Migration Files and then => read these files and produce a visual Database UML ER digram Thanks Greg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
dysinger
2007-Mar-23 07:39 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
No On Mar 22, 9:16 pm, "Greg Hauptmann" <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > Does anyone know if there is a round-tripping tool for "Database ER Digram" > <=> "Rails Migrations Files" available? That is to: > > 1) Visually plan your database (UML ER diagram) => export Rails Migrations > Files & > > 2) Ability to modify Rails Migration Files and then => read these files and > produce a visual Database UML ER digram > > Thanks > Greg--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
doktahworm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-26 00:01 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
This isn''t what you''re specifically looking for, but it''s an article about how to generate E-R diagrams from your Models using OmniGraffle (awesome Mac-only charting app). Sorry I don''t have a solution, just a pointer, but it''s a pointer nonetheless. :) - Dan On Mar 23, 12:16 am, "Greg Hauptmann" <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > Does anyone know if there is a round-tripping tool for "Database ER Digram" > <=> "Rails Migrations Files" available? That is to: > > 1) Visually plan your database (UML ER diagram) => export Rails Migrations > Files & > > 2) Ability to modify Rails Migration Files and then => read these files and > produce a visual Database UML ER digram > > Thanks > Greg--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Andrew Stewart
2007-Mar-26 11:12 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
On 26 Mar 2007, at 01:01, doktahworm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> This isn''t what you''re specifically looking for, but it''s an article > about how to generate E-R diagrams from your Models using OmniGraffle > (awesome Mac-only charting app). > > Sorry I don''t have a solution, just a pointer, but it''s a pointer > nonetheless. :)I can''t seem to see your pointer -- could you please post it (again)? Thanks and regards, Andy Stewart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Mark Thomas
2007-Mar-26 21:00 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
> Does anyone know if there is a round-tripping tool for "Database ER Digram" > <=> "Rails Migrations Files" available? That is to: > > 1) Visually plan your database (UML ER diagram) => export Rails Migrations > FilesHere''s an E-R diagramming tool that can output Rails migrations (Mac only): http://www.malcolmhardie.com/sqleditor/cocoa/ Here''s a beta of a slick online one that''s all web2.0 and ajaxy: http://www.egenial.com.br/er (and here''s the omnigraffle link: http://www.hackdiary.com/archives/000093.html) - Mark. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2007-Mar-27 02:43 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
have you tried SQLEditor Mark? Is it solid/stable? Is there good support? (i.e. from MalcolmHardie Solutions?) On 3/27/07, Mark Thomas <ruby-gkTqyYPWbQbz1n+OaKNE4w@public.gmane.org> wrote:> > > > > Does anyone know if there is a round-tripping tool for "Database ER > Digram" > > <=> "Rails Migrations Files" available? That is to: > > > > 1) Visually plan your database (UML ER diagram) => export Rails > Migrations > > Files > > Here''s an E-R diagramming tool that can output Rails migrations (Mac > only): > http://www.malcolmhardie.com/sqleditor/cocoa/ > > Here''s a beta of a slick online one that''s all web2.0 and ajaxy: > http://www.egenial.com.br/er > > (and here''s the omnigraffle link: > http://www.hackdiary.com/archives/000093.html) > > - Mark. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Andrew Stewart
2007-Mar-27 08:39 UTC
Re: Database ER Digram <=> Rails Migrations Files : Does such a tool exist?
On 26 Mar 2007, at 22:00, Mark Thomas wrote:> Here''s an E-R diagramming tool that can output Rails migrations (Mac > only): > http://www.malcolmhardie.com/sqleditor/cocoa/ > > Here''s a beta of a slick online one that''s all web2.0 and ajaxy: > http://www.egenial.com.br/er > > (and here''s the omnigraffle link: http://www.hackdiary.com/archives/ > 000093.html)Excellent, thank you for those links. Regards, Andy Stewart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---