Álex C.

Results 6 comments of Álex C.

Still doesn't work for compass/non-rails users, fonts don't get copied.

Each middleware accepts an options object as an optional argument. You can provide your transaction filters as `jsonapify.enumerate('YourModel', { filters: [yourFilters] });`. There's no documentation yet because we were considering...

@hkosiacki You're right. This will be fixed in next version

Mapping from javascript-like objects to url parameters is a solved problem. It's not only PHP who relies on it (see [this](http://jsonapi.org/format/#fetching-sparse-fieldsets)). Please, could you consider making use of [qs](https://www.npmjs.com/package/qs) for...

In the browser, it's a simple React app. I plan to go isomorphic in the future though. ## Álex Puchades El 11/8/2015 7:59, "Nikolaus Piccolotto" [email protected] escribió: > Yup, correct....

Nope. OAuth2 distinguishes two client types: confidential and public (see [here](https://tools.ietf.org/html/rfc6749#section-2.1)). Public clients are not required to provide its client_secret (as it's the case for an ajax app). I'm using...