<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Keeping track of user-made changes - Part 2</title>
	<atom:link href="http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/</link>
	<description>Random stuff from some dude in Austin Texas</description>
	<pubDate>Sun, 05 Jul 2009 20:32:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Shane</title>
		<link>http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-4870</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 06 Jun 2007 22:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-4870</guid>
		<description>Dan, I used the Userstamp plugin to help me do this:

http://delynnberry.com/projects/userstamp/</description>
		<content:encoded><![CDATA[<p>Dan, I used the Userstamp plugin to help me do this:</p>
<p><a href="http://delynnberry.com/projects/userstamp/" rel="nofollow">http://delynnberry.com/projects/userstamp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Pickett</title>
		<link>http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-4867</link>
		<dc:creator>Dan Pickett</dc:creator>
		<pubDate>Wed, 06 Jun 2007 21:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-4867</guid>
		<description>How are you implementing User.current_user? I'm having trouble with my observers because they can't access the session or controller code. Thanks!</description>
		<content:encoded><![CDATA[<p>How are you implementing User.current_user? I&#8217;m having trouble with my observers because they can&#8217;t access the session or controller code. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-160</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sat, 06 Jan 2007 19:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-160</guid>
		<description>what happens when the object being saved doesn't successfully save? wouldn't a trail be created even thought he object wasn't saved?

if this is true, then a workaround might be to not create() the audit trail, but build() it. then when the object is save()d then the trail would be saved as well.

todd</description>
		<content:encoded><![CDATA[<p>what happens when the object being saved doesn&#8217;t successfully save? wouldn&#8217;t a trail be created even thought he object wasn&#8217;t saved?</p>
<p>if this is true, then a workaround might be to not create() the audit trail, but build() it. then when the object is save()d then the trail would be saved as well.</p>
<p>todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turn of the Crank &#187; Itâ€™s Easy to Write Crappy Ruby on Rails Code Part 2 - Logging and Observers</title>
		<link>http://www.shanesherman.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-43</link>
		<dc:creator>Turn of the Crank &#187; Itâ€™s Easy to Write Crappy Ruby on Rails Code Part 2 - Logging and Observers</dc:creator>
		<pubDate>Wed, 25 Oct 2006 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/05/10/keeping-track-of-user-made-changes-part-2/#comment-43</guid>
		<description>[...] In the application I am fixing, changes to certain objects are logged. This functionality is very similiar in thought to the code in my keeping track of user-made changes article, except the implementation is horrible. I'll go over how he incorrectly implemented it, and then how I fixed it. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In the application I am fixing, changes to certain objects are logged. This functionality is very similiar in thought to the code in my keeping track of user-made changes article, except the implementation is horrible. I&#8217;ll go over how he incorrectly implemented it, and then how I fixed it. [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
