<?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: Ext JS and Rails, how do they get along?</title>
	<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 06 Sep 2010 14:29:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Sergei</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-51028</link>
		<pubDate>Thu, 08 Jan 2009 20:49:09 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-51028</guid>
					<description>Yet another attempt to integrate Rails and Ext JS: the Netzke framework. Have a look at live demo of the Netzke GridPanel widget: http://netzke-demo.writelesscode.com/grid_panel/demo</description>
		<content:encoded><![CDATA[<p>Yet another attempt to integrate Rails and Ext JS: the Netzke framework. Have a look at live demo of the Netzke GridPanel widget: <a href='http://netzke-demo.writelesscode.com/grid_panel/demo' rel='nofollow'>http://netzke-demo.writelesscode.com/grid_panel/demo</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-29492</link>
		<pubDate>Sat, 26 Apr 2008 07:08:20 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-29492</guid>
					<description>I once wrote an extensive ruby framework of wrappers for Ext1.0 which I abondoned when Ext2.0 was released.  I've been working with Ext since V0.33 and it works great with rails.

see my blog http://www.extonrails.com

and this guy too:  http://www.extjswithrails.com</description>
		<content:encoded><![CDATA[<p>I once wrote an extensive ruby framework of wrappers for Ext1.0 which I abondoned when Ext2.0 was released.  I&#8217;ve been working with Ext since V0.33 and it works great with rails.</p>
<p>see my blog <a href='http://www.extonrails.com' rel='nofollow'>http://www.extonrails.com</a></p>
<p>and this guy too:  <a href='http://www.extjswithrails.com' rel='nofollow'>http://www.extjswithrails.com</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: martin.rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23781</link>
		<pubDate>Wed, 23 Jan 2008 19:51:50 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23781</guid>
					<description>@Luan/#9: While that's beyond the resource scaffold generation, I already thought about providing some sample code on how to do that easily. I you have code you would like to share before I get to it, please feel free to to so :-)</description>
		<content:encoded><![CDATA[<p>@Luan/#9: While that&#8217;s beyond the resource scaffold generation, I already thought about providing some sample code on how to do that easily. I you have code you would like to share before I get to it, please feel free to to so <img src='http://inside.glnetworks.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: luan</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23775</link>
		<pubDate>Wed, 23 Jan 2008 18:27:44 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23775</guid>
					<description>Hi Martin,

Thanks for ext_scaffold plugin. I tried out a simple model and it worked fine.

Do you have any association support among forms in the future?

Thanks,
Luan</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>Thanks for ext_scaffold plugin. I tried out a simple model and it worked fine.</p>
<p>Do you have any association support among forms in the future?</p>
<p>Thanks,<br />
Luan
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: martin.rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23151</link>
		<pubDate>Sat, 12 Jan 2008 10:31:01 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23151</guid>
					<description>@#7/Tom: Good to hear that the generator will be given a thorough test ;-). I just have a couple of things to look at in my &lt;a rel=&quot;nofollow&quot; href=&quot;http://rug-b.rubyforge.org/svn/ext_scaffold/TODO&quot;&gt;TODO list&lt;/a&gt; and should be ready to release a first version by the end of next week. If you would like to try out the cell-editing, I would surely love to to integrate your solution. Any contribution is of course most welcome. Then again, you are definitely right stating that a scaffold generator can only provide a starting point and perhaps point out some best pratices on how to proceed.</description>
		<content:encoded><![CDATA[<p>@#7/Tom: Good to hear that the generator will be given a thorough test <img src='http://inside.glnetworks.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . I just have a couple of things to look at in my <a rel="nofollow" href="http://rug-b.rubyforge.org/svn/ext_scaffold/TODO">TODO list</a> and should be ready to release a first version by the end of next week. If you would like to try out the cell-editing, I would surely love to to integrate your solution. Any contribution is of course most welcome. Then again, you are definitely right stating that a scaffold generator can only provide a starting point and perhaps point out some best pratices on how to proceed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23149</link>
		<pubDate>Sat, 12 Jan 2008 10:08:28 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23149</guid>
					<description>I'd like to join the chorus for applauding your work.  Thanks for the great plugin, Martin!

However, I agree with Miguel as well - it would be nice for it to make use of cell-editing capabilities of Editable Grids.  I really want to use this plugin for my new project, so I'll try to modify the generated code to see how easy / difficult it is to achieve it.  

On the other hand, perhaps I shouldn't expect too much from a scaffold generator - there will always be features that are needed to meet a particular business requirement, so it might be better for generators like this to stay simple.

When do you plan to have this as an official Rails plugin?  Are you / will you be looking for contributors as well?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to join the chorus for applauding your work.  Thanks for the great plugin, Martin!</p>
<p>However, I agree with Miguel as well - it would be nice for it to make use of cell-editing capabilities of Editable Grids.  I really want to use this plugin for my new project, so I&#8217;ll try to modify the generated code to see how easy / difficult it is to achieve it.  </p>
<p>On the other hand, perhaps I shouldn&#8217;t expect too much from a scaffold generator - there will always be features that are needed to meet a particular business requirement, so it might be better for generators like this to stay simple.</p>
<p>When do you plan to have this as an official Rails plugin?  Are you / will you be looking for contributors as well?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: George Bray</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23097</link>
		<pubDate>Fri, 11 Jan 2008 08:10:09 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23097</guid>
					<description>It worked out of the box for me.
I expected a double-click in the list to give me the edit panel, instead of the show.

I was able to customise the widths of the columns, but was unsure for the best way to pipe in the autoWidth:true to Ext.grid.ColumnModel. It worked when adding it to the helper but not in the index.html.rb

 'recording-grid', :autoWidth =&amp;#62; true %&amp;#62;

This is mostly because I'm a newby to rails and haven't quite grokked how it all fits together.

I also found that some settings I fiddled with stayed set in the browser, so I'm guessing if the user adjusts the column width it gets remembered. This might be confusing for iterative UI design. Resetting the browser doesn't work, you have to quit it.

Nevertheless, I'm excited for the new GUI tools this plugin makes possible - keep up the great work.

George</description>
		<content:encoded><![CDATA[<p>It worked out of the box for me.<br />
I expected a double-click in the list to give me the edit panel, instead of the show.</p>
<p>I was able to customise the widths of the columns, but was unsure for the best way to pipe in the autoWidth:true to Ext.grid.ColumnModel. It worked when adding it to the helper but not in the index.html.rb</p>
<p> &#8216;recording-grid&#8217;, :autoWidth =&gt; true %&gt;</p>
<p>This is mostly because I&#8217;m a newby to rails and haven&#8217;t quite grokked how it all fits together.</p>
<p>I also found that some settings I fiddled with stayed set in the browser, so I&#8217;m guessing if the user adjusts the column width it gets remembered. This might be confusing for iterative UI design. Resetting the browser doesn&#8217;t work, you have to quit it.</p>
<p>Nevertheless, I&#8217;m excited for the new GUI tools this plugin makes possible - keep up the great work.</p>
<p>George
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: martin.rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23081</link>
		<pubDate>Fri, 11 Jan 2008 01:09:43 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23081</guid>
					<description>@#4/Miguel: Now that the basic functionality is in place that might indeed be a nice addition to look into.</description>
		<content:encoded><![CDATA[<p>@#4/Miguel: Now that the basic functionality is in place that might indeed be a nice addition to look into.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Miguel Cabero</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23079</link>
		<pubDate>Thu, 10 Jan 2008 23:02:58 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-23079</guid>
					<description>Good job! The looks of the ext grids are great. But imho, their real potential lies in their cell editing capabilities. It seems then odd to edit records via a form.</description>
		<content:encoded><![CDATA[<p>Good job! The looks of the ext grids are great. But imho, their real potential lies in their cell editing capabilities. It seems then odd to edit records via a form.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: martin.rehfeld</title>
		<link>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-22989</link>
		<pubDate>Tue, 08 Jan 2008 20:01:41 +0000</pubDate>
		<guid>http://inside.glnetworks.de/2008/01/08/ext-js-and-rails-how-do-they-get-along/#comment-22989</guid>
					<description>@#2/Some guy: The generator will leave existing models alone, so you could potentially generate controllers/views for existing resources but would have to merge the controller code manually.

The helpers will be put into one central file within the plugin before the official release - got that on my refactoring TODO list :-)</description>
		<content:encoded><![CDATA[<p>@#2/Some guy: The generator will leave existing models alone, so you could potentially generate controllers/views for existing resources but would have to merge the controller code manually.</p>
<p>The helpers will be put into one central file within the plugin before the official release - got that on my refactoring TODO list <img src='http://inside.glnetworks.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
