Christopher Sansone
Christopher Sansone
@vovimayhem Thanks for keeping at this! My opinion is that this should be the supported syntax: ```ruby class ActorSerializer include FastJsonapi::ObjectSerializer # inferred using the property name (movies), and singularizing...
@vovimayhem Got it, thanks for the thorough explanation. I live in ActiveRecord world and am used to both AR's and AMS's `polymorphic: true`. Inferring from the class name if not...
@shishirmk @vovimayhem Agreed that assuming homogenous is the proper default, as this is the most common and most performant. If `record_type` is unspecified, it will infer the type by the...
Thanks @vovimayhem ! Having re-read my last comment, I think a Symbol, a Hash, and a Proc should be supported. The Proc is nice because we are still in the...
@allomov Thanks for reaching out! This project is abandoned, but work is continuing in a fork over [here](https://github.com/fast-jsonapi/fast_jsonapi). This week, I just submitted an [issue](https://github.com/fast-jsonapi/fast_jsonapi/issues/29) and [PR](https://github.com/fast-jsonapi/fast_jsonapi/pull/32) for better STI...
@allomov Would you mind commenting on [the current issue](https://github.com/fast-jsonapi/fast_jsonapi/issues/29) describing why the approach won't work for your situation? We should be able to help one way or another. Thanks!
+1. I use this library specifically to avoid the complexity of ED relationships for small simple models. The majority of use cases to reference a `DS.Model` within a fragment can...
@pinturic It looks like all the predecessors have abandoned it. You're probably just best off creating your own fork from my branch. I believe this still works on all the...
My branch of this plugin works with "plain Cordova"... it's just a fix. The capacitor-updater plugin is for Capacitor only. It works without the Ionic Framework, which is just a...
Sorry! The day job got in the way this week. Planning to spend some time on it this weekend.