<?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 Reloaded Plugin for Ruby on Rails</title>
	<link>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 09 Sep 2010 12:53:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Martin Rehfeld</title>
		<link>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-51065</link>
		<pubDate>Fri, 09 Jan 2009 15:52:17 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-51065</guid>
					<description>@Steve/#3: You can easily render the scaffold into an exististing page element. Say you have a div with &lt;code&gt;id=&quot;ext-scaffold-placeholder&quot; style=&quot;height: 200px&quot;&lt;/code&gt;

Then make the scaffold appear within that div instead of using a viewport:

&lt;code&gt;Ext.onReady(function() {
// ...
var es = new ExtScaffold.MyScaffoldedClass({
applyTo: 'ext-scaffold-placeholder',
// ...
});
});
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Steve/#3: You can easily render the scaffold into an exististing page element. Say you have a div with <code>id="ext-scaffold-placeholder" style="height: 200px"</code></p>
<p>Then make the scaffold appear within that div instead of using a viewport:</p>
<p><code>Ext.onReady(function() {<br />
// ...<br />
var es = new ExtScaffold.MyScaffoldedClass({<br />
applyTo: 'ext-scaffold-placeholder',<br />
// ...<br />
});<br />
});<br />
</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve Alex</title>
		<link>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-51061</link>
		<pubDate>Fri, 09 Jan 2009 14:12:51 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-51061</guid>
					<description>Slick generator. I'm new to Ext JS and just dabble in RoR. Like everything new, it seems to require a steep learning curve (ExtJS) - but maybe not that bad.

I just wonder why you chose to use a single page layout and viewPort? I'd throw something together today using this if I could figure out how to put together a multiple table system (being able to go to multiple &quot;has many&quot; tables from a view). I experimented trying to put together a viewPort from the ExtJS API pages and put the ExtScaffold object in a tabpanel but all I could get to render was the Title and only on the active panel.

You must have something in mind on how to use this for something else other than a slick single table generator? Realizing that a scaffold is just a starting point, could you outline the approach you would take to move into a multiple table system with many relations?</description>
		<content:encoded><![CDATA[<p>Slick generator. I&#8217;m new to Ext JS and just dabble in RoR. Like everything new, it seems to require a steep learning curve (ExtJS) - but maybe not that bad.</p>
<p>I just wonder why you chose to use a single page layout and viewPort? I&#8217;d throw something together today using this if I could figure out how to put together a multiple table system (being able to go to multiple &#8220;has many&#8221; tables from a view). I experimented trying to put together a viewPort from the ExtJS API pages and put the ExtScaffold object in a tabpanel but all I could get to render was the Title and only on the active panel.</p>
<p>You must have something in mind on how to use this for something else other than a slick single table generator? Realizing that a scaffold is just a starting point, could you outline the approach you would take to move into a multiple table system with many relations?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: martin.rehfeld</title>
		<link>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-50602</link>
		<pubDate>Fri, 26 Dec 2008 10:37:57 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-50602</guid>
					<description>@Sergey/#1: I just fixed the installer -- please retry.</description>
		<content:encoded><![CDATA[<p>@Sergey/#1: I just fixed the installer &#8212; please retry.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sergey</title>
		<link>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-50598</link>
		<pubDate>Fri, 26 Dec 2008 08:24:31 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/12/24/announcing-ext-scaffold-reloaded-plugin-for-ruby-on-rails/#comment-50598</guid>
					<description>I was trying to re-install reloaded plugin over existing one, I got &quot;Plugin not found&quot;

C:\InstantRails-2.0-win\rails_apps\ext_demo&amp;#62;ruby script/plugin install git://github.com/martinrehfeld/ext_scaffold.git --force
Plugin not found: [&quot;git://github.com/martinrehfeld/ext_scaffold.git&quot;]

I have ruby 1.8.6 and rails 2.2.2</description>
		<content:encoded><![CDATA[<p>I was trying to re-install reloaded plugin over existing one, I got &#8220;Plugin not found&#8221;</p>
<p>C:\InstantRails-2.0-win\rails_apps\ext_demo&gt;ruby script/plugin install git://github.com/martinrehfeld/ext_scaffold.git &#8211;force<br />
Plugin not found: [&#8221;git://github.com/martinrehfeld/ext_scaffold.git&#8221;]</p>
<p>I have ruby 1.8.6 and rails 2.2.2
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
