Restoring Typus plugin after changing DB Schema
I installed Typus plugin (http://intraducibles.co开发者_如何转开发m/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!
I think simply entering
rails generate typus
again will set things right.
Only removing and reinstalling Typus at the end of the development cycle.
精彩评论