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…
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…
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…
All programming languages work this way, but still it is nice to remember that Ruby does this. >> n =…
Two of the interesting startups presented tonight at NY Tech meetup underscore one of the crucial facets of the tech…
In trying to write code to give me the full name of “next” month (in my case, November, as today…
Create a file in your home directory here: ~/.gitconfig (The dot makes it invisible of course) In this file, you…
A good area to spend some time for someone new to Ruby is to understand about objects. This serves as…
Ruby syntax for working with arrays (cheat-sheet):
Symbols used in CSS symbol name what for notes . dot (period) denotes class value # pound denotes id value…