active_model_serializers/test/adapter/json_api
Benjamin Fleischer 93ca27fe44 Merge 0-10-stable into master (to fix breaking change). (#2023)
* Merge pull request #1990 from mxie/mx-result-typo

Fix typos and capitalization in Relationship Links docs [ci skip]

* Merge pull request #1992 from ojiry/bump_ruby_versions

Run tests by Ruby 2.2.6 and 2.3.3

* Merge pull request #1994 from bf4/promote_architecture

Promote important architecture description that answers a lot of questions we get
Conflicts:
	docs/ARCHITECTURE.md

* Merge pull request #1999 from bf4/typos

Fix typos [ci skip]

* Merge pull request #2000 from berfarah/patch-1

Link to 0.10.3 tag instead of `master` branch

* Merge pull request #2007 from bf4/check_ci

Test was failing due to change in JSON exception message when parsing empty string

* Swap out KeyTransform for CaseTransform (#1993)

* delete KeyTransform, use CaseTransform

* added changelog

Conflicts:
	CHANGELOG.md

* Merge pull request #2005 from kofronpi/support-ruby-2.4

Update jsonapi runtime dependency to 0.1.1.beta6

* Bump to v0.10.4

* Merge pull request #2018 from rails-api/bump_version

Bump to v0.10.4 [ci skip]
Conflicts:
	CHANGELOG.md

* Merge pull request #2019 from bf4/fix_method_redefined_warning

Fix AMS warnings

* Merge pull request #2020 from bf4/silence_grape_warnings

Silence Grape warnings

* Merge pull request #2017 from bf4/remove_warnings

Fix mt6 assert_nil warnings

* Updated isolated tests to assert correct behavior. (#2010)

* Updated isolated tests to assert correct behavior.
* Added check to get unsafe params if rails version is great than 5

* Merge pull request #2012 from bf4/cleanup_isolated_jsonapi_renderer_tests_a_bit

Cleanup assertions in isolated jsonapi renderer tests a bit

* Add Model#attributes helper; make test attributes explicit

* Fix model attributes accessors

* Fix typos

* Randomize testing of compatibility layer against regressions

* Test bugfix

* Add CHANGELOG

* Merge pull request #1981 from groyoh/link_doc

Fix relationship links doc
Conflicts:
	CHANGELOG.md
2017-01-10 02:28:50 -06:00
..
belongs_to_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00
collection_test.rb Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
errors_test.rb re: RuboCop - replace rocket style hashes 2016-06-20 22:14:12 +01:00
fields_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
has_many_embed_ids_test.rb Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
has_many_explicit_serializer_test.rb Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
has_many_test.rb Merge 0-10-stable into master (to fix breaking change). (#2023) 2017-01-10 02:28:50 -06:00
has_one_test.rb Fix tests to comply with the JSON API spec. 2016-04-20 03:08:54 +02:00
include_data_if_sideloaded_test.rb Merge 0-10-stable into master (to fix breaking change). (#2023) 2017-01-10 02:28:50 -06:00
json_api_test.rb re: RuboCop - hash indention corrections 2016-06-20 22:13:21 +01:00
linked_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
links_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
pagination_links_test.rb Disable pagination links via config 2016-09-06 15:06:54 -04:00
parse_test.rb Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
relationship_test.rb Better AMS Model attributes interface 2016-11-21 09:14:26 -06:00
resource_identifier_test.rb Namespace separator setting for json-api and tests (#1874) 2016-08-12 12:54:42 -05:00
resource_meta_test.rb re: RuboCop - replace rocket style hashes 2016-06-21 22:08:27 +01:00
toplevel_jsonapi_test.rb Moved the adapter and adapter folder to active_model_serializers folder and changed the module namespace 2016-02-23 21:49:58 -06:00
transform_test.rb Make test attributes explicit 2016-12-04 19:33:39 -06:00
type_test.rb re: RuboCop: Bulk minor style corrections 2016-06-20 22:12:16 +01:00