public
Description: A Rails form builder plugin with semantically rich and accessible markup. It's deliciously close to 1.0!
Home | Edit | New

Tutorial

Railscasts

Ryan Bates featured Formtastic in episode 184, providing a perfect introduction to not only the code, but the concepts behind the code, and why Formtastic is the way it is.

Episode 185 digs a bit deeper with more advanced functionality of Formtastic including handling many-to-many associations, required fields, hints, inline errors and styling.


In the event you get an “Undefined Method semantic_form_for” error. Be sure to specify the configuration for the gem in your environment.rb file:
config.gem 'formtastic', :source => 'http://gemcutter.org'

Last edited by mrinterweb, Fri Nov 20 17:19:19 -0800 2009
Home | Edit | New
Versions: