Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 607 Bytes

README.markdown

File metadata and controls

17 lines (11 loc) · 607 Bytes

Fleshy Views & Fleshy Controllers

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.

Assumptions

fleshy_views and fleshy_controller assumes the use of:

  1. Formtastic
  2. A page_title helper

Want different assumptions?

Fork this project and change the templates, doofus!