Home - aavedula/how-to-notes GitHub Wiki

General technical info

Connect - technical notes

Ruby on Rails - Info and Snippets of code

Looking things up - examples


Trouble-shooting

When your Adts don't get assigned in a test environment

When your query hangs


Installation and setup

My development environment

Setup Connect/Insight

Setup Guide

Frequently used:

  • Add passphrase to ssh agent ssh-add -K

  • Strip trailing spaces in VI. :%s/ \+$//

  • Pretty print json: puts JSON.pretty_generate(JSON.parse(a.body))


Software engineering processes

Merging branches into master

Deploying to production

Deploying to integration test environments


Working with our applications

Running connect

Working with staging-connect

Looking at Sidekiq queues

Sftp'ing MDS files

Copying Production DB to Staging


Point Click Care

Point Click Care