<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (avantbard)</title>
    <link>https://pinboard.in/u:avantbard/public/</link>
    <description>recent bookmarks from avantbard</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://github.com/laserlemon/vestal_versions/tree/master"/>
	<rdf:li rdf:resource="http://github.com/rich/acts_as_revisable/tree/master"/>
	<rdf:li rdf:resource="http://github.com/airblade/paper_trail/tree/master"/>
	<rdf:li rdf:resource="http://opensoul.org/2006/7/21/acts_as_audited"/>
	<rdf:li rdf:resource="http://blog.caboo.se/articles/2008/11/15/new-plugin-acts_as_git"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://github.com/laserlemon/vestal_versions/tree/master">
    <title>laserlemon's vestal_versions at master - GitHub</title>
    <dc:date>2009-08-18T23:13:16+00:00</dc:date>
    <link>http://github.com/laserlemon/vestal_versions/tree/master</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[another ActiveRecord versioning plugin.

"vestal_versions keeps in the spirit of consolidating to one versions table, polymorphically associated with its parent models. But it goes one step further by storing a serialized hash of only the models’ changes. Think modern version control systems. By traversing the record of changes, the models can be reverted to any point in time.

And that’s just what vestal_versions does. Not only can a model be reverted to a previous version number but also to a date or time!"
]]></description>
<dc:subject>rails versioning activerecord version audit plugin</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:45e50404bf25/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:version"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:audit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:plugin"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/rich/acts_as_revisable/tree/master">
    <title>rich's acts_as_revisable at master - GitHub</title>
    <dc:date>2009-07-14T06:44:26+00:00</dc:date>
    <link>http://github.com/rich/acts_as_revisable/tree/master</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA["acts_as_revisable enables revision tracking, querying, reverting and branching of ActiveRecord models. It does this while providing more Rails-like API than similar plugins. This includes extensions of standard ActiveRecord methods and numerous custom callbacks for the entire AAR life-cycle."
]]></description>
<dc:subject>versioning rails activerecord plugin</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:d589fbe8d4af/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:plugin"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/airblade/paper_trail/tree/master">
    <title>airblade's paper_trail at master - GitHub</title>
    <dc:date>2009-06-26T02:21:37+00:00</dc:date>
    <link>http://github.com/airblade/paper_trail/tree/master</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[auto versioning / auditing for activerecord models
]]></description>
<dc:subject>activerecord rails audit auditing trail versioning</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:a348a6bd816b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:audit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:auditing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:trail"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:versioning"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://opensoul.org/2006/7/21/acts_as_audited">
    <title>acts_as_audited</title>
    <dc:date>2009-01-28T15:55:33+00:00</dc:date>
    <link>http://opensoul.org/2006/7/21/acts_as_audited</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA["acts_as_audited is an Active Record plugin that logs all modifications to your models in an audits table. It uses a polymorphic association to store an audit record for any of the model objects that you wish to have audited. The audit log stores the model that the change was on, the “action” (create, update, destroy), a serialzied hash of the changes, and optionally the user that performed the action." - this might have to replace acts_as_versioned + riff in an app I'm writing right now
]]></description>
<dc:subject>activerecord rails rubyonrails webdev versioning auditing</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:49f9543bed9e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubyonrails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:auditing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.caboo.se/articles/2008/11/15/new-plugin-acts_as_git">
    <title>acts_as_git</title>
    <dc:date>2008-11-15T16:30:42+00:00</dc:date>
    <link>http://blog.caboo.se/articles/2008/11/15/new-plugin-acts_as_git</link>
    <dc:creator>avantbard</dc:creator><description><![CDATA[plugin to auto-version active record text/string fields to a git repository for easy history versioning and rollback
]]></description>
<dc:subject>git activerecord history versioning rails rubyonrails webdev plugins</dc:subject>
<dc:identifier>https://pinboard.in/u:avantbard/b:2364e76501f0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:history"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:rubyonrails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:avantbard/t:plugins"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>