I hereby claim:
- I am messanjah on github.
- I am messanjah (https://keybase.io/messanjah) on keybase.
- I have a public key whose fingerprint is 60AD 7036 8D4C 9F51 A206 0558 7B1C 2888 21E8 6075
To claim this, I am signing this object:
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
I hereby claim:
To claim this, I am signing this object:
Dealing with conflicts to db/structure.sql (when merging master) | |
$ git checkout master | |
# Change database.yml to point to database: clean (on localhost) in development env | |
# In one command: | |
# 1) drops the database specified in database.yml for current env ('clean' database) | |
# 2) creates a db with name specified in database.yml | |
# 3) loads master's structure into the database specified in database.yml |