lukerandall / simple_fields

A very simple Rails form field helper

Home Page:http://github.com/lukerandall/simple_fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Fields

Simple fields is a really simple form helper method. It’s more than likely not going to be useful to anyone but me, since it is little more than a helper method to create a field with a label and optionally, a description and popup explanation.

It does not try to figure out the field type you want – you need to pass it a field_type if you need it to be something other than a text field.

It facilitates creating nice, clean forms using very little code.

About

A very simple Rails form field helper

http://github.com/lukerandall/simple_fields

License:MIT License


Languages

Language:Ruby 100.0%