This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| module AnyFixture | |
| INSERT_RXP = /^INSERT INTO ([\S]+)/ | |
| class Cache | |
| attr_reader :store | |
| delegate :clear, to: :store | |
| def initialize | |
| @store = {} |