Skip to content

Drop-in generators for Rails 3 to simplify CRUD creation. Keeps the controllers and views lightweight (no respond_to blocks) and assumes Formtastic and a page_title helper

Notifications You must be signed in to change notification settings

kaiuhl/fleshy_views_and_controllers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

Drop-in generators for Rails 3 to simplify CRUD creation. Keeps the controllers and views lightweight (no respond_to blocks) and assumes Formtastic and a page_title helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages