python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Building new Model A form from Model B attributes
I'm trying to copy the values from Model A nested attributes to Model B nested attributes. The nested fields are the same in their respective tables. Just the parents are different.
I pass the model A...
Chrismisballs
Votes: 0
Answers: 1
Create multiple associated records in a single form
I'd like a User to be able to create an Event and associated Invitations. An Invitation is a join table between User and Event (with an enum for its state, default to pending).
Eligible users are thos...

Sumak
Votes: 0
Answers: 0
Is there a suggested way to create nested many-to-many entities in RoR that avoids *_attributes in the JSON field for the nested resource?
I've managed to get nested many-to-many entities created through the use of accepts_nested_attributes_for for the JSON and the project below.
My question is - is there a suggested way to achieve the s...
foamroll
Votes: 0
Answers: 2
How to get data based on condition from nested array golang grpc service
I'm trying to get specific data based on next array condition in Go. I think, I will just give an example to make it clear.
Let's say I have an array like this
detail: {
contacts: [
{
...

Aethereal
Votes: 0
Answers: 1