Questions about "Simple Form" which generates view code for forms in Rails.
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-formI 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-formI 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-formSo 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-formI'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-parametersThis 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-railsI need to add a custom HTML attribute to each option for a select control. I'm using simple_form in …
ruby-on-rails simple-formI'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-formI'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 textfieldI 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