Some of my favorite stuff from around the web this week…
Page 424 of 434
I just published a quick update to my Tipsy Social Icon widget:
First, create the directory out of which you’ll be running your project. Ultimately, this is going to be the repository:
mkdir project_name
If you’re building out custom functionality or a plugin in WordPress, chances are you’re eventually going to need to get a permanent link to a post while outside of the loop.
In previous version of Rails, it was suggested that individual tests could be run like this:
ruby -Itest test unit/test/category_test.rb
Since Rails 3, I’ve been unsuccessful at actually being able to run tests that way. Specifically, the environment dumps out a few errors messages and fails to execute the tests.
