Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Tim Uckun
It's built into Rubymine. On Fri, Dec 9, 2011 at 4:03 PM, Mikel Lindsaar wrote: > Hi all, > > Throwing this out there anyone know of a schema visualisation tool that > will understand the Rails internal associations? > > Most rails apps are usually created without the database associations.

Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Adam Boas
I'm sure this answer is going to subject me to all sorts of anti-rubymine abuse, but RubyMine has a pretty good tool that understands ActiveRecord associatioins and rails migrations just fine. Te diagram it generates often needs a bit of formatting for large domains but I have found it very usef

Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Kirill Radzikhovskyy
Hi, two notes railroad is old and unmaintained i have a fork which works with ruby 1.9x and rails 3 https://github.com/kirillrdy/railroad3 But, I myself use Rails ERD http://rails-erd.rubyforge.org/ All the best Kirill R On 9 December 2011 14:12, Daryl Manning wrote: > I usually go to railro

Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Chris Berkhout
I haven't used it myself, but apparently https://github.com/lomba/schema_plus adds foreign key constraints, with some degree of automation. With that in place you could dump an SQL schema and use any ordinary schema visualiser. Cheers, Chris On Fri, Dec 9, 2011 at 11:03 AM, Mikel Lindsaar wrot

Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Daryl Manning
I usually go to railroad for things like this, but haven't used it in quite a while. Might be easy to hack it to do what you want precisely with schema? http://railroad.rubyforge.org/ Do you have access to the original DB? Might be easier to use a DB discovery tool than go through the ruby code.

Re: [rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Tim McEwan
http://railroad.rubyforge.org/ ? On Friday, 9 December 2011 at 14:03, Mikel Lindsaar wrote: > Hi all, > > Throwing this out there anyone know of a schema visualisation tool that > will understand the Rails internal associations? > > Most rails apps are usually created without the database

[rails-oceania] Schema Visualisation Tool

2011-12-08 Thread Mikel Lindsaar
Hi all, Throwing this out there anyone know of a schema visualisation tool that will understand the Rails internal associations? Most rails apps are usually created without the database associations... which makes this a harder problem that it would be otherwise. Mikel -- You received th