Questions about "Simple Form" which generates view code for forms in Rails.
I have a date type field in my database. Here's the view code I'm using: # Using 'as: :string' to avoid …
html ruby-on-rails date input simple-formI am using Simple Form in my app and I'd like to remove the * to indicate an attribute is required …
ruby-on-rails simple-form requiredI'm trying to create a simple app with the following models: categories --[has_many]--> questions --[has_…
ruby-on-rails ruby ruby-on-rails-4 simple-formI am using the simple_form gem https://github.com/plataformatec/simple_form to create some input fields; one of …
ruby-on-rails forms radio-button simple-formHello did anybody know how to add a class to a simple_form submit button, for css style.Here's what …
ruby-on-rails css submit simple-formI am using simple form in my Rails application, i tried to set value and class to a specific input …
ruby-on-rails simple-formI am using simple-form in rails and I would like to know if there is a way to change the …
ruby-on-rails simple-formSo I have a decimal field with precision 2 in the database, meant to be used for currency. It works fine …
ruby-on-rails decimal simple-formI'm trying to integrate bootstrap 3 with simple_forms (from master). Right now, I have the following: config/initializers/simple_form.…
simple-form twitter-bootstrap-3I don't know why Its not duplicating like the example. When I put the following code to have this form: &…
ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 simple-form