Installing Facebooker for Rails
WARNING: These instructions are for Facebook version 1 (not Facebooker2). Since last year, I have moved toward using a different…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
WARNING: These instructions are for Facebook version 1 (not Facebooker2). Since last year, I have moved toward using a different…
A few CSS techniques used by the pros.
Getting RSS feeds to work right; Firefox error message “This XML file does not appear to have any style information…
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 =…
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…