Tag: ruby

Interesting Links #1

I’ve been reading up a lot on different ways to manage code using SCM systems because my current ones take way to long to do anything advanced. How to use Piston to ease your upgrades – Piston looks like an easy way to work with upstream svn repositories. Currently, I do a huge hack of …

Read more

Mephisto Trackback Library

I really enjoy using Mephisto but it is missing some of the features that other blogging applications have. One is the ability to send a trackback ping to another blog post. So I built my own library to handle it. Download trackback.rb require 'net/http' require 'uri' # Simple trackback class to send a trackback to …

Read more

Got API?

If you spend a lot of your time looking up all the different methods and functions from your programming language or framework, try gotAPI. gotAPI consolidates a lot of the API documentation scattered across the web and provides a simple live search for it. Best of all, I can use the same website to lookup …

Read more

Rails Rumble 2007 – Whats Your Habit?

The Rails Rumble 2007 programming contest is now accepting votes for the best applications. My entry is called Whats your habit? and is a web program designed to help people easily track their habits. Please go and vote at the Rails Rumble Voting site and leave your comments here. My goal with the program was …

Read more