In Ruby on Rails this creates a scope around a specific model object like #form_for, but doesn’t create the form tags themselves.
Is there a method (or way to pull off similar functionality) to do a fields_for_with_index? Example: <% …
ruby-on-rails loops fields-forI am learning RoR and i am trying to find how to set a fields_for in another one with …
ruby-on-rails ruby-on-rails-4 form-for fields-for nested-form-forHow can I iterate through an array of objects (all the same model) using fields_for ? The array contains objects …
ruby-on-rails arrays fields-forI'm trying to create one resource with another nested resource at the same time. I'm using Rails4 and simple_form 3.0.0…
ruby-on-rails simple-form nested-attributes fields-for strong-parametersWhen I run the rails server and go to the school/new page on my site, the field with the …
ruby-on-rails-3 fields-forI posted an earlier question about this and was advised to read lots of relevant info. I have read it …
ruby-on-rails ruby-on-rails-4 fields-forFinally moved to Rails 3 for a new project and already running into a rookie problem. Trying to do a simple …
ruby-on-rails nested-forms fields-forCurrently, an Item belongs_to a Company and has_many ItemVariants. I'm trying to use nested fields_for to add …
ruby-on-rails ruby ruby-on-rails-3 nested-attributes fields-forI've been struggling to create a form for a Mongoid model that has an array field. I want my form …
ruby-on-rails ruby mongodb mongoid fields-forI am using Rails 3.0.3 with ruby 1.9.2p0. In my profiles_controller (edit function) I have this call @profile = Profile.find(…
ruby-on-rails-3 sorting fields-for