You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The associations are not working when using Symbol instead of Strings.
Moreover, the associations code is very complex and should be clean-up a little bit.
Solution
I'll rewrite and clean the association code to make it more easy to maintain. I'll add some boilerplate code to transform symbols to strings when needed.
The text was updated successfully, but these errors were encountered:
* Refactoring the relations building. Extract the boilerplate from the
code generation.
* Refactoring of the relations, fix initialize and finalize mess
* Use of event manager for validation and saving callbacks
* Add event spec + change the order of the callback
* Adding clear/core to require clear without CLI + Extensions
* Changing the migration operation from struct to class; adding reference
to migration; improving the errors messages
* Fix typo: print_update_current_data
* Rewriting a bit the style + comments
* Use monotonic time for query logger
* Update to newer shard versions + fix styling issue (ameba)
Related to #52
Problem
The associations are not working when using Symbol instead of Strings.
Moreover, the associations code is very complex and should be clean-up a little bit.
Solution
I'll rewrite and clean the association code to make it more easy to maintain. I'll add some boilerplate code to transform symbols to strings when needed.
The text was updated successfully, but these errors were encountered: