Christian Billen
Christian Billen
good evening, I have the following line in my production.rb: require 'memprof/middleware' config.middleware.insert(0, Memprof::Tracer) Upon any request to my app, it partially renders then ends with this in stdout: ......
I realized that we were still getting an error on assignment; the method arguments have to be converted to a hash and double splatted for mobility to accept it. This...
We're starting to see a deployment error after updates to capistrano (3.18.0) rollbar (3.4.1) rollbar:deploy_succeeded Setting deployment status to `succeeded` in Rollbar ERROR Error reporting to Rollbar: # Thank you
When the file was not originally uploaded by dragonfly and does not have the x-amz-meta-extra header with the name out of which the extension and mime type can be derived,...
With systemd setup to install multiple processes, we run into the following error when deploying **01 Invalid unit name "sidekiq@{1..4}" escaped as "sidekiq@\x7b1..4\x7d" (maybe you should use systemd-escape?).`** Regardless of...
### Bug description Hello, my route_translator.rb is setup as such: `config.available_locales = %i[en-US en-CA] ` to handle routes from US or Canadian customers The problem I have is that route...