Setting up Javascript Lint with TextMate
cd ~/Library/Application Support/TextMate/Bundles git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git In Textmate, Bundles > Bundle Editor > Reload bundles Now open a Javascript file…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
cd ~/Library/Application Support/TextMate/Bundles git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git In Textmate, Bundles > Bundle Editor > Reload bundles Now open a Javascript file…
A bit today about setting up and debugging Capybara with truncated fixtures. Capybara comes with an array of choices for…
In IE7 to use the developer tools you must install IE Developer Toolbar, then to open it go here: Tools…
I found that this was actually not a very good idea nor did it make my system faster. This will…
Ruby’s most commonly used method is probably each, an iterator that can act on an Array, Hash, Range, or any…
Basic cheat sheet for me to help remember the new syntax of Rails 3. Check out the rubyonrails.org guide and…
I got this error whenever I ran sudo apachectl restart starting after a recent upgrade to 10.6.5: /usr/sbin/apachectl: line 82:…
When using App Loader, geting this error when trying to upload my zip file (happens right after you click “Send”):…
In the “bugs that drive me crazy” category are two that I’ve recently discovered when I upgraded to the new…
Here’s a common pattern and good rails thing to know about: read_attribute(:symbol) Basically what it does is read the attribute…