Top "Formtastic" questions

Formtastic is a Rails form builder plugin with semantically rich and accessible markup.

How to add and remove nested model fields dynamically using Haml and Formtastic

We've all seen the brilliant complex forms railscast where Ryan Bates explains how to dynamically add or remove nested objects …

javascript ruby-on-rails nested-forms formtastic
How to pre-check checkboxes in formtastic

I have a form I'm trying to set up ... Users can have many posts, and each post can have many …

ruby-on-rails formtastic
Activeadmin and Formtastic: form not responding to :size

I am trying to format a form and the text fields respond to some methods, and not others. I can …

ruby-on-rails-3 formtastic activeadmin
Using :collection and :include_blank in Formtastic. How to do it?

I use the superb Formtastic plugin for Ruby on Rails. Does anybody know how to include a blank (option), when …

ruby-on-rails formtastic
Rails 3, nested multi-level forms and has_many through

I'm trying to get it to work but it dosen't! I have class User < ActiveRecord::Base has_many :events, :…

ruby-on-rails nested-forms has-many-through formtastic cocoon-gem
Activeadmin Formtastic custom input

I have a simple app, which has three models Assessment, Question and AssessmentQuestion In Assessment i have the association like, …

ruby-on-rails activeadmin formtastic
Rails: Formtastic: Select-Boxes without primary blank field

it's about Rails and Formtastic. How can I add a select box with formtastic without an initial/primary blank field? …

ruby-on-rails formtastic
HTML - Correct way of coding a checkbox with a Label

I've been using formtastic in order to generate HTML forms on rails applications. My question, however, is really HTML-related. Today …

html forms formtastic
Formtastic select with grouping

Now with Formtastic I have plain select: = f.input :category, :as => :select, :include_blank => false, :collection => subcategories …

ruby-on-rails grouping formtastic acts-as-tree optgroup
Configure the label of Active Admin has_many

Well I have a two models related with a on-to-many assoc. #models/outline.rb class Outline < ActiveRecord::Base has_…

ruby ruby-on-rails-3 formtastic activeadmin formbuilder