Stjepan Hadjić
Stjepan Hadjić
In apiary version 2.3.0 #73 does not work anymore ``` # Group Users Group description ### User List [GET /users{?name%5b%5d,joinedBefore,joinedAfter,sort,limit}] A list of users + Parameters + name%5b%5d (optional, string,...
because of `instance_eval` i need to extend helpers module in each `action` example: ``` document :index do action 'Order Index' do extend ApiDoc::Shared params index_params path "/api/{version}/orders{?#{param_keys(index_params)}}" end end ```...
action_mailer is not a part of `--minimal` configuration and we are adding letter_opener to development.rb
I would add standard validations to enumration When using only in API, a client would get an error here https://github.com/infinum/enumerations/blob/c336d6001f5aa3e170438001e3d36c3c0ad3d96f/lib/enumerations.rb#L90 which does not mean anything to the client. Would add:...
we need a way to add additional key value pairs to vault
I am thinking that we can copy current `secrets` value to `secrets_v2` before overriding. That we do a recursive copy. How does that sound? @DamirSvrtan @vedranfurlan
so we can `secrets push production` -> `secrets push -e production -f config/application.production.yml`