<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: message_block: a error_messages_for replacement for flash message and model error handling</title>
	<atom:link href="http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/</link>
	<description>A delicious blend of Ruby and Rails...</description>
	<lastBuildDate>Sun, 03 Jan 2010 16:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FF</title>
		<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/comment-page-1/#comment-5611</link>
		<dc:creator>FF</dc:creator>
		<pubDate>Wed, 18 Nov 2009 23:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/#comment-5611</guid>
		<description>Great job, thanks for sharing it.
Can you write a detailed way to install the plugin ?
You began the &quot;usage&quot; section with &quot;Once you install this...&quot;, but the newbies (like me) be one basic step behing....The installation of the helper method.
Thanks in advance...
FF</description>
		<content:encoded><![CDATA[<p>Great job, thanks for sharing it.<br />
Can you write a detailed way to install the plugin ?<br />
You began the &#8220;usage&#8221; section with &#8220;Once you install this&#8230;&#8221;, but the newbies (like me) be one basic step behing&#8230;.The installation of the helper method.<br />
Thanks in advance&#8230;<br />
FF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerik</title>
		<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/comment-page-1/#comment-1759</link>
		<dc:creator>jerik</dc:creator>
		<pubDate>Tue, 20 Jan 2009 21:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/#comment-1759</guid>
		<description>Hi, 

installed message_block and tried it. Currently it throws the following error: 
&quot;undefined method `errors&#039; for #&quot;

What I did: 
1. Installed it via environment.rb
2. Added into my app/view/layout/application.html.erb, besides the link to the message_block.css: 
   [:foos]  %&gt;
3. In app/controllers/foos_controller.rb
  def startup
   flash.now[:confirm] = &quot;Confirmation A&quot; # for testing
  end
4. run the server and launched the application, which resulted in the described error. 

Any idea?

Cheers -- jerik</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>installed message_block and tried it. Currently it throws the following error:<br />
&#8220;undefined method `errors&#8217; for #&#8221;</p>
<p>What I did:<br />
1. Installed it via environment.rb<br />
2. Added into my app/view/layout/application.html.erb, besides the link to the message_block.css:<br />
   [:foos]  %&gt;<br />
3. In app/controllers/foos_controller.rb<br />
  def startup<br />
   flash.now[:confirm] = &#8220;Confirmation A&#8221; # for testing<br />
  end<br />
4. run the server and launched the application, which resulted in the described error. </p>
<p>Any idea?</p>
<p>Cheers &#8212; jerik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/comment-page-1/#comment-1744</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Thu, 15 Jan 2009 13:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/#comment-1744</guid>
		<description>Thank you very much for this plugin. Is there any way to add the error header messages like the standard error_messages_for method? I couldn&#039;t find a way, so at the moment I&#039;m just checking for errors.empty? in the model objects I&#039;m validating, and then placing the headers before message_block - that&#039;s fine but seems a little clumsy!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this plugin. Is there any way to add the error header messages like the standard error_messages_for method? I couldn&#8217;t find a way, so at the moment I&#8217;m just checking for errors.empty? in the model objects I&#8217;m validating, and then placing the headers before message_block &#8211; that&#8217;s fine but seems a little clumsy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sgarza</title>
		<link>http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/comment-page-1/#comment-1734</link>
		<dc:creator>sgarza</dc:creator>
		<pubDate>Sun, 11 Jan 2009 04:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/11/26/message_block-a-error_messages_for-replacement-for-flash-message-and-model-error-handling/#comment-1734</guid>
		<description>This is so cool!

Thanks

Im following you on github now.

thanks again.</description>
		<content:encoded><![CDATA[<p>This is so cool!</p>
<p>Thanks</p>
<p>Im following you on github now.</p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
