Subscribe to RSS

Tag Archives: github

Generating Multiple RSpec Files from a Design Document

A small Rakefile task to automagically generate your spec files from a specially formatted design document of specifications.

Using Gist for Responsible Software Blogging

Putting forth an idea inspired by git-powered code snippets.

Taskomaly is a Gem

Taskomaly, released as a gem. Goody.

rest-client and SSL Hackery

I’ve forked Adam Wiggins’ wonderful project rest-client and added a horrible hack for SSL support. To wit, adding a header :ssl with any non-nil value in a request will add SSL authentication. Fo’ example:

a = RestClient::Resource.new ‘https://api.del.icio.us/v1/posts/update’, ‘username’, ‘password’ a.get :user_agent => ‘random_service/1.0.0′, :ssl => true   # => "<?xml version=’1.0′ standalone=’yes’?>\n<update time=\"2008-03-24T13:11:50Z\"/>\n"

The catch? It breaks a few [...]

Uproar Gits

Uproar has made its home at GitHub. The project is ripe for the taking, and there’s a vague Roadmap in the wiki, for the things I want to do with it. I’ll be hopefully making some updates to it this week. Enjoy!