November, 2011


24
Nov 11

TextMate refusing to launch in Lion

On occasion under OSX Lion, TextMate refuses to launch. I’ve found that simply deleting it’s pid file seems to get things working again, just open Terminal and type:

rm ~/Library/Application\ Support/TextMate/TextMate.pid

Hope this safes someone some puzzled frowning time.


22
Nov 11

Cucumber’s “tableish” depreciated

I was just running some cucumber features on an old project and came across a problem whereby “tableish” has been depreciated in Cucumber.

Dennis Reimann has posted a nice alternative here using Capybara… thanks Dennis.