Hey guys, I'm coming from a Zend Framework background, are there any auto form generation tools for models in rails (eg. equivalent to Zend_Form)?
For example, in ZF+Doctrine I can do <?=new Doctrine_Form('User')?>
and it will generate the form based off the user model, this is useful for low level dynamic crud admin pages.
So is there anything like this is rails, or is scaffolding the way to go?