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:
| class Organization < ActiveRecord::Base | |
| attr_accessible :name, :employee_number, :country, :postal_code, :sic_code, :primary_url, :social_entities_attributes, :social_channels_attributes | |
| has_one :user | |
| has_one :social_score, :through => :social_entities | |
| has_many :social_entities | |
| has_many :social_channels, :through => :social_entities | |
| accepts_nested_attributes_for :social_entities, :social_channels | |
| end |
#Mac OS X