Skip to content
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
wants to merge 1,357 commits into
base: master
Choose a base branch
from
Open

Conversation

aka47
Copy link

@aka47 aka47 commented Jan 19, 2022

No description provided.

dubadub and others added 30 commits June 20, 2016 22:14
* 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]
- 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
bf4 and others added 30 commits May 1, 2017 10:18
Document new reflection options; support :foreign_key [ci skip]
Clear out master, move 0.10.x dev to the stable branch
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.