Chris Hampel
Chris Hampel
I would very much like to see this too. We are looking at using Realm Object Server and this is one of the concerns we have, as the rest of...
what about this for the interface: ```ruby class ErrorSerializer include FastJsonapi::ErrorSerializer set_id :id # defaults to :id, set to false to disable, can take a block link(:about) {|object| "http://movies.com/errors/#{object.type}"} status...
the reason I was suggesting a sperate serializer base, is that, as there is a specific list of allowed base attributes, and most attributes, are specified to be strings only,...
I have been doing this in my serializers: ```ruby class
what about, adding the params to the hash key somehow so that when the params change the hash key changes. this could be extended to allow the user to specify...
A key involving the current time would be useless, as even 1 ms later it would be invalid, something like the last updated at time works well instead, if you...
that should work fine, just make sure your cache is set to discards the least recently used when it gets full
in the case of Awesome Nested Set or other tree structures you can also instead just flatten the tree into an array in either of these forms to let the...
this is created as per: https://dynamoose.slack.com/archives/CG4B7RL8N/p1686338110260489