<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sample Rails Application &#8211; A demo for the ajax based drag drop tree in rubyonrails</title>
	<atom:link href="http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/</link>
	<description>geeks redefined</description>
	<lastBuildDate>Fri, 25 Jan 2008 11:46:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kermitaner</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-1095</link>
		<dc:creator>kermitaner</dc:creator>
		<pubDate>Sun, 29 Jul 2007 11:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-1095</guid>
		<description>hello,

great code, thx its running perfect. 
But I first had  to get the right rails version with: gem install -v=1.1.4 rails --include-dependencies,
because gem didn&#039;t get through the XP firewall i had to install a new firewall ( ashampoo free version ) and disable the windows firewall ( reboot necessary)
then rake db:migrate threw an access denied error, so i blanked out the password in the database.yaml file for the test&amp;developement environment ... finally got it running ;-)</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>great code, thx its running perfect.<br />
But I first had  to get the right rails version with: gem install -v=1.1.4 rails &#8211;include-dependencies,<br />
because gem didn&#8217;t get through the XP firewall i had to install a new firewall ( ashampoo free version ) and disable the windows firewall ( reboot necessary)<br />
then rake db:migrate threw an access denied error, so i blanked out the password in the database.yaml file for the test&amp;developement environment &#8230; finally got it running <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EXPRESSICA &#187; Source Code For Ajax Based Drag Drop Navigation Tree in Ruby on Rails - the tree works well with firefox and IE-6</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-525</link>
		<dc:creator>EXPRESSICA &#187; Source Code For Ajax Based Drag Drop Navigation Tree in Ruby on Rails - the tree works well with firefox and IE-6</dc:creator>
		<pubDate>Tue, 30 Jan 2007 04:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-525</guid>
		<description>[...] ========================================================== I have also incorporated the code into a sample application which you can directly check out and try the tree yourself if you find it a headache to add the following code in a number of described files. So, here is the Sample Tree Application [...]</description>
		<content:encoded><![CDATA[<p>[...] ========================================================== I have also incorporated the code into a sample application which you can directly check out and try the tree yourself if you find it a headache to add the following code in a number of described files. So, here is the Sample Tree Application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-371</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 19 Jan 2007 01:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-371</guid>
		<description>Sorry, it truncated my exception.
If you send me e-mail, I can send the entire thing back to you.</description>
		<content:encoded><![CDATA[<p>Sorry, it truncated my exception.<br />
If you send me e-mail, I can send the entire thing back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-370</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 19 Jan 2007 01:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-370</guid>
		<description>Hi.

When I tried to run this, I get an exception (below)]
when connecting in after a fresh install (have db setup
etc).

I&#039;m running Ruby v1.8.4 with Rails 1.1.6

-------------------------------------------------

You have a nil object when you didn&#039;t expect it!
The error occured while evaluating nil.has_parent?

Extracted source (around line #54): 

51: 
52: 
53: 
54:   
55:   
56:   </description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>When I tried to run this, I get an exception (below)]<br />
when connecting in after a fresh install (have db setup<br />
etc).</p>
<p>I&#8217;m running Ruby v1.8.4 with Rails 1.1.6</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>You have a nil object when you didn&#8217;t expect it!<br />
The error occured while evaluating nil.has_parent?</p>
<p>Extracted source (around line #54): </p>
<p>51:<br />
52:<br />
53:<br />
54:<br />
55:<br />
56:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjkdlc</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-176</link>
		<dc:creator>bjkdlc</dc:creator>
		<pubDate>Thu, 04 Jan 2007 20:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-176</guid>
		<description>http://20six.co.uk/ritas/</description>
		<content:encoded><![CDATA[<p><a href="http://20six.co.uk/ritas/" rel="nofollow">http://20six.co.uk/ritas/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sur Max</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-152</link>
		<dc:creator>Sur Max</dc:creator>
		<pubDate>Fri, 22 Dec 2006 18:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-152</guid>
		<description>Hi tmc !!

Well, i just provided the tree with the minimum features, just to show the awesome approach of rails towards the web development to the users who are still stuck to php stuffs and thereby i am giving a sample application for more ease of feeling amazed out of rails and specifically towards implementing ajax.

Definitely i will love to help for the things which i feel to be helped to a fresher to rails.

Of-course the thigs what you are asking like .. ADD, EDIT DELETE etc... and switching off the DRAG-DROP are just a kids play if you are fluent enough with rails development. But as you said that you are new to rails so you can take it as a good assignment to furnish your rails, coz even a fresh rails developers  can do it within 1-2 days.

I must suggest you to do all these things yourself make your tree better.</description>
		<content:encoded><![CDATA[<p>Hi tmc !!</p>
<p>Well, i just provided the tree with the minimum features, just to show the awesome approach of rails towards the web development to the users who are still stuck to php stuffs and thereby i am giving a sample application for more ease of feeling amazed out of rails and specifically towards implementing ajax.</p>
<p>Definitely i will love to help for the things which i feel to be helped to a fresher to rails.</p>
<p>Of-course the thigs what you are asking like .. ADD, EDIT DELETE etc&#8230; and switching off the DRAG-DROP are just a kids play if you are fluent enough with rails development. But as you said that you are new to rails so you can take it as a good assignment to furnish your rails, coz even a fresh rails developers  can do it within 1-2 days.</p>
<p>I must suggest you to do all these things yourself make your tree better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmc</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-151</link>
		<dc:creator>tmc</dc:creator>
		<pubDate>Fri, 22 Dec 2006 18:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-151</guid>
		<description>Very nice.

I&#039;m very new to rails; but I like what I see. I got your demo running in a few minutes. The following may be obvious to more experienced users.

I noticed if an item from the root is dragged under another item, there is no way to put the item back in the root. Perhaps a root icon is needed?

Is there an easy way to combine this with the scaffold generator so there is CRUD forms integrated into the tree? I&#039;d like to be able to click ADD, EDIT, VIEW,  and DELETE and have the appropriate form be displayed to the right of the tree based on the item selected on the  tree.

Finally, can I toggle the drag and drop feature off?</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
<p>I&#8217;m very new to rails; but I like what I see. I got your demo running in a few minutes. The following may be obvious to more experienced users.</p>
<p>I noticed if an item from the root is dragged under another item, there is no way to put the item back in the root. Perhaps a root icon is needed?</p>
<p>Is there an easy way to combine this with the scaffold generator so there is CRUD forms integrated into the tree? I&#8217;d like to be able to click ADD, EDIT, VIEW,  and DELETE and have the appropriate form be displayed to the right of the tree based on the item selected on the  tree.</p>
<p>Finally, can I toggle the drag and drop feature off?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlysquare</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-127</link>
		<dc:creator>charlysquare</dc:creator>
		<pubDate>Mon, 11 Dec 2006 23:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-127</guid>
		<description>No problem, i work a few on it, and share ;=)

I think i will try to add in place editor function, a create function, and a file-browser-like view.

Notice i&#039;ve said &quot;try to&quot; lol ;=)

Charly</description>
		<content:encoded><![CDATA[<p>No problem, i work a few on it, and share ;=)</p>
<p>I think i will try to add in place editor function, a create function, and a file-browser-like view.</p>
<p>Notice i&#8217;ve said &#8220;try to&#8221; lol ;=)</p>
<p>Charly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlysquare</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-126</link>
		<dc:creator>charlysquare</dc:creator>
		<pubDate>Mon, 11 Dec 2006 23:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-126</guid>
		<description>No problem, i work a few on it, and share ;=)</description>
		<content:encoded><![CDATA[<p>No problem, i work a few on it, and share ;=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sur Max</title>
		<link>http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-119</link>
		<dc:creator>Sur Max</dc:creator>
		<pubDate>Fri, 08 Dec 2006 10:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree/#comment-119</guid>
		<description>Well, i guess need not to wait.. If your code is modular enough then  it will not be difficult to incorporate it later on.. So, i will look forward to see your modifications (in-case  if you will be interested to share with me) .

Thanks.</description>
		<content:encoded><![CDATA[<p>Well, i guess need not to wait.. If your code is modular enough then  it will not be difficult to incorporate it later on.. So, i will look forward to see your modifications (in-case  if you will be interested to share with me) .</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
