Jamie Lawrence
Jamie Lawrence
to help anyone else, I was able to do this using the above monkey-patch as a guide but using `prepend` instead. I implemented both because I wasn't entirely sure if...
It sounds like this will be useful with the Heroku breach potentially requiring re-securing of all keys. It seems like this feature hasn't actually been implemented yet so perhaps we...
To follow up: I did take a stab at this and I think I have something working but I can't get the test suite to pass locally, even on `master`....
@UsAndRufus I've added a draft PR you can take a look at. It's working for me but it's hacky (I've no idea what I'm doing with the Settings filters) and...
Let me know if you need any help on v3 or early testers. Looking forward to getting rid of Hashie from our app!
> Also just in case you all weren't aware, chamber will allow you to setup a different key per namespace. This is actually what I'm doing now to restrict the...
If anyone is curious, I verified the operation of this PR against my chamber settings using this Rails script: ``` def load_chamber rails_env, hostname Chamber.load basepath: ::Rails.root.join("config"), namespaces: {environment: ->...
I'm not sure if this helps anyone else but I was able to use ``` = fields_for @faq, nil, builder: BootstrapForm::FormBuilder do |f| = f.text_field :name # … ``` to...
I still couldn't make server:upgrade work but I've been upgrade it manually using the instructions at: http://progrium.viewdocs.io/dokku/upgrading
Just came across this issue because I was looking for a way to annotate charts with configuration changes (in this case, scaling dynos, changing WEB_CONCURRENCY & max number of Puma...