A Rails form builder plugin/gem with semantically rich and accessible markup
justinfrench
12 February, 2010
View Website
RubyGems Page
Rails 3.0✗
Thread Safety?
JRuby✓
Ruby 1.9✓
Rails 3.1?
A newer version (2.1.1) is available for this plugin
Is it working for you?
rails3 branch working. rails g formtastic:install OK
Leave a Comment
The rails3 branch works for building forms. The generators aren't currently working.
using 'rails3' branch:
gem 'formtastic', :git => "git://github.com/justinfrench/formtastic.git", :branch => 'rails3'
Latest from github is working for me (using rails3 beta3).
Working on beta3 with last rails3 branch gem 'formtastic', :git => "git://github.com/justinfrench/formtastic.git", :branch => 'rails3'
rails3 branch working.
rails g formtastic:install OK