For one specific case I would like to render the form as a part of(for in-place editing). Is there a way in formtastic to disable the layout generated by .inputs / .buttons? Instead a
I am trying I have a simple one-to-many association. I am trying to update photos that belong to an album through a nested form:
I\'ve been trying to figure this one out for a while but still no luck. I have a company_relationships table that joins Companies and People, storing an extra field to describe the nature of the relat
Model has accepts_nested_attributes_for for the relation and the form is as follows: = semantic_form_for @obj, :url => path do |f|开发者_运维百科
I am using Formtastic and I have a simple boolean field.In开发者_StackOverflow my view, I have <%= f.input :active, :label => \"Enabled?\", :as => :select, :include_blank => false, :colle
So I\'m making a survey app. The users choose a type of form on the backend, and it displays as a certain type on the front end. That\'s only ideally, of course. What happens now is I can\'t access th
Using ruby 1.9.2 if I change gem \'rails\', \'3.0.0.rc2\' to gem \'rails\', \'3.0.0\' None of my forms render.
I am trying to create a nested form using formtastic.I\'ve included my code below but am running into some problems that I\'ve also listed below.Any suggestions?Thanks.
I need to pass a collection to the standard select input in Formtastic: f.input :apple, :as => :select, :collection => Apple.all
I have made a custom input method for formtastic, it is d开发者_StackOverflowesigned to work with carrierwave and it works great but with one exception, the preview image and other html will not rende