Merged
Conversation
fix typo in the readme sample command
* Add object_serializer_class_methods_examples * Change to require spec/shared/examples in every spec files * Refactor object_serializer_class_methods_spec
…ired in a project
With ruby 1.9.3 #serialized_json raises an exception:
```
NameError:
undefined local variable or method `caller_locations' for FastJsonapi::MultiToJson:Module
```
`Kernel#caller_locations` was added in ruby '2.0.0'
Source: https://docs.ruby-lang.org/en/2.2.0/NEWS-2_0_0.html
Because the position is closed. Refs: #209
Remove dead link
shishirmk
added a commit
that referenced
this pull request
May 20, 2018
params support in blocks, nested includes etc
shishirmk
added a commit
that referenced
this pull request
May 31, 2018
params support in blocks, nested includes etc Co-authored-by: Jodi Showers <jodi@nnovation.ca>
shishirmk
added a commit
that referenced
this pull request
May 31, 2018
params support in blocks, nested includes etc Co-authored-by: Jodi Showers <jodi@nnovation.ca> Co-authored-by: Ryan O'Donnell <ryan@gocleary.com> Co-authored-by: Les Fletcher <les.fletcher@gmail.com> Co-authored-by: Ankit gupta <ankit.gupta8898@gmail.com> Co-authored-by: Masato Ohba <over.rye@gmail.com> Co-authored-by: Shuhei Kitagawa <shuhei.kitagawa@c-fo.com> Co-authored-by: Zino <rhu5@u.rochester.edu> Co-authored-by: Carlos Solares <csolares23@gmail.com> Co-authored-by: Brandon Buck <lordizuriel@gmail.com> Co-authored-by: Daniel Roux <xuoroux@gmail.com> Co-authored-by: Dillon Welch <daw0328@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Defining relationship blocks - Link
Passing params to blocks defined in the serializer - Link
Nested includes - Link
Data links per object - Link
Issues Fixed
Inheritance related issues should be resolved now
Skylight integration issues should be resolved now