Eira Tse

Results 2 issues of Eira Tse

**Using V4.0.1** When we do the following: ``` QueryBuilder::for(Post::class) ->allowedFields('author.id', 'author.name') ->allowedIncludes('author'); ``` And query the endpoint like so: ``` GET /posts?include=author&fields[author]=id,name ``` It appears to list _all_ the fields...

## Description Refactors positional/keyword arguments when calling: - `append_url_with_query_parameters` - `append_url_with_template_parameters` to work with Ruby 3.0 More details can be found here: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/