Formtastic is a Rails form builder plugin with semantically rich and accessible markup.
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 formtasticI have a form I'm trying to set up ... Users can have many posts, and each post can have many …
ruby-on-rails formtasticI am trying to format a form and the text fields respond to some methods, and not others. I can …
ruby-on-rails-3 formtastic activeadminI use the superb Formtastic plugin for Ruby on Rails. Does anybody know how to include a blank (option), when …
ruby-on-rails formtasticI'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-gemI have a simple app, which has three models Assessment, Question and AssessmentQuestion In Assessment i have the association like, …
ruby-on-rails activeadmin formtasticit's about Rails and Formtastic. How can I add a select box with formtastic without an initial/primary blank field? …
ruby-on-rails formtasticI've been using formtastic in order to generate HTML forms on rails applications. My question, however, is really HTML-related. Today …
html forms formtasticNow with Formtastic I have plain select: = f.input :category, :as => :select, :include_blank => false, :collection => subcategories …
ruby-on-rails grouping formtastic acts-as-tree optgroupWell 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