Home - aavedula/how-to-notes GitHub Wiki
General technical info
Ruby on Rails - Info and Snippets of code
Trouble-shooting
When your Adts don't get assigned in a test environment
Installation and setup
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
Deploying to integration test environments
Working with our applications
Copying Production DB to Staging