Why?
About a year and a half ago, I decided to learn to code. I started taking coursework through Skillcrush. And it has been awesome. So, now I've pretty much finished…
About a year and a half ago, I decided to learn to code. I started taking coursework through Skillcrush. And it has been awesome. So, now I've pretty much finished…
Network error while fetching https://rubygems.org/quick/Marshal.4.8/rack-1.6.0.gemspec.rz (execution expired) I'm working on trying to figure out why this is happening. Still in the Google search stage. But I'm going to restart my…
What seems to have worked. However, I might instead try using the command line instead. See notes is Path Warning folder .bash_profile function proml { case $TERM in xterm*) TITLEBAR='\[\033]0;\u@\h:\w\007\]'…
When you don't know what you're doing and so you just follow directions...things can go sideways quickly. I think I followed directions but it really doesn't look right. Also, I…
Ok, so the last 3 days I've been working on making an app that creates a database. To do this, I'm using ActiveRecord, PostgreSQL, and Sinatra (maybe). Boy has it…
I've decided to work my way through Learn toCode the Hard Way while I finish the Skillcrush Ruby blueprint. I know I'm not supposed to feel solid after just taking…
How to: Delay what is on the screen changing to what's coming to the screen (game.rb) Make a graphic in the console (graphics.rb) ^C out with a message (game.rb &…
I tried to push my project to Github but it was a no-go. I had cloned the Skillcrush hangman project so it was still assigned to their repo (confirmed with…
I made a gem (Just on its own, not using bundler). I couldn't get it to work at first. It was because I had named it with the .rb extension.…
Bundler allowed me to create a gem pretty easily. A couple of notes though. My version worked but I hadn't defined an object along with a method. Doing so is…