Two simple generators for creating CRUD controllers and views. It creates extremely simplified controllers without respond_to
blocks, introspectively generates a form.html.erb
template, and makes assumptions based on my typical application dependencies.
fleshy_views
and fleshy_controller
assumes the use of:
- Formtastic
- A
page_title
helper
Fork this project and change the templates, doofus!