Kurtis Rainbolt-Greene
Kurtis Rainbolt-Greene
While jsonapi is allowed as a top level property, it is *not* allowed at the resource document level
Confirm with the jsonschema: http://jsonapi.org/faq/#is-there-a-json-schema-describing-json-api
`jsonapi_serializer_class_name` is a more specific designation than `namespace`, but in the production code the latter wins. However, instead of *just* organizing it so the more specific designation we should just...
Fixes #69 (nice) 0. It would be great if the first argument to the block call was the name of the field 0. Let anonymous functions to be used for...
*Please only report specific issues with `flyctl` behavior*. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!...
Hey, so I noticed you use similar `key: value` serialization as scrolls for heroku (`key="value"`) and just wanted to offer up my faster alternative so you don't have to inline...
``` ruby html! class: "no-js" do head do meta charset: "utf-8" end end ``` ``` ArgumentError: wrong number of arguments (1 for 0) /Users/krainboltgreene/.rvm/gems/ruby-2.1.5@de-hackerlife/gems/paggio-0.2.4/lib/paggio/now.rb:17:in `html!' views/index2.rb:1:in `' ```
Before (With `console.dir()`): ``` javascript { name: 'lacqueristas', request: { method: [Getter/Setter], url: [Getter/Setter], version: [Getter/Setter], headers: [Getter/Setter], body: [Getter/Setter] }, response: { status: [Getter/Setter], headers: [Getter/Setter] } ``` After:...