<?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/"
		>
<channel>
	<title>Comments on: A cool chat example created with Ruby On Rails and Juggernaut</title>
	<atom:link href="http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/</link>
	<description>Just a little about development! Think before you write!</description>
	<lastBuildDate>Tue, 08 Dec 2009 10:19:55 -0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stan</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-20840</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 08 Dec 2009 10:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-20840</guid>
		<description>Nice tutorial, but I cannot download the juggernaut from svn... connection refused.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, but I cannot download the juggernaut from svn&#8230; connection refused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Beedle</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-15942</link>
		<dc:creator>Matt Beedle</dc:creator>
		<pubDate>Tue, 19 May 2009 09:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-15942</guid>
		<description>Nice tutorial, definitely helped me in the right direction.  However, I&#039;m not convinced a whole new ActiveRecord model is required for online users.  I&#039;ve just implemented something similar, but instead stored the last_request and last_url on the user model.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, definitely helped me in the right direction.  However, I&#8217;m not convinced a whole new ActiveRecord model is required for online users.  I&#8217;ve just implemented something similar, but instead stored the last_request and last_url on the user model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palash</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-15634</link>
		<dc:creator>palash</dc:creator>
		<pubDate>Wed, 13 May 2009 07:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-15634</guid>
		<description>i did not get any newer version of tutorial</description>
		<content:encoded><![CDATA[<p>i did not get any newer version of tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palash</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-15633</link>
		<dc:creator>palash</dc:creator>
		<pubDate>Wed, 13 May 2009 07:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-15633</guid>
		<description>getting error chat/index listen_to_juggernaut_channels [:generic],session.session_id</description>
		<content:encoded><![CDATA[<p>getting error chat/index listen_to_juggernaut_channels [:generic],session.session_id</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-13791</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-13791</guid>
		<description>I think the better option is a timeout ...
You can use window.onclose but even this can not work if the browser window freezes</description>
		<content:encoded><![CDATA[<p>I think the better option is a timeout &#8230;<br />
You can use window.onclose but even this can not work if the browser window freezes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-13747</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-13747</guid>
		<description>hi,
i want to know if user closes the windows directly without logout then how we should handle the users which are online</description>
		<content:encoded><![CDATA[<p>hi,<br />
i want to know if user closes the windows directly without logout then how we should handle the users which are online</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jossef</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-11074</link>
		<dc:creator>jossef</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-11074</guid>
		<description>I&#039;ll be very thankfull if you tell us about the Tutorial-update and where we can find it. thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be very thankfull if you tell us about the Tutorial-update and where we can find it. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rfan</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-6958</link>
		<dc:creator>rfan</dc:creator>
		<pubDate>Mon, 15 Dec 2008 12:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-6958</guid>
		<description>how can i implement a private chat using juggernaut ?

I mean ,I am able to list all the online users.when I click on any users I need  an chat window and should be able to chat only with that particular user.please help me.

thanks</description>
		<content:encoded><![CDATA[<p>how can i implement a private chat using juggernaut ?</p>
<p>I mean ,I am able to list all the online users.when I click on any users I need  an chat window and should be able to chat only with that particular user.please help me.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-5831</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Mon, 10 Nov 2008 11:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-5831</guid>
		<description>Thanks for the feedback, I&#039;ll update the tutorial with the newer versions of Rails and Juggernaut.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, I&#8217;ll update the tutorial with the newer versions of Rails and Juggernaut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shalmali</title>
		<link>http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/comment-page-1/#comment-5829</link>
		<dc:creator>shalmali</dc:creator>
		<pubDate>Mon, 10 Nov 2008 10:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/2007/10/a-cool-chat-example-created-with-ruby-on-rails-and-juggernaut/#comment-5829</guid>
		<description>Hello,

I used this tutorial to create chat application with juggernaut in rails. But I faced many problems. This is might be because of the new code of the plugin juggernaut. Because when I installed plugin, i got juggernaut_hosts.yml file in the config folder, instead of juggernaut.yml.

Then I got error on the line

in view, which i changed to simply,
, and it worked.

Then I got error on methods like,
add_channel, send_to etc. which were not there in the /lib/juggernaut.rb file.

So I request you to kindly update your example with the new code in the plugin. So that it will be helpful to others also.

Thanks a lot,
Shalmali</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I used this tutorial to create chat application with juggernaut in rails. But I faced many problems. This is might be because of the new code of the plugin juggernaut. Because when I installed plugin, i got juggernaut_hosts.yml file in the config folder, instead of juggernaut.yml.</p>
<p>Then I got error on the line</p>
<p>in view, which i changed to simply,<br />
, and it worked.</p>
<p>Then I got error on methods like,<br />
add_channel, send_to etc. which were not there in the /lib/juggernaut.rb file.</p>
<p>So I request you to kindly update your example with the new code in the plugin. So that it will be helpful to others also.</p>
<p>Thanks a lot,<br />
Shalmali</p>
]]></content:encoded>
	</item>
</channel>
</rss>
