Top "Simple-form" questions

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

Formatting a date input using simple_form

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-form
Rails simple_form attribute required mark (*)

I 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 required
Creating multiple nested forms using simple_form and rails 4

I'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-form
want rails simple_form radio button to display text that's not the value

I 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-form
Rails 3.1 simple_form submit style css

Hello 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-form
Setting class and value in simple form (Rails)

I am using simple form in my Rails application, i tried to set value and class to a specific input …

ruby-on-rails simple-form
Can you change label display names when using simple-form in rails?

I am using simple-form in rails and I would like to know if there is a way to change the …

ruby-on-rails simple-form
How to specify decimal precision in a simple_form number field (Rails)

So 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-form
Bootstrap 3 + simple_forms checkboxes

I'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-3
Twitter-Bootstrap: Simple_form not making horizontal form or correct HTML output?

I 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