We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a project something like this: https://github.com/rokugou/cdq-test
When i created object after all operations. without association
with association
Memory occupation like explosion.
I have the following questions: 1. If there are any way to solve the memory occupation?
If i destroy all the man data, and insert again with association. I need to update the apple reference, but how?
I tried to add man_id to apple and iterate all the apple and update reference. Are there any better way to do this?
When i created object with association in the loop, and save after the loop. The association reference broken.
I am new to Rubymotion and Objective-C, if there are any stupid questions, sorry about that. Thank you.
The text was updated successfully, but these errors were encountered:
Off the top of my head, I'm not sure why you'd see that behavior. I'll need to look into it and get back to you...
Sorry, something went wrong.
Hi @rokugou, I'm having some trouble getting your sample project to build. Anything you can add?
ah.......what trouble? I dont know what i can add, can you give me example?
I am using ruby 2.0.0-p451, rubymotion 2.26, iPhoneSimulator-7.1
No branches or pull requests
I have a project something like this:
https://github.com/rokugou/cdq-test
When i created object after all operations.
without association
with association
Memory occupation like explosion.
I have the following questions:
1.
If there are any way to solve the memory occupation?
If i destroy all the man data, and insert again with association.
I need to update the apple reference, but how?
I tried to add man_id to apple and iterate all the apple and update reference.
Are there any better way to do this?
When i created object with association in the loop, and save after the loop.
The association reference broken.
I am new to Rubymotion and Objective-C, if there are any stupid questions, sorry about that. Thank you.
The text was updated successfully, but these errors were encountered: