Tag: Ruby on Rails

A World Lit Only By Code

This case-study was produced by Alexander J. Singleton, master of science in information systems technology candidate in pursuit at The George Washington University – School of Business.  The publication is now accessible in its entirety below via Scribd.   “There are known knowns. These are things we know that we know. There are known unknowns. That is to say, there are things… Read more →

Accidentally Spilling Your Secrets.yml

The above Git command was necessitated after utilizing the Figaro gem to create environment variables for secure authentication. For additional questions or concerns, consult the Git Prune documentation.  DISCLAIMER: Pragmatically, and for the love of Git, avoid the agony below by including secrets.yml in .gitignore FIRST, then git add ., git commit -m, then create the secrets.yml file, otherwise, if using Rails 4.1 or newer,… Read more →