Formtastic is a Rails form builder plugin with semantically rich and accessible markup.
using simple_form we can change class of a label using: label_html => {:class => "myclass"} but how do …
ruby-on-rails formtastic simple-formI'm trying to customise a ActiveAdmin form for a Recipe model that has a has_many relationship with Step. class …
ruby-on-rails admin has-many formtastic activeadminI'm building an app, where users can give comments by just leaving their email to the comment. I want them …
ruby-on-rails formtasticI am using ActiveAdmin and Rails 3.1 -- having problem understanding whether the following is a bug, or if there is …
ruby-on-rails ruby-on-rails-3 formtastic nested-attributes activeadminI have a edit form in Active Admin. I need some field as read only. My current edit page is …
ruby-on-rails-3 activeadmin formtasticIn the following scenario, I need to check the value of the object property in the fields_for loop. <%= …
ruby-on-rails ruby-on-rails-plugins ruby-on-rails-3 formtasticI am trying to create a nested form using formtastic. I've included my code below but am running into some …
ruby-on-rails nested-forms formtasticI have a nested form in ActiveAdmin for these models (a :class_section has_many :class_dates): class ClassDate < …
ruby-on-rails forms ruby-on-rails-4 activeadmin formtasticIs there a way to tell Rails to not create div.field_with_errors around both label and actually field, …
ruby-on-rails ruby-on-rails-3 customization formtastic twitter-bootstrapI started to use formstatic but I need to make a file field with image preview. I mean, when i …
ruby-on-rails ruby forms formtastic activeadmin