-
Currently, I don't think that errors are supported. For example, the JSON API provides for the following structure for error responses:
``` javascript
{
"errors": [
{
"source": { "pointer…
-
I got this error when I run `rake ember:install` followed by the tutorial.
The following code is how I set my ember.rb:
```
EmberCli.configure do |c|
c.app :itemtracking
c.app :frontend,
path…
-
I'm trying to use s_t_a with ember_simple_auth and Rails 5 api + devise. If I login with incorrect credentials I get a json response `{"error":"Invalid email or password."}` as expected. However if I …
-
It's very easy to bring down a per_page count for JsonApi adaptor.
Used:
- ams from github/master(7bc66c53342540a5a6e9506abdbc04db0c2c966d)
- rails 4.2
- kaminari
- ruby 2.1.1
Steps to reproduce:
1. …
dmons updated
8 years ago
-
Yesterday I assisted to @steveklabnik talk about the [JSON-API spec](http://jsonapi.org/about/) at [APIdays BCN](http://mediterranea.apidays.io/).
I was amazed by the number of intentions we have in …
-
Hi everyone,
I following the guide [https://github.com/cerebris/peeps#initial-steps-to-create-this-app](url)
and run server with request `GET /pages` but it's show to me this error.
![no_method](htt…
-
I know that this question rather fits better for StackOverflow, but the context (this gem / rails) made me post it here.
I've been using jsonapi-resources for a few months and now I'm looking for a t…
-
I'm trying to use Grape+Kaminari+AMS 1.0 (head) and I get a stack trace like so...
```
(NoMethodError)undefined method `query_parameters' for nil:NilClass
/Users/jpaas/.rvm/gems/ruby-2.2.2@imdcloud/b…
jpaas updated
8 years ago
-
Hi All,
I am working on a largish rails codebase which uses 0.9.x for all the json serialisation. I want to start using the jsonapi style adapter either along side or as a engine or something so that…
-
- [x] rails
- [x] jsonapi resources