Hello did anybody know how to add a class to a simple_form submit button, for css style.Here\'s what I try to do:
I am using the simple_form gem (https://github.com/plataformatec/simple_form) to help out the forms in my app. But I\'d like to display the many radio buttons I\'ve got here in li tag. Simple_form now
I have a Carrierwave image upload in a nested simple_form which works (sort of) unless the user does not specify a file, in which case a blank Picture object is created unless there was a previously e
I am using Simple Form in my app and I\'d like to remove the * to indicate an attribute is required on all of my forms (existing and those yet to be created).
When I post a form to create a new inquiry with a child comment (in the app, inquiries can have multiple comments), the comment is not getting built. It works when remove the presence validations. So
I am using the simple_form gem https://github.com/plataformatec/simple_form to create some input fields; one of which is a radio button group, like this:
Here is a piece of code in edit.html.erb which does not work. The p开发者_高级运维urpose of the code is to fill a form for editing. Collection is used with option of yes and no. How can I set the coll
I can\'t figure out why this is not working as it should - or - I\'m missing something important ? Here\'s the list of the mapped types from simple_form / lib / simple_form / form_b开发者_JAVA技巧uil
I\'m trying to build a rails app and simple_form looks to be a really useful gem. Problem is that I am using twitter bootstrap css to do the styling and the simple_form doesn\'t allow you to specify t
In my form I have: <%= f.association :virksomhed, :collectio开发者_开发百科n => Virksomhed.all(:order => \'navn\'), :prompt => \"Vælg virksomhed\" %>