This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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'






