Nicolas Klein
Nicolas Klein
When trying to have an endpoint that matches dynamically except for specific keywords. i.e. `GET resource/:id` => returns the resource `GET resource/new` => returns a JSON schema of the resource...
This solves a number of issues I came across trying to get HairTrigger to work on a multi-database / rails 7 application. This is not really a PR as I'm...
I'm upgrading a project from rails 3.2 to rails 4 and I'm getting undefined method attribute_alias? I've seen you fixed this issue for rails 3.2, but assumed that rails 4...
### Describe the bug For starters - this is maybe a feature request / maybe a bug. It was certainly unexpected behaviour when starting using the library, but it makes...
Again doing a few things at once that you likely would want to breakup just to spark the discussion: Splits Paginator into two classes: - Paginator is more of a...