-
Having a resource like this:
```
class Api::V1::TripResource < Api::V1::BaseResource
attribute :test
def test
123
end
end
```
`$ rails g jsonapi:swagger Api::V1::Trip` fails w…
-
When I start implementing caching in my app, I noticed [CachedResourcesProcessor#process_resources](https://github.com/jsonapi-rb/jsonapi-renderer/blob/daa95d830a6f71a39304c8db20c8acd89e34b7a7/lib/jso…
-
# What I hope to achieve
Have routes mapped to namespaced controllers (`Api::V1::NotesController`) much like the one below:
![image](https://user-images.githubusercontent.com/55782256/214101973-ac…
-
I just caught a bug in the app I'm working on that was caused by conflicting cache keys.
_Related issues that would be solved with the proposed solution: https://github.com/Netflix/fast_jsonapi/iss…
-
Hey there! Love this project! Im currently trying to migrate my team’s elixir swagger docs from swagger format 2.0 to 3.0. (All of the rest of our teams use OpenApi 3.0 in their Rails apps)
My proj…
-
Hi, I am trying to switch from AMS to jsonapi-rails gem, but after creating serializers, I still get an `uninitialized constant GroupsController::SerializableGroup` error message from the gem
```
de…
-
How to reproduce
1. Clone the repo
2. `bundle`
3. `rake`
```
.I, [2021-11-02T09:37:11.575437 #82869] INFO -- : Completed JSON API rendering (0.64ms)
.I, [2021-11-02T09:37:11.585741 #82869] …
-
#### Expected behavior vs actual behavior
`ActiveModelSerializers::Adapter::JsonApi::Deserialization` has its own logic for deserialization. As we already depend on [https://github.com/beauby/jsonapi…
-
the http://jsonapi.org/ ( http://jsonapi.org/format/ ) describes the tag 'relationships'
> relationships: a relationships object describing relationships between the resource and other JSON API re…
-
Currently have strong params in place and when a request comes through without a compliant structure I end up raising `ActionController::ParameterMissing` because my strong params doesn't have anythin…