The other day I went looking for a quick way to get a diff between revisions of a record for ActiveRecord. This led to the Riff plugin for Ruby on Rails. There are two uses of this plugin: object1.diff?(object2) #=> true | false object2.diff(... 続きを読む