Ardekantur

Computer Science, Ruby, and Software Engineering.

Month: February, 2009

Features Gist Still Needs

Tagging Most Popular / Most Forked Gists

If these both existed, it would be a cinch to use Gist as the de facto repository for all the Rails Templates we’ll start seeing when 2.3 gets released for reals.

Sinatra 0.9 and Pre-RSpec Modifications

I have no idea if this is the right way to do this, but it certainly works. Say you’re working in Sinatra 0.9, and have an application that subclasses Sinatra::Base. Call it AwesomeApp. What if you want to fiddle around with it — in my case, set application options — before RSpec starts running with [...]