forked from rails-api/active_model_serializers
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update active-model serializer fork #4
Open
aka47
wants to merge
1,357
commits into
ello:master
Choose a base branch
from
rails-api:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* Ensuring read_multi works with fragment cache.
* Add note about will_paginate previous_page method Pagination_dict method in JSON adapter section refers only to kaminari prev_page. Newer version of will_paginate uses previous_page method. * move annotation for will_paginate's previous_page method to inline comment in example methods definition
Fix code-styling issues from .rubocop_todo.yml * re: RuboCop: Bulk minor style corrections * re: RuboCop - hash indention corrections * re: RuboCop - replace rocket style hashes * re: RuboCop - get rid of redundant curly braces around a hash parameter * re: RuboCop - Align the elements of a hash literal if they span more than one line. * re: RuboCop - Use nested module/class definition instead of compact style. * re: RuboCop - Suppress of handling LoadError for optional dependencies * re: RuboCop - use include_ prefix instead of has_ * re: RuboCop - Disable Style/PredicateName rule for public API methods * re: RuboCop - Remove empty .rubocop_todo.yml * re: RuboCop - replace rocket style hashes
…nd_json_api update integration documentation for ember and JSONAPI to include…
…_scope_doc Add doc for setting conditional serialization_scope [ci skip]
Rails 5.0 CI
Fix typo in changelog [ci skip]
- Add list of breaking changes - Add `true` param to `responds_to?` calls in overriden `try`
* replace reflection collection type with hash to prevent duplicated associations in some cases * include tests * Fix robucup offenses * Improve test * Remove usless requirement * improve tests * remove custom_options option from Post and InheritedPost serializer * Improve tests * update changelog * update changelog
* remove dynamic class creation where not needed
…on api doc (#1852) * modified some code and removed unnecessary code from the ember abd json api doc * using es6 imports
Document new reflection options; support :foreign_key [ci skip]
Clear out master, move 0.10.x dev to the stable branch
Fix 0.10.6 Guides link
correct spelling mistake [ci skip]
…ization (#2195) Clean up readme and add alternatives section
add missed td tag for empty column
Update ReadMe with Netflix fast_jsonapi alternative [ci skip]
Fix link in README.md [ci skip]
Add jsonapi-resources to the list of alternatives
Blueprinter is a simple, fast, and declarative serialization gem. It uses composable views to reduce duplication. I think it's a good alternative that should be on this readme.
Add Blueprinter to alternatives in readme
Now the forked version of fast-jsonapi is developed actively and the Netflix version is not active, it's better to guide readers to the fork.
Change url of fast-jsonapi to forked version [ci skip]
The github.io link for JSON:API Suite in the Alternatives-chapter in the README was returning status 404. https://jsonapi-suite.github.io/jsonapi_suite/ The top page of JSON:API Suite was changed to the following one, so change the URL to this one. https://jsonapi-suite.github.io/jsonapi_suite_deprecated/
Alba has almost 180 stars and I believe it's worth adding it.
Add Alba to alternatives list [ci-skip]
…ink_in_README Replace "JSON:API Suite" URL because it was changed
Add Transmutation to README alternatives
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.
No description provided.