<?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: Using and Testing ActiveRecord/Rails Observers</title>
	<atom:link href="http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/feed/" rel="self" type="application/rss+xml" />
	<link>http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 13:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Daniel Cadenas</title>
		<link>http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/#comment-28162</link>
		<dc:creator>Daniel Cadenas</dc:creator>
		<pubDate>Fri, 11 Jul 2008 05:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/blog/2007/10/27/using-and-testing-activerecordrails-observers/#comment-28162</guid>
		<description>You can disable the observers by stubbing the notify event in the model.
Using mocha it would be something like this to disable all notifications to the User model:

User.any_instance.stubs(:notify)</description>
		<content:encoded><![CDATA[<p>You can disable the observers by stubbing the notify event in the model.<br />
Using mocha it would be something like this to disable all notifications to the User model:</p>
<p>User.any_instance.stubs(:notify)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: upstream agile - software &#187; Moving from Rails 2.0.x to Rails 2.1</title>
		<link>http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/#comment-22831</link>
		<dc:creator>upstream agile - software &#187; Moving from Rails 2.0.x to Rails 2.1</dc:creator>
		<pubDate>Wed, 04 Jun 2008 09:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/blog/2007/10/27/using-and-testing-activerecordrails-observers/#comment-22831</guid>
		<description>[...] included the Observable mixin in one of your ActiveRecord models, like we did before we learned to harness the power of ActiveRecord::Observer, it&#8217;s time to abandon these because the changed method overwrites the new changed of [...]</description>
		<content:encoded><![CDATA[<p>[...] included the Observable mixin in one of your ActiveRecord models, like we did before we learned to harness the power of ActiveRecord::Observer, it&#8217;s time to abandon these because the changed method overwrites the new changed of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Lang</title>
		<link>http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/#comment-9501</link>
		<dc:creator>Alexander Lang</dc:creator>
		<pubDate>Sat, 23 Feb 2008 15:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/blog/2007/10/27/using-and-testing-activerecordrails-observers/#comment-9501</guid>
		<description>you're welcome. yes documenting this would probably make sense (hey it's open source, just do it ) ), but digging in the rails sources usually helps.</description>
		<content:encoded><![CDATA[<p>you&#8217;re welcome. yes documenting this would probably make sense (hey it&#8217;s open source, just do it ) ), but digging in the rails sources usually helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Carter</title>
		<link>http://upstream-berlin.com/2007/10/27/using-and-testing-activerecordrails-observers/#comment-9457</link>
		<dc:creator>Andrew Carter</dc:creator>
		<pubDate>Fri, 22 Feb 2008 22:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/blog/2007/10/27/using-and-testing-activerecordrails-observers/#comment-9457</guid>
		<description>Thank you for this! We've been banging our heads against how to do custom events all this week. Why in world don't they doc this up front?</description>
		<content:encoded><![CDATA[<p>Thank you for this! We&#8217;ve been banging our heads against how to do custom events all this week. Why in world don&#8217;t they doc this up front?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
