Tag: Ruby

A Contribution to Danielle Sucher’s Ruby Case vs. Conditional-If via FizzBuzz

Although code bootcamps are hailed for a practical education in programming, best practices for long-term efficiency are compromised for rapid proficiency.  Don’t get me wrong, the bootcamp movement should be celebrated for leveling-up the economy and empowering the disenfranchised(let’s hope the urgency for accreditation and federal loans doesn’t inflate bootcamp tuition prices), but University will endure as a place for… 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 →