<?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: NestedSortable Rails Plugin</title>
	<atom:link href="http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 01 Oct 2009 08:01:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bernardops</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-335</link>
		<dc:creator>bernardops</dc:creator>
		<pubDate>Tue, 01 Jul 2008 22:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-335</guid>
		<description>DaVinci: You are right, I haven&#039;t thought about it. 

I believe the possibilities are either passing the controller option as an argument for the lambdas or using instance_eval to evaluate the lambda in the same context of the controller (it would be a better option I guess).

Search for &quot;# lambdas can be passed as the column data, they will be called&quot; in the plugin code, under the &#039;lib&#039; subdir, that will guide you to the line that needs to be altered. If you manage to add this feature, send it to be and I will add to the SVN.</description>
		<content:encoded><![CDATA[<p>DaVinci: You are right, I haven&#8217;t thought about it. </p>
<p>I believe the possibilities are either passing the controller option as an argument for the lambdas or using instance_eval to evaluate the lambda in the same context of the controller (it would be a better option I guess).</p>
<p>Search for &#8220;# lambdas can be passed as the column data, they will be called&#8221; in the plugin code, under the &#8216;lib&#8217; subdir, that will guide you to the line that needs to be altered. If you manage to add this feature, send it to be and I will add to the SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaVinci</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-334</link>
		<dc:creator>DaVinci</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-334</guid>
		<description>I have a little question with :columns. If you were so kind by guiding me throw the good way... ;)

Problem is how to define a lambda that see the controller environment. I need to define some links in each register (update, delete...) but I can&#039;t use link_to, or REST helpers from lambdas in :columns definitions. The only argument for lambda is The record from model, so how can I use controller/view helpers or Rails? Perhaps you have not taken care of this posibility?

Help.

Thank you.</description>
		<content:encoded><![CDATA[<p>I have a little question with :columns. If you were so kind by guiding me throw the good way&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Problem is how to define a lambda that see the controller environment. I need to define some links in each register (update, delete&#8230;) but I can&#8217;t use link_to, or REST helpers from lambdas in :columns definitions. The only argument for lambda is The record from model, so how can I use controller/view helpers or Rails? Perhaps you have not taken care of this posibility?</p>
<p>Help.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaVinci</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-333</link>
		<dc:creator>DaVinci</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-333</guid>
		<description>Thank you for your response. What bad notices, if you doesn&#039;t work anymore in NestedSortables :(

I have seen your JS code, so I make an idea of how to change it now. Only wanted to know if some hidden option could help me.

Thank you again and luck with your other projects.

Greets.</description>
		<content:encoded><![CDATA[<p>Thank you for your response. What bad notices, if you doesn&#8217;t work anymore in NestedSortables <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I have seen your JS code, so I make an idea of how to change it now. Only wanted to know if some hidden option could help me.</p>
<p>Thank you again and luck with your other projects.</p>
<p>Greets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernardops</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-332</link>
		<dc:creator>bernardops</dc:creator>
		<pubDate>Fri, 20 Jun 2008 04:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-332</guid>
		<description>DaVinci: Right now I am very busy with other projects and am not giving NestedSortables any love. Eliminating the save buttom is no rocket science, but you need to do change the javascript code yourself, since I didn&#039;t add this option in NestedSortable Widget. This will generate a server call every time the user drops an item, it might be a bad thing.

I suggest you use Firebug to help you follow the code.</description>
		<content:encoded><![CDATA[<p>DaVinci: Right now I am very busy with other projects and am not giving NestedSortables any love. Eliminating the save buttom is no rocket science, but you need to do change the javascript code yourself, since I didn&#8217;t add this option in NestedSortable Widget. This will generate a server call every time the user drops an item, it might be a bad thing.</p>
<p>I suggest you use Firebug to help you follow the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaVinci</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-331</link>
		<dc:creator>DaVinci</dc:creator>
		<pubDate>Wed, 18 Jun 2008 11:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-331</guid>
		<description>¡What a great plugin for Rails!

But I have some little questions unsolved. I&#039;d like to link database update to the onChange event, but I don&#039;t know what function call.

Another great thing to implement would be to eliminate the default buttons for updating data.

Which is the method to get this?

Thank you very much for your great work.

Greets.</description>
		<content:encoded><![CDATA[<p>¡What a great plugin for Rails!</p>
<p>But I have some little questions unsolved. I&#8217;d like to link database update to the onChange event, but I don&#8217;t know what function call.</p>
<p>Another great thing to implement would be to eliminate the default buttons for updating data.</p>
<p>Which is the method to get this?</p>
<p>Thank you very much for your great work.</p>
<p>Greets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benson</title>
		<link>http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-311</link>
		<dc:creator>benson</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://bitsinashortbit.wordpress.com/2007/11/19/nestedsortable-rails-plugin/#comment-311</guid>
		<description>Great work with this plugin do you intend to port this over toe JQuery UI the current one is nowhere near as good</description>
		<content:encoded><![CDATA[<p>Great work with this plugin do you intend to port this over toe JQuery UI the current one is nowhere near as good</p>
]]></content:encoded>
	</item>
</channel>
</rss>
