reverse engineering database

Hi guys,

I'm triying to get into the ruby on rails stuff, reading a lot and trying some stuff directly. I got a little question maybe someone of you can give me a short answer or tipp :wink:

Is there a script/tool/plugin for rails to reverse engineer a database layout? (Something like Hibernate provides in Java - yes I'm a java dev but I wish I could change in time to RoR:))

Regards

asrijaal

asrijaal wrote:

Hi guys,

I'm triying to get into the ruby on rails stuff, reading a lot and trying some stuff directly. I got a little question maybe someone of you can give me a short answer or tipp :wink:

Is there a script/tool/plugin for rails to reverse engineer a database layout? (Something like Hibernate provides in Java - yes I'm a java dev but I wish I could change in time to RoR:))

What do you mean by reverse engineering here? Are you talking about something like rake db:schema:dump ?

Regards

asrijaal

Best,