Embed
Email

Form Helpers

Document Sample
Form Helpers
Shared by: Jigar Chauhan
Stats
views:
32
posted:
8/27/2009
language:
English
pages:
1
PART ONE



help! it's



FORM HELPERS

Form Tag Helpers create fields not based on your model create fields based on your model/objects Form Helpers Form Options Helpers create select fields (lists, etc.)



a Ruby on Rails cheat sheet guide by Amy Hoy



Form helpers make building Rails-friendly forms super easy. Use 'em in views, including layouts and partials. Save time, save money!



Step 1



Form helpers belong to one of three groups:



* * *



except date_helper!



Step 2



Start, submit, and end forms



the controller method to parse the form



'update', :id => @books %> For forms that work from an existing object, use :id to specify the object. When creating new objects, leave it off. the button's value

(e.g. appearance) no args here the object name



Step 3a



Understand the API docs

http://rails.rubyonrails.com/classes/ActionView/Helpers/FormHelper.html There are just too many form helper methods for me to list 'em all. But for the form tags based on objects/models, there's a formula to make grokking the API docs a little easier.

the singular name of the object/controller. e.g. "book" or "user" or "article" options as hash parameters. e.g. "rows" => 50, or "size" => 10



text_area(object, method, options = {})

the column name (really an ActiveRecord method)



Step 3b



Real-world examples of #3

25 %> 20, "cols" => 90 %>



© 2005 Amy Hoy / amy@infocookie.com / www.slash7.com License — see http://creativecommons.org/licenses/by-nc-sa/2.0/





Related docs
Other docs by Jigar Chauhan
JavaScript cheat sheet V1
Views: 56  |  Downloads: 6
ruby-on-rails-cheat-sheet-v1
Views: 64  |  Downloads: 4
Ruby on Rails : active record cheat sheet
Views: 125  |  Downloads: 17
SEO Web Developer CheatSheet
Views: 41  |  Downloads: 7
Ruby on Rails for PHP and Java Developers
Views: 2308  |  Downloads: 55
jQuery1.2 cheatsheet.v1.0
Views: 106  |  Downloads: 4
64 CSS Cheats
Views: 103  |  Downloads: 5
CSS Cheatsheet Version 2
Views: 63  |  Downloads: 23
Rails Files Cheatsheet
Views: 57  |  Downloads: 5
Mobile Web Design Guide
Views: 567  |  Downloads: 85
By registering with docstoc.com you agree to our
privacy policy

You are almost ready to download!

You are almost ready to download!