Timecop 0.2.0 Released: Freeze and Rebase Time in Ruby

December 24th, 2008 by John Trupiano

I just released version 0.2.0 of Timecop this evening (morning).

The primary feature added was the distinction between “freezing” and “rebasing” time. In 0.1.0, Timecop.travel would actually freeze time. This is no longer the case. Rather, a time offset will be calculated, and a running clock is simulated by always offsetting the time returned by Time.now (and friends) by the original offset.

(Note that time can still be frozen with Timecop.freeze.)

Read the rest of this entry »

PureMVCGen 0.1.1 Released – Now Works on Windows

December 18th, 2008 by Greg Jastrab

Getting git-svn to run on OS X

December 10th, 2008 by Greg Jastrab

Introducing PureMVCGen – an ANT based PureMVC Flex Generator

December 5th, 2008 by Greg Jastrab

Displaying an Image in a ComboBox

December 1st, 2008 by Greg Jastrab