Site menu:

About Me

My name is Joe.
I want to become an expert programmer, and I invite you to follow along with me as I learn to program with Ruby.

Recent Posts

Categories

Donate

If you enjoy the content on this site then please consider Donating. This site is run by a recent college grad who works fulltime for not a whole lot. It would be tremendously helpful if you could donate and help fund this website.

How to set Timeout in Ruby!

While tinkering recently on a hobby project, I kept having ‘freezing’ issues. Sure I tried to error handle the bah-jeezus out of it in order to fail gracefully instead of forever hanging, but for some reason which I couldn’t ascertain – the thing was hanging.

I suddenly remembered about a SetTimeout

How to Download Files with Ruby

One of my most recent open-source Ruby projects is a little project I called ‘RubyRetriever’. RubyRetriever is supposed to be an auto-downloader, it goes out like a spider to every URL you provide and it scans them for executables – and if it finds any it downloads them. The reason

Fixing OpenSSL/Bundler issue for Rails on Debian

Have you seen this error:

Rails: cannot load such file -- openssl

Usually I write exclusively about Ruby on this site, and that may change in the near future, but today’s post is brought on by hours of painful troubleshooting I had to endure in order to get a functional Ruby on Rails environment setup on my Debian

RubyMotion – iOS dev with Ruby, by the MacRuby guy

Just released moments ago, is a new product named RubyMotion. Ruby Motion, by original MacRuby author Laurent Sansonetti, is a development toolkit for writing iOS apps in native code using Ruby. Starting today, you can be using Ruby to write apps for your iPhone or iPad.

It’s interesting that this project