Heroku requires Postgresql, gem ‘pg’
Ran into an annoying chicken/egg involving deploying to Heroku with a shared database. It seems that Heroku isn’t happy unless…
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…
Cucumber, Capybara with Selenium, and Truncated Fixtures
A bit today about setting up and debugging Capybara with truncated fixtures. Capybara comes with an array of choices for…
IE 7 / IE 8 Developer Tools
In IE7 to use the developer tools you must install IE Developer Toolbar, then to open it go here: Tools…
Turning off virtual memory on Mac OS X
I found that this was actually not a very good idea nor did it make my system faster. This will…
Ruby each, collect, map, select, reject, and inject
Ruby’s most commonly used method is probably each, an iterator that can act on an Array, Hash, Range, or any…
Going to Rails 3 Cheat Sheet
Basic cheat sheet for me to help remember the new syntax of Rails 3. Check out the rubyonrails.org guide and…
After upgrading to 10.6.5, can’t run sudo apachectl restart
I got this error whenever I ran sudo apachectl restart starting after a recent upgrade to 10.6.5: /usr/sbin/apachectl: line 82:…
App Loader, “The CodeResources file must be a symbolic link to _CodeSignature/CodeResources” (iPhone SDK)
When using App Loader, geting this error when trying to upload my zip file (happens right after you click “Send”):…
New York Tech Meetup September 8th, 2010
Apture – (Tristan Acher) “We give readers power to search and explore information without leaving the page.” Financial Times is…