<?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: Easy Ruby cronjobs with daemon-kit</title>
	<atom:link href="http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/</link>
	<description>Wizardry through open source</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:54:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenneth Kalmer</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-538</link>
		<dc:creator>Kenneth Kalmer</dc:creator>
		<pubDate>Wed, 12 Aug 2009 20:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-538</guid>
		<description>@Gary

Daemon-kit hasn&#039;t really been tested with Rails, but I know some people are in fact using it like that. The last message in a recent thread [1] on the daemon-kit group might be exactly what you are looking for. Somehow I want to agree with you on not using whenever, I&#039;ve always had issues with cron as a non-root user.

1 - http://groups.google.com/group/daemon-kit/browse_thread/thread/8afbc64b5a7ba256</description>
		<content:encoded><![CDATA[<p>@Gary</p>
<p>Daemon-kit hasn&#8217;t really been tested with Rails, but I know some people are in fact using it like that. The last message in a recent thread [1] on the daemon-kit group might be exactly what you are looking for. Somehow I want to agree with you on not using whenever, I&#8217;ve always had issues with cron as a non-root user.</p>
<p>1 &#8211; <a href="http://groups.google.com/group/daemon-kit/browse_thread/thread/8afbc64b5a7ba256" rel="nofollow">http://groups.google.com/group/daemon-kit/browse_thread/thread/8afbc64b5a7ba256</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S. Weaver</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-537</link>
		<dc:creator>Gary S. Weaver</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-537</guid>
		<description>Nevermind. Looks like Railscron is old and buggy. Please post if you have any ideas for scheduling jobs in Rails without requiring cron to be on the system (as Whenever does). Thanks!</description>
		<content:encoded><![CDATA[<p>Nevermind. Looks like Railscron is old and buggy. Please post if you have any ideas for scheduling jobs in Rails without requiring cron to be on the system (as Whenever does). Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S. Weaver</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-536</link>
		<dc:creator>Gary S. Weaver</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-536</guid>
		<description>(answering my own question)
Some coworkers pointed me to this for Rails cron:
http://www.workingwithrails.com/railsplugin/4962-rails-cron

Thanks!</description>
		<content:encoded><![CDATA[<p>(answering my own question)<br />
Some coworkers pointed me to this for Rails cron:<br />
<a href="http://www.workingwithrails.com/railsplugin/4962-rails-cron" rel="nofollow">http://www.workingwithrails.com/railsplugin/4962-rails-cron</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S. Weaver</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-535</link>
		<dc:creator>Gary S. Weaver</dc:creator>
		<pubDate>Wed, 12 Aug 2009 17:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-535</guid>
		<description>Here is what I did to install:

sudo gem install rubigen
sudo gem install eventmachine
sudo gem install kennethkalmer-daemon-kit --source http://gems.github.com
sudo gem install rufus-scheduler
daemon_kit mycrond -i cron

(actually I used jruby -S gem install ..., but same thing.)

Unfortunately, I needed something to run in the background for Rails. I could set it up in cron, but would like it self-contained within the Rails app. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Here is what I did to install:</p>
<p>sudo gem install rubigen<br />
sudo gem install eventmachine<br />
sudo gem install kennethkalmer-daemon-kit &#8211;source <a href="http://gems.github.com" rel="nofollow">http://gems.github.com</a><br />
sudo gem install rufus-scheduler<br />
daemon_kit mycrond -i cron</p>
<p>(actually I used jruby -S gem install &#8230;, but same thing.)</p>
<p>Unfortunately, I needed something to run in the background for Rails. I could set it up in cron, but would like it self-contained within the Rails app. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; I am way behind on my rails link blogging. Link dump and reboot.</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-362</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; I am way behind on my rails link blogging. Link dump and reboot.</dc:creator>
		<pubDate>Sat, 09 May 2009 10:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-362</guid>
		<description>[...]  Easy Ruby cronjobs with daemon-kit &#124; Open Sourcery  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Easy Ruby cronjobs with daemon-kit | Open Sourcery  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rufus-scheduler 2.0, with em flavour &#171; processi</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-347</link>
		<dc:creator>rufus-scheduler 2.0, with em flavour &#171; processi</dc:creator>
		<pubDate>Thu, 07 May 2009 02:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-347</guid>
		<description>[...] nice stress tests (for the 1.0 and the 2.0 branches), thanks as well to Kenneth Kalmer for its daemon-kit + rufus-scheduler [...]</description>
		<content:encoded><![CDATA[<p>[...] nice stress tests (for the 1.0 and the 2.0 branches), thanks as well to Kenneth Kalmer for its daemon-kit + rufus-scheduler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by JonathanNelson</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-318</link>
		<dc:creator>Twitted by JonathanNelson</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-318</guid>
		<description>[...] This post was Twitted by JonathanNelson - Real-url.org [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by JonathanNelson &#8211; Real-url.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slow Joe</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-310</link>
		<dc:creator>Slow Joe</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-310</guid>
		<description>@Kenneth  thanks.</description>
		<content:encoded><![CDATA[<p>@Kenneth  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Kalmer</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-309</link>
		<dc:creator>Kenneth Kalmer</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-309</guid>
		<description>@Joe you need to add github as a source for your gems -&gt; sudo gem sources -a http://gems.github.com/</description>
		<content:encoded><![CDATA[<p>@Joe you need to add github as a source for your gems -> sudo gem sources -a <a href="http://gems.github.com/" rel="nofollow">http://gems.github.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slow Joe</title>
		<link>http://www.opensourcery.co.za/2009/04/28/easy-ruby-cronjobs-with-daemon-kit/comment-page-1/#comment-307</link>
		<dc:creator>Slow Joe</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=183#comment-307</guid>
		<description>&quot;ERROR:  could not find gem kennethkalmer-daemon-kit locally or in a repository&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;ERROR:  could not find gem kennethkalmer-daemon-kit locally or in a repository&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
