Watir is a web testing framework implemented in ruby, but can be used for testing or automating any web service …
read moreOther articles
"Bash script get current script directory"
Sometime a script needs to now the directory that it is executing from, the best solution for this is:
read moreDIR …
"SVN multi-line comments on the command line "
Answer:
svn commit -m $'Line 1 \nLine 2'
The Problem
Committing to subversion on the command line and using escaped …
read more"list_temp_files script"
A simple script for finding temp files from the current directory and below. I often run this before adding a …
read more"Finding Tracks not in iTunes"
"Ruby Search and Replace Script."
A small standalone script that search through a file doing text substitutions.
read more1 2 3 4 5 6 7 8 …
"Using ~/.ssh/config and no passowrds with Mac OS X"
Using ssh to securely connect with servers from the terminal is pretty easy. set up a public key and a …
read more"Using ~/.ssh/config and no passwords with Mac OS X"
Using ssh to securely connect with servers from the terminal is pretty easy. set up a public key and a …
read more"uninitialized constant Compass::Logger"
Working on a joint project an error started showing up when trying to perform migrations.
read more$ rake db:migrate VERSION=0 …
"Sinatra ActiveRecord DB config on Heroku"
To make an automatic ActiveRecord database connection using ENV['DATABASE_URL'] The following snippet can be used:
From ActiveRecord 3.2 …
read more"My Backup Strategy"
Considering various raid strategies I decided that Raid 5 would be too limiting and have previously found raid striping systems …
read more"Ruby Block Selection in Vim (Plugin)"
A new very cool plugin for Rubyists using Vim. RubyBlock TextObjects created by Drew Neil from Vimcasts.org. Once installed …
read more"Add HTTP (web) control over your InfaRed devices"
Using the new IR ANYWHERE IR OVER IP MODULE you can send web requests that get turned into standard consumer …
read more