<?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: Ajax Scaffold Plugin v3.2.0 Released</title>
	<atom:link href="http://blog.thatsuseful.com/2006/09/13/ajax-scaffold-plugin-v3-2-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thatsuseful.com/2006/09/13/ajax-scaffold-plugin-v3-2-0-released/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: B.Scherer</title>
		<link>http://blog.thatsuseful.com/2006/09/13/ajax-scaffold-plugin-v3-2-0-released/comment-page-1/#comment-344</link>
		<dc:creator>B.Scherer</dc:creator>
		<pubDate>Wed, 13 Sep 2006 10:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/ajax-scaffold-plugin-v3-2-0-released#comment-344</guid>
		<description>Hi Scott,

just a short hint. if you set the except-option to [&#039;edit&#039;, &#039;delete&#039;] the &#039;actions&#039;-column at the right side will not be shown in the table-body. that&#039;s ok, but the column is there in the table-head.

In &#039;_column_headings.rhtml&#039; you forgot to query if the column should be shown. Just change the &#039;&lt;th&gt;&lt;/th&gt;&#039; to
&lt;pre&gt;
&lt;% unless @no_edit &amp;&amp; @no_delete %&gt;
  &lt;th&gt;&lt;/th&gt;
&lt;% end %&gt;
&lt;/pre&gt;

In &#039;_column_totals.rhtml&#039; you did it already.

Not a big thing, but I wanted you to know.
greez</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>just a short hint. if you set the except-option to ['edit', 'delete'] the &#8216;actions&#8217;-column at the right side will not be shown in the table-body. that&#8217;s ok, but the column is there in the table-head.</p>
<p>In &#8216;_column_headings.rhtml&#8217; you forgot to query if the column should be shown. Just change the &#8216;&lt;th&gt;&lt;/th&gt;&#8217; to<br />
&lt;pre&gt;<br />
&lt;% unless @no_edit &amp;&amp; @no_delete %&gt;<br />
  &lt;th&gt;&lt;/th&gt;<br />
&lt;% end %&gt;<br />
&lt;/pre&gt;</p>
<p>In &#8216;_column_totals.rhtml&#8217; you did it already.</p>
<p>Not a big thing, but I wanted you to know.<br />
greez</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/09/13/ajax-scaffold-plugin-v3-2-0-released/comment-page-1/#comment-345</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 13 Sep 2006 10:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/ajax-scaffold-plugin-v3-2-0-released#comment-345</guid>
		<description>Thanks for that B, I&#039;ll change that in the next little release that is coming up.

Cheers
Scott</description>
		<content:encoded><![CDATA[<p>Thanks for that B, I&#8217;ll change that in the next little release that is coming up.</p>
<p>Cheers<br />
Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>
