search results

  1. Accepts nested attributes for multiple records. up vote 0 down vote favorite. I have two resources: Recommendations and Ratings. Recommendations Model:
    stackoverflow.com/questions/15286257/​accepts-nested... - Cached
  2. class Member < ActiveRecord:: Base has_many: posts accepts_nested_attributes_for: ... the nested attributes are used to update the record’s attributes always, ...
    api.rubyonrails.org/.../ActiveRecord/​NestedAttributes/... - Cached
  3. Defines an attributes writer for the specified association(s). If you are using attr_protected or attr_accessible, then you will need to add the attribute writer to ...
    apidock.com/rails/ActiveRecord/​NestedAttributes/Class... - Cached
  4. ActiveRecord doesn\'t seem to understand that, given a set of params for an existing record with nested attributes, it can create a new nested record that itself has a ...
    stackoverflow.com/questions/11803100/​acitverecord-wont... - Cached
  5. The accepts_nested_attributes ... makes handling multiple ... passing it the name of the associated model and then loop through all of the associated question records ...
    asciicasts.com/episodes/196-nested- ​model-form-part-1 - Cached
  6. #accepts_nested_attributes_for ... to reduce the amount of code in Rails applications needed to create/update records across multiple tabl es with a single HTTP POST ...
    evan.tiggerpalace.com/.../11/07/accepts_​nested_attributes... - Cached
  7. Active Record Nested Attributes. Nested attributes allow you to save attr ibutes on associated records through the parent. By default nested attribute updating is ...
    apidock.com/rails/ActiveRecord/​NestedAttributes/ClassMethods - Cached
  8. accepts_nested_attributes_for creating new associated record when one already exists Reported by Josh Sharpe | June 29th, 2009 @ 02:20 PM | in 3.0.2
    rails.lighthouseapp.com/projects/8994-​ruby-on... - Cached
  9. This patch touch the record without saving when nested attributes are being changed. ... you have to add the nested_attributes_silent_touch patch.
    rails.lighthouseapp.com/projects/8994-​ruby-on... - Cached
  10. accepts_nested_attributes_for and from ... a scaffold RESTful rails site that accepts an XML POST that creates a new record. ... there are multiple records, ...
    railsforum.com/viewtopic.php?id=37885 - Cached