-
I have a resource, where I have defined the model_name because, it's a namespaced STI model, and the name doesn't quite line up with what I want the resource name to be.
```
module Api::Jsonapi
…
-
Given the code
``` ruby
module SongsRepresenter
include Roar::JSON::JSONAPI
type :songs
property :id
property :name
end
class Song < OpenStruct
include Roar::JSON::JSONAPI
include SongR…
ekosz updated
7 years ago
-
Projects have:
- Name
- Description
- When they did the project
www: https://github.com/lacqueristas/www/pull/160
origin: https://github.com/lacqueristas/origin/pull/5
-
I see in the CHANGES file there is a version 1.1.0, but it's not on Rubygems - this is holding back Representable for me; which in turn is holding back Reform, etc.
Any chance of a release compatible…
-
So I went through the whole process of heroku in my terminal with @BenGitsCode , but then got a failure. It says "Push rejected, failed to compile Ruby app". I'm going to post what is in my terminal.
…
-
Because the filter verification attempts to CSV parse the value (even if it is not a legal CSV string) it crashes upon being supplied a double quote.
The problem has been added as an integration test…
-
`$ rake db:migrate RAILS_ENV=test`
```
rake aborted!
Bundler::GemRequireError: There was an error while trying to load the gem 'jsonapi-resources-matchers'.
Gem Load Error is: undefined method `…
-
I'm trying to add a custom route (similar to `get '/top10'` in your README) and I only get 404s trying to access it. Using pry and inspecting the App::routes on the Sinatra application, I can see the …
-
Hi,
Last jsonapi-serializers release is breaking the gem.
Here's my Gemfile:
```
gem 'forest_liana', '~> 1.3', '>= 1.3.14'
```
Here's the error I get when I try to start my rails server:
```
/.rbe…
-
I am trying to use `Roar::JSON::JSONAPI` to accept and return JSONAPI payloads. I think I must be missing something because the json rendered in a get does not seem to conform [JSONAPI v1.0.](http://…