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:
| # what? why does your production code care what environment it is in? SILLY! | |
| unless Rails.development? || Rails.test? | |
| Slottd::CreatesReservationTimer.for(slot.id) | |
| end |