-
**Summary**
- Made updates per instructions at 9AM.
- Started to follow instructions in deployment guide.
```bash
~/wdi/projects/full-stack-project/meeting-planner-back-end (master)$ heroku crea…
-
Hi,
This is inside my config/json_api.rb:
ActiveModel::Serializer.config.adapter = ActiveModel::Serializer::Adapter::JsonApi
Problem is, when I run rails s, (after I installed active_model_serialize…
ghost updated
8 years ago
-
Opening an issue to track when the secure messaging API returns internal server errors (code 500) on staging.
Link for convenience: https://staging.vets.gov/api/v0/messaging/health/folders.
Occurred…
U-DON updated
7 years ago
-
Like specified on [Pundit README](https://github.com/elabs/pundit#additional-context) it would be nice to add a configuration option to define a custom `pundit_user`.
At the moment this hardcoded as …
-
Currently using 0.7.1.beta2
ruby 2.0.0-p645
```
Gem Load Error is: private method `include' called for JSONAPI::ResourceController:Class
Backtrace for gem load error is:
.../gems/jsonapi-resources-0.…
-
When I have the following setup
routes.rb
```
namespace :namespace do
jsonapi_resources :animals
jsonapi_resources :farms do
jsonapi_resources :animals
end
end
```
resources/nam…
-
I noticed that the `ensure_correct_media_type` `before_action` does not validate against an invalid `Accept` header. It appears to only validate against the `Content-Type` header.
-
hi there,
thanks for your gem, however the `:scope` parameter will always be overwritten by this line: https://github.com/adaoraul/omniauth-discord/blob/master/lib/omniauth/strategies/discord.rb#L48
…
-
According to this issue #686 i managed to create singular resource.
But update action fails this:
https://github.com/cerebris/jsonapi-resources/blob/v0.7.0/lib/jsonapi/request.rb#L611
request.rb:
f…
-
Verified on `0.8.0.beta2` in a simple testing app with three models: `Box`, `Thing`, `User`, where:
```
boxes ------> things
many | ^
one | |
| | many
…