Boo! Version 1.1.1

Boo! has been upgraded to version 1.1.1. This update makes the interface Retina-supported as well as upgrades to the latest version of jQuery Mobile.

Monitoring Processes on the Command Line

Updated 2012-11-06 with an alternative. Sometimes you have a long running process that is firing off many commands in a row and you don’t get much output from the command. I like to have an idea of what’s happening, so I employ a simple Bash script that I’ve hand typed a million times. It keeps ...

Handling Multiple Authentication Types In Rails

I have an internal Rails app that also acts as a web service to allow interaction with our other in-house apps. Originally, the entire app was authenticated using the http_basic_authenticate_with method. My application_controller.rb looked like this: class ApplicationController < ActionController::Base http_basic_authentication_with :name => CONFIG['name'], :password => CONFIG['password'] protect_from_forgery end This worked, since it’s an internal ...

Stack’s Score Card 1.0.1 Available

Version 1.0.1 of Stack’s Score Card has been released. This is a maintenance release that does the following: Fixes for iOS 6 and iPhone 5 Fixed a focusing bug when modifying scores Old games are cleaned out on start up

Stack’s Score Card 1.0 Now Available

The initial release of Stack’s Score Card is now available. 1.0 is a core release. Much more will be added in time. Version 1.0.1 has already been submitted to the App Store to address issues with iOS 6 and iPhone 5. More info about Stack’s Score Card can be found here