We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Nested Models (markdown)
Update Strong Parameters to distinguish between relationships
Removed WIP annotations as this doc seems quite complete and accurate
Give more context to controllers and remove out of context code in last example for Strong Parameters
Ensuring that strong_parameters take into account the nested object's id to avoid undesired side effects.
update Ruby hash syntax
The `simple_fields_for` helper accepts the plain name of the association without `_attributes` at the end
Fix nested form naming for strong params that caused errors with Rails 4.2.7
Fix mismatch variable initialization
I followed this line by line I realized that since rails 5 there is just this mall change to add so that it works.
Remove errant apostrophe
tiny grammar improvement
Update nested entity building
add description for has_one relationship
minor grammatical changes
since simple_fields_for is not part of form instance
Revamping the Wiki page structure.