Pass Optional Arguments to Ruby Method
24 Jul 2008
Ruby makes it super-simple to pass optional arguments with default values.
24 Jul 2008
Ruby makes it super-simple to pass optional arguments with default values.
23 Jul 2008
Oftentimes a symbolic link is just the quickest/easiest solution to the task at hand.
19 Jul 2008
ip2loc is a simple tool which visualizes location data for a given IP address using the Google Maps API.
17 Jul 2008
Sometimes you need to set up a quick and dirty FTP server for one-time use. This is what I use to do it.
15 Jul 2008
A few quick tips on traversing directories with Ruby.
14 Jul 2008
I decided to source out a few random Ruby scripts I use to interface with Amazon’s Simple Storage Service (S3) from the command line.
11 Jul 2008
I’ve been playing with Capistrano a lot lately and loving it. Here is an example of how easy it is to write tasks and use them on multiple remote servers.
20 Jun 2008
Securing your slice with FireHOL is a really, really good move. Here are a few notes that may save you some time
20 Jun 2008
Sometimes one layout (application.html.erb) just doesn’t cut it, but you don’t want a separate layout for each controller in your app. You can use the following technique to nest your Rails app’s layouts.
03 Jun 2008
If you’ve been hacking at your linux CLI for a little while, you’re probably familiar with the pic below. If not, just type `top` and your terminal will spring to life with an ever-updating process and usage display.