alba
alba copied to clipboard
Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.
The library looks flexible enough so adding support in my app for json:api with this gem should be trivial, was wondering if there is a deeper reason on why not...
Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. Release notes Sourced from rubocop-minitest's releases. RuboCop Minitest 0.21.0 New features #109: Add new Minitest/AssertRaisesCompoundBody cop. (@fatkodima) Changelog Sourced from...
## Is your feature request related to a problem? Please describe. I'd like to have an option for `transform_keys` to work down through inline associations. Currently, you need to repeat...
Would it be possible to allow something like this? ```ruby class FooJson include Alba::Resource one :bar, resource: BarJson, params: { some: "other_value" } end FooJson.new(data, params: { some: "value" }).serialize...
## Is your feature request related to a problem? Please describe. Alba can get more performance boost with streaming encoder as [panko](https://github.com/panko-serializer/panko_serializer) does. ## Describe the solution you'd like Implement...
@okuramasafumi Hi again! 😄 👋 I just want to say thanks for your work on this gem. We was using the netflix/fast_json_api previously and we need to migrate to a...
Temporal implementation for nested attribute. Let's compare it with #236 and see which is a better approach.
A very simple proof of concept of the `nested_hash` concept we were talking about a bit in #233 The implementation here isn't quite ready for merge, the way I make...
## Describe the bug :root_key does not seem to be doing what I expect, I can't get it to have an effect. I am _not_ using inference, but still expect...