<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Announcing: Ext Scaffold Generator Plugin for Rails</title>
	<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 10 Mar 2010 04:34:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Joseph Weissman</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-60240</link>
		<pubDate>Wed, 19 Aug 2009 17:55:33 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-60240</guid>
					<description>Any thoughts on compatibility with Sql Server? I'm able to pull data from the DB, but it's throwing errors about the ID field on create, update and destroy...?</description>
		<content:encoded><![CDATA[<p>Any thoughts on compatibility with Sql Server? I&#8217;m able to pull data from the DB, but it&#8217;s throwing errors about the ID field on create, update and destroy&#8230;?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Clovis</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-58032</link>
		<pubDate>Tue, 23 Jun 2009 18:59:47 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-58032</guid>
					<description>I liked Steven idea's, support associations it will be nice!</description>
		<content:encoded><![CDATA[<p>I liked Steven idea&#8217;s, support associations it will be nice!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: steven</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-52139</link>
		<pubDate>Thu, 05 Feb 2009 17:42:43 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-52139</guid>
					<description>Cool plugin.  Love ext but i sick at java  :&amp;#62;  any plans on supporting associations  has_many belongs_to Has_and_belongs_to_many like activescaffold does?</description>
		<content:encoded><![CDATA[<p>Cool plugin.  Love ext but i sick at java  :&gt;  any plans on supporting associations  has_many belongs_to Has_and_belongs_to_many like activescaffold does?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Robbert Dol</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-51835</link>
		<pubDate>Thu, 29 Jan 2009 11:22:44 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-51835</guid>
					<description>Hi, This is nice stuff!
I have a suggestion to enhance the useability even further. 
Include tinyMCE plus to the generated forms so users can style textcolumns.</description>
		<content:encoded><![CDATA[<p>Hi, This is nice stuff!<br />
I have a suggestion to enhance the useability even further.<br />
Include tinyMCE plus to the generated forms so users can style textcolumns.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Billy McCafferty</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-46457</link>
		<pubDate>Tue, 04 Nov 2008 21:22:59 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-46457</guid>
					<description>This plug-in has been very flexible and a huge time saver for our project.  Thank you very much in your hard work on this!!</description>
		<content:encoded><![CDATA[<p>This plug-in has been very flexible and a huge time saver for our project.  Thank you very much in your hard work on this!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Martin Rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45432</link>
		<pubDate>Sun, 19 Oct 2008 08:01:24 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45432</guid>
					<description>@blaise/#51: Well basically, you can't (easily). I am currently working on a &quot;reloaded&quot; version of ext_scaffold that will generate all the javascript explicitly and per resource instead of hiding it in &quot;magic helpers&quot;. It should be more straightforward to enhance the generated scaffold then. (Should be ready within the next couple of weeks, once I get Internet Explorer to cooperate, that is).</description>
		<content:encoded><![CDATA[<p>@blaise/#51: Well basically, you can&#8217;t (easily). I am currently working on a &#8220;reloaded&#8221; version of ext_scaffold that will generate all the javascript explicitly and per resource instead of hiding it in &#8220;magic helpers&#8221;. It should be more straightforward to enhance the generated scaffold then. (Should be ready within the next couple of weeks, once I get Internet Explorer to cooperate, that is).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: blaise</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45430</link>
		<pubDate>Sun, 19 Oct 2008 06:01:42 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45430</guid>
					<description>Hi, I love this generator.
But I was wondering how I can config the inline toolbar for New, Edit, Delete...  Per say, i have a model that can only create new items, but only certain users can edit or delete.   Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, I love this generator.<br />
But I was wondering how I can config the inline toolbar for New, Edit, Delete&#8230;  Per say, i have a model that can only create new items, but only certain users can edit or delete.   Any suggestions?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Martin Rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45385</link>
		<pubDate>Sat, 18 Oct 2008 10:58:30 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45385</guid>
					<description>@Billy/#49: Done :-) -- thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>@Billy/#49: Done <img src='http://inside.glnetworks.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8212; thanks for the suggestion.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Billy McCafferty</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45362</link>
		<pubDate>Fri, 17 Oct 2008 21:41:37 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45362</guid>
					<description>Great scaffolding!  In ext_scaffold/templates/controller.rb, you may want to replace the two &quot;_url&quot; references to &quot;_path&quot; so that it'll remain on https if it's deployed to an SSL secured env't.

Thanks again!!</description>
		<content:encoded><![CDATA[<p>Great scaffolding!  In ext_scaffold/templates/controller.rb, you may want to replace the two &#8220;_url&#8221; references to &#8220;_path&#8221; so that it&#8217;ll remain on https if it&#8217;s deployed to an SSL secured env&#8217;t.</p>
<p>Thanks again!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fernando Kosh</title>
		<link>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45271</link>
		<pubDate>Wed, 15 Oct 2008 16:37:42 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/18/announcing-ext-scaffold-generator-plugin-for-rails/#comment-45271</guid>
					<description>Hi Martin,

Tthanks again for this useful plugin.

:-D</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>Tthanks again for this useful plugin.</p>
<p>:-D
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
