admin-interface

What is your favorite Rails admin tool and why?

What is your favorite Rails admin tool and why? By admin tool I'm referring to those that let some users add records for all the tables, like the tool shipped with Django. This question is subjective and I believe the matter is subjective, but I think it would still be nice to be able to read other people opinions and gather data on the...

Restoring Typus plugin after changing DB Schema

I installed Typus plugin (http://intraducibles.com/projects/typus) for my app and I love it. But along the development of the app I frequently do migrations and change the DB Schema and relationships, and then the plugin fails. Is there a way to re-generate the plugin with the new schema? Thanks! ...