Adds support for top-level links to JsonApi adapter

http://jsonapi.org/format/#document-top-level

fix failing tests

support for top-level links limited to jsonapi adapter

Move docs from README to docs/ dir

move links to json-api adapter & create Links class to hold links data
This commit is contained in:
Leandro Cesquini Pereira
2015-07-24 23:05:52 -03:00
parent 72c2c9f0d7
commit 1844c162f1
7 changed files with 195 additions and 0 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ tmp
.ruby-version
.ruby-gemset
vendor/bundle
tags