Questions about "Simple Form" which generates view code for forms in Rails.
I want to create a simple money input with SimpleForm. The money field should have a minimum value of 0, so …
ruby-on-rails simple-formI'm making a Rails app but I'm having this issue In my form, I'm trying to make required some fields …
ruby-on-rails simple-formI am using RoR and I am using the Simple_Form gem for my forms. I have an object relation …
ruby-on-rails checkbox simple-formI'm using simple_form gem for creating Rails forms. http://github.com/plataformatec/simple_form All is great, except how …
ruby-on-rails forms select simple-formTwitter Bootstrap icons are pretty deadly seen here. Look at the bottom right hand corner of that section. See that …
ruby-on-rails-3 twitter-bootstrap simple-formI'm using garlic.js to validate my forms. Garlic.js recommends adding a data-attribute on the form tag. Here's what …
ruby-on-rails simple-form custom-data-attributeHere's what I've tried, and the simple_form_for call ignored my class setting. # Rails code in view: <%= simple_…
css ruby-on-rails ruby-on-rails-3 class simple-formI have this form which calls datepicker: ... <%= f.input :expiration_date, as: :datepicker, required: false %> ... Simple_form wrapper: …
ruby-on-rails-4 datepicker jquery-ui-datepicker simple-form turbolinksI'm switching my application over to use simple_form but I'm a little confused about how to display a text …
ruby-on-rails ruby-on-rails-3 simple-formI've updated bootstrap to version 3. Everything works fine except the forms which are generated by simple_form gem. I don't …
ruby-on-rails twitter-bootstrap simple-form twitter-bootstrap-3