formtastic
add commit button to same fieldset as inputs in formtastic
How do I add my submit button into the same li as the inputs of my form? = semantic_form_for :regression_test_environments do |env|[详细]
2023-02-12 02:46 分类:问答Rails Formtastic FormBuilder Customize Markup?
Does anyone know if there are hooks for custom开发者_JS百科izing the output of formtastic? Currently if I do something like this:[详细]
2023-02-11 15:32 分类:问答Formtastic: Validation error messages not translating locale template vars to value
Rails v2.3.8 formtastic v1.1.0 Forms draw correctly, validation works, but the validation messages for anything involving the length of a string are showing up as:[详细]
2023-02-11 11:06 分类:问答get association values in rails forms
I\'m building an app where a User has tasks and a task has a location. The tasks and locations are in a nested_form using formtastic_cocoon, which is the formtastic gem with a jQuery extension.[详细]
2023-02-10 10:12 分类:问答Two Boolean fields. Single input field. Ruby on Rails
I have two boolean fields in my model. There is a dependency that only one can be true at a time. On my view page I want to display them as a radio inputs using f开发者_运维问答ormtastic. And not sepa[详细]
2023-02-10 07:08 分类:问答dynamic nested form always creates an extra blank entry - using formtastic_coocoon
I\'m using formtastic & formtastic_cocoon to created a nested form. All seems to be working well dynamically adding a nested form to an existing form, with one exception.[详细]
2023-02-09 04:11 分类:问答how to customize formastic style?
I use the great form builder plugin \'formastic\' to build a form. It is rather ugly though. How can I set style to it? I find little information throu开发者_Go百科gh the documentation. Note: I use th[详细]
2023-02-09 02:42 分类:问答Create a child model in rails (belongs_to) and pre-setting the parent ID
I\'m sure I\'m missing something simple, but not being aware of the right terminology in Rails, I can\'t find what I\'m looking for....[详细]
2023-02-05 09:15 分类:问答Formtastic - customise blank option in select tag
I\'m using fo开发者_StackOverflow中文版rmtastic to generate a list of options in a select tag (eg. :as => :select) and I want a \"blank\" option, but this creates an XHTML warning (i.e. trimming empty[详细]
2023-02-05 00:00 分类:问答Rails 3, nested multi-level forms and has_many through
I\'m trying to get it to work but it dosen\'t! I have class User < ActiveRecord::Base has_many :events, :through => :event_users[详细]
2023-02-03 17:03 分类:问答