Nika Jukić

Results 5 issues of Nika Jukić

Solves issue #48 Added configurable client_id_prefix parameter which is taken into consideration when parsing parameters. All IDs starting with client_id_prefix will be ignored. This feature gives you the option to...

I've noticed that array data in a request body isn't supported and it's actually a part of the JSON:API specification. https://jsonapi.org/format/#crud-updating-to-many-relationships Example body: ``` PATCH /articles/1/relationships/tags HTTP/1.1 Content-Type: application/vnd.api+json Accept:...

Task: No task #### Aim Use links in markdown for listing development prerequisites #### Solution Change the template for filling out development prerequisites Move 1password to project manager group Added...

Example: ``` class ContainerType < Enumerations::Base value :db_20, name: 'DB 20', type: 'DB' value :pp_20, name, 'PP 20', type: 'PP' value :ot_40, name: 'OT 40', type: 'OT' end ``` `ContainerType.where(type:...

enhancement

CHANGELOG.md file is missing. Please add it and fill it out for at least the latest version. Please use the latest version of [Infinum's default changelog template](https://github.com/infinum/default_rails_template/blob/master/GEM_CHANGELOG_TEMPLATE.md): # Changelog ##...