> > tgcrud: rails-ish scaffold generating tool, not my preferred approach >
tgcrud is not that 'rails-ish', it's fully TurboGear-ish :p - Easy configuration is clear than convention tgcrud use widgets FormList and schema to define the fields and customizable validation. No line of generated code is hidden in darkness. You could just treat it as a reference CRUD implementation with TG, and you could use it in your risk with tg-admin for free. - Keep simple things simple and complex things possible tgcrud generate a bunch of default 'create, list, update, delete, show' controller methods in a sub directory, and provide a doc(even a screencast) for reference. Give defaults while you give choices Give choices while the one obvious way depends - follow the quickstart template style, some customizable hints are '#comment in line' with generated controllers, such as identity, pagination..etc The owe is tgcrud is not as smart as FastData or dbstuff to autogenerate admin interface for you. You need explicitly define the FormList to make it work. And if you want 1-1, 1-* relationship, you need to do some extra effort (as normal TG application). But it's really flexible when you need some advanced customization. (because the generate code is just normal TurboGears code) So you could use catwalk/fastdata/tgcrud in different phase of development. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
