Ruby-on-Rails equivalent to ORM Designer for Symfony?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-06-06T23:54:06Z Indexed on 2010/06/07 0:02 UTC
Read the original article Hit count: 235

Filed under:
|

In Symfony i just have to create models with ORM Designer and export it to symfony as a schema.yml and then use a symfony command to create tables, models and forms.

I wonder if there is an equivalent to the RoR so that you dont have to create models manually by hand?

It saves a lot of time using GUI for this kind of tasks and it is less error-prone.

thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about symfony