-
Today I upgraded AMS and spent a chunk of time trying to understand why my keys were all incorrect. It turns out that all of the keys in the JSONAPI adapter are now, by default, using the `:dashed` op…
ianks updated
8 years ago
-
Imagine we have this payload:
``` ruby
{ "data"=> { "attributes" => { "title" => "Changed it!" } } }
```
Currently, the result of `jsonapi_parse! params, only: [:foo]` ignores that unpermitted param…
ianks updated
8 years ago
-
#### Expected behavior vs actual behavior
actual: `{}`
expected: some reason as to why
#### Steps to reproduce
_(e.g., detailed walkthrough, runnable script, example application)_
``` ruby
params…
-
In experimenting with this gem, I seem to run into trouble trying to use this with a NoSQL-style database instead of ActiveRecord. When trying to create new records with POST, I encounter the error:
…
-
When you raise and error that has been added to `config.exception_class_whitelist`
The [OperationsProcessor](https://github.com/cerebris/jsonapi-resources/blob/master/lib/jsonapi/operations_processor…
-
I'm getting error code 115 on all POST requests that have has_one relationships. I've traced the issue to the following code from [here](https://github.com/cerebris/jsonapi-resources/blob/4b837118cb1…
-
This weekend I want to start looking at replicating between orbitjs and a rails backend. I'm probably going to start simple and just send some json patches over websockets. This will only solve part o…
-
-
Hi there,
Firstly, thank you for this gem, it makes using JR much easier when dealing with API's more complex than the simple examples in the docs. I really appreciate it.
I'm getting this weird err…
-
Hi,
I'm just starting to learn ember, so hopefully I am just doing something stupid that will be easy to fix.
(BTW: ember-cli 2.4.3 with a Rails 5 API-only back end)
I have defined the typical _ban…