-
Hi, @GavinJoyce! What are your thoughts on updating `restpack_serializer` to conform to new JSON API requirements? Do you plan to or want to update things? I'm happy to help out with the work if it ne…
-
I'm building an application which serves many domains. Each domain has its own cookie `secret` so I need to be able configure the `Encryptor` at runtime.
I've quickly modified the rack app in my bran…
-
As I read it the current [json-api spec](http://jsonapi.org/format/#document-structure-individual-resource-representations) says the api should return a single object when a single resource is request…
-
Awesome library!
This is only a possible issue with the readme, in the Getting Started section it gives instructions to add the following code to an initializer:
```
Dir[Rails.root.join('app/serial…
-
even better if can specify browser
devth updated
5 years ago
-
http://parley.rubyrogues.com/t/how-do-you-test-your-json-apis/2759/6
> Relevant discussion from RR 176 followed by links
>
> PETE: <snip>So, one of the techniques that we use a lot around tes…
-
At the basic level this is probably largely solved by sorting the subject fetch by `created_at`, eschewing `cellect` for a manual check on the frontend for whether the user has seen the subject. We co…
-
I'm downloading the subjects for a given subject set by using the `subject_set_id` filter on the `/subjects` endpoint:
- `/api/subjects?subject_set_id=117755&page_size=100&page=1`
- `/api/subjects…
-
Sorry for posting his here, but I can't find a repo for built-on-blazor. If there's a better place to put this, just point me in the right direction 😉.
I just added https://blazor-cms.org/ but the …
-
Currently for every web report we build, we also have to design a PDF. This creates additional/duplicated work and sometimes delays in the release process (a minor update still has to be cycled throug…