David Hempy

Results 4 issues of David Hempy

Our team of developers have various version of postgres installed locally, for good reasons. They produce different pg_dump formatting, which yields huge and misleading diff's in git and in pull...

I see instructions for using an access token with Github and Gitlabs, but Bitbucket integration requires a username and password. Putting a repo password in our CI files would is...

Our project uses Honeybadger to capture information around unrescued exceptions. It has a feature that can capture all the local variables around an exception. (`Exceptions: local_variables: true`) That feature uses...

I've use an external database (schema is not under my control) that has a field , "deleted_timestamp" instead of "deleted_at". acts_as_paranoid accepts a column name, like this: acts_as_paranoid column: :account_deleted_ts...