-
After upgrade from 2.0.0 to 2.1.0 the web interface does not work any more.
I only get an empty screen. From the Firefox Console I get:
```
Error: Cannot find module "react-router-scroll-4"
Stac…
-
`jsonapi-rails` breaks the shortcut form of `render` which dispatches on the single argument's value (`render :action_name`, `render 'template/name'`, `render '/file/name'`).
I have stumbled upon t…
-
I have the following self association:
```
class OrganizationResource < JsonapiCompliable::Resource
type :organizations
...
...
...
belongs_to :parent,
scope: -> { Organizati…
-
Regarding https://github.com/fotinakis/jsonapi-serializers/blob/master/lib/jsonapi-serializers/serializer.rb#L413
if you override and pass a numeric id to the serializer, it fails on the ! empty?
…
-
Ref jsonapi-rb/deserializable#6
This is useful for generating appropriate source pointers in errors.
-
migrate translations from old phraseapp project (connected to neos) to the new phraseapp project (connected to backend-api)
old project ID: `e989a075962418d0e05398d2fc107265` _Afeefa.de_
new project …
-
Beim erstellen der folgenden Orga durch `POST`:
````
{
"data": {
"attributes": {
"active": false,
"certified_sfr": false,
"description": "",
"for_children": false,
…
-
When a resource `has_one(:other)` and there are sort criteria on `:other` then
`JSONAPI:: ActiveRecordAccessor#apply_sort` raises a `NoMethodError` exception on line
https://github.com/cerebris/js…
-
I have an initializer:
```
Oj.mimic_JSON()
Oj.default_options = { mode: :rails }
Oj.optimize_rails()
```
But I've tried setting indent to like 10 to see if the raw response was any different…
-
[JSON API Errors Document in AMS](https://github.com/rails-api/active_model_serializers/blob/master/docs/jsonapi/errors.md)
I want to render the error message by using AMS jsonapi serializer.
But ther…