Ruby Debugger Primer
Very quick rdebug primer for using the debugger in Mongrel. <h1>Setting Up your Environment for Debugging</h1> gem install ruby-debug If you’re in textmate go to Bundles > Bundle Editor >…
Achieving Developer Excellence with Automated Testing
Very quick rdebug primer for using the debugger in Mongrel. <h1>Setting Up your Environment for Debugging</h1> gem install ruby-debug If you’re in textmate go to Bundles > Bundle Editor >…
Quick cheet-sheet to help you remember when to type a singular entity or a plural.
Web Developer — adds a robust set of tools to peek under the hood. Adds a toolbar to your windows to let you do things like disable Javascript, cookies, css,…
All programming languages work this way, but still it is nice to remember that Ruby does this. >> n = nil => nil >> x # x is undefined, just…
Two of the interesting startups presented tonight at NY Tech meetup underscore one of the crucial facets of the tech industry today: In terms of what will be successful, no…
In trying to write code to give me the full name of “next” month (in my case, November, as today is October 6), I just stumbled across this interesting little…