Ward Vandewege

Results 13 issues of Ward Vandewege

The fix for #4 is a hack you may want to improve on; the fix for #9 is more robust. Thanks, Ward.

Rails >= 3.0.3 aborts migrations if they try to create an index with a name are longer than 64 characters on PostgreSQL or MySQL (yes, 64, not 63 like the...

If $VARLIB (typically /var/lib/freight) is a symlink to another directory, freight-cache generates an invalid $MANAGER value. This patch fixes that. I also verified that the behavior is unchanged when $VARLIB...

Cf. https://aws.amazon.com/ec2/instance-types/c6/, look on the C6gn tab.

Bug

This fixes test 150, 151 and 184 on Arvados.

## Issue report **Question 1: What is the problem?** - What is the expected behavior? Your answer: Passenger compiles passenger_native_support.so on demand when running with Ruby 2.7 under RVM with...

The sync command had a hardcoded concurrency value of 4. Replace it with the value of the concurrency config parameter.

Stop using Date.parse. it does not support d/m/Y format on Ruby 1.8.x, and it does not support m/d/Y format on Ruby 1.9. Cf. https://bugs.ruby-lang.org/issues/634