Top "Simple-form" questions

Questions about "Simple Form" which generates view code for forms in Rails.

simple_forms custom data attribute

I would like to have an additional data attribute on an input tag generated by simple_form. The following does …

ruby-on-rails ruby-on-rails-3.1 simple-form
Simple_Form Association with has_many :through extra field

I have two models, Developers and Tasks, class Developer < ActiveRecord::Base attr_accessible :address, :comment, :email, :name, :nit, :phone, :…

ruby-on-rails ruby-on-rails-3 associations has-many-through simple-form
Rails Simple Form custom association select field

I have a select field and I want to put a custom attribute at it called name, I tried to …

ruby-on-rails forms model simple-form
Simple Form Blank Label

So im using Simple Form for my Rails App, and i need to get rid of the label on every …

ruby-on-rails ruby forms simple-form
How should I use rails and simple_form for nested resources?

I'm trying to create one resource with another nested resource at the same time. I'm using Rails4 and simple_form 3.0.0…

ruby-on-rails simple-form nested-attributes fields-for strong-parameters
How do I use select2-rails with simple_form?

This select2 jquery library looks awesome. There is a Rails gem but it is very light on the documentation. I …

ruby-on-rails ruby-on-rails-3 simple-form jquery-select2 select2-rails
How do I add HTML attributes to select options with Simple Form Rails?

I need to add a custom HTML attribute to each option for a select control. I'm using simple_form in …

ruby-on-rails simple-form
simple_form with Bootstrap check box

I'm using simple_form with Bootstrap and I would like to have my "Remember me" check box be inline to …

ruby twitter-bootstrap erb simple-form
can't change the height of a text field in simple_form

I've tried #Default size for text inputs. config.default_input_size = 10 from config/initializers/simple_form.rb I've also tried &…

ruby-on-rails height simple-form textfield
Does form_tag work with Simple_form?

I have a form that is using form_tag and not sure how to use it with the simple_form …

ruby-on-rails ruby-on-rails-3.1 simple-form