Sharing Thoughts

a collection of links, tricks and ideas.

Test::Unit cheat sheet

Free to download and any usage you like.

Update your github gem dependencies for gemcutter

Still requiring some gems from Github in your environment file? Try this ruby script to automatically update them to Gemcutter. The script checks if the library exists on gemcutter before changing anything.

Usage:
ruby gemcutter_update.rb [DIRECTORY] [ENVIRONMENT]

Example:
gemcutter_update my_app test

twitter.com/soleone