Skip to content

Instantly share code, notes, and snippets.

require 'English'
namespace :db do # rubocop:disable Metrics/BlockLength
task :prevent_disparate_pg_dump_versions => :environment do
allowed_pg_dump_version = '9.6.10'.freeze
`pg_dump --version`
pg_dump_exit_status = $CHILD_STATUS.exitstatus
locally_installed_version = `pg_dump --version`.chomp[/(\d.*)/,1] rescue nil
@wodin
wodin / SketchSystems.spec
Last active February 18, 2020 16:49
Traffic Light*
Traffic Light*
Working*
fail -> Error
Green*
tick -> Yellow
Yellow
tick -> Red