Victor Ivanov

Results 51 comments of Victor Ivanov

@ybakos (and others interested) - the `Gemfile` line should be ```ruby gem 'simplecov', require: false ``` In your `Gemfile` it is ``` gem 'simplecov' ```

Is there a way to set the column width in inches or points or mm?

@RudyOnRails can you share your controller code workaround for this bug? Thanks!

For me the problem was in these two lines: ``` [Service] ExecStartPre=/usr/bin/test -e /etc/log_files.yml ExecStart=/usr/local/bin/remote_syslog -D Restart=always User=root

Something like this will do ```ruby require 'sidekiq' ... Dir['app/workers/**/*'].select{|file_name| file_name.end_with? '.rb'}.each {|f| require f } ``` Basically, you don't need the whole app to be able to enqueue a...

@marisveide I don't have any information why 648 is the limit for you, but 1000 (or even 648) is way too big for Postgres, imo. Put a pgBouncer (in transactional...

Ah, that's really unfortunate. I really like how it is implemented fort example here https://github.com/free/sql_exporter Given that AWS API is paid it only makes sense to reduce charges as much...

Hey, I know it is a pretty rare use case, and maybe there are easer ways to do it, but I want to migrate part of my farm from rbenv...

> Do you have the Nginx error log from when this happened? I'd like to see it from the time Nginx was started until the crash, if possible. Here you...

I can also get you a debug log, though it will be a huge file