<?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: Whenever</title>
	<atom:link href="http://cakebaker.42dh.com/2009/06/15/whenever/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/06/15/whenever/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 16 Mar 2010 00:59:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-133366</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 24 Jul 2009 09:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-133366</guid>
		<description>@Boris: Thanks for your comment!

Yes, that&#039;s a nice capistrano recipe, though, so far I use a simple Git hook script for deployment purposes.</description>
		<content:encoded><![CDATA[<p>@Boris: Thanks for your comment!</p>
<p>Yes, that&#8217;s a nice capistrano recipe, though, so far I use a simple Git hook script for deployment purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Barroso</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-133283</link>
		<dc:creator>Boris Barroso</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-133283</guid>
		<description>Nice to see that you are using Ruby, I used to use CakePHP (jeje). I&#039;ve seen this feature on  railscasts.com and a really nice feature that you can read in http://asciicasts.com/episodes/164-cron-in-ruby, there you can see a capistrano recipy to automate when you update your cron jobs.</description>
		<content:encoded><![CDATA[<p>Nice to see that you are using Ruby, I used to use CakePHP (jeje). I&#8217;ve seen this feature on  railscasts.com and a really nice feature that you can read in <a href="http://asciicasts.com/episodes/164-cron-in-ruby" rel="nofollow">http://asciicasts.com/episodes/164-cron-in-ruby</a>, there you can see a capistrano recipy to automate when you update your cron jobs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-132112</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-132112</guid>
		<description>@Eddie: Thanks for your comment!

It is simply a way to define cron jobs from within your application. Conceptually it sits on top of crontab, so it adds more &quot;overhead&quot; ;-)

The reason I prefer whenever over manually editing the crontab is the nice syntax and that I have the definition of the cronjobs in my application. And by using whenever in my deployment script I no longer have to care about the crontab, it is always up-to-date.</description>
		<content:encoded><![CDATA[<p>@Eddie: Thanks for your comment!</p>
<p>It is simply a way to define cron jobs from within your application. Conceptually it sits on top of crontab, so it adds more &#8220;overhead&#8221; ;-)</p>
<p>The reason I prefer whenever over manually editing the crontab is the nice syntax and that I have the definition of the cronjobs in my application. And by using whenever in my deployment script I no longer have to care about the crontab, it is always up-to-date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-132055</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-132055</guid>
		<description>Very nice article.

Does this actually eliminate any overhead, or just provide a manner to create Cron tabs from within code.  I guess I am asking why not jump to crontab -e and enter the result.</description>
		<content:encoded><![CDATA[<p>Very nice article.</p>
<p>Does this actually eliminate any overhead, or just provide a manner to create Cron tabs from within code.  I guess I am asking why not jump to crontab -e and enter the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-130614</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-130614</guid>
		<description>@dezpo: Thanks for your comment!

I&#039;m not aware of any alternatives in CakePHP. However, as long as you have Ruby on your server (Rails is not required), you should be able to use &quot;whenever&quot; with CakePHP. The only &quot;restriction&quot; is that you have to use &quot;command&quot; when defining the jobs. But else it should work. Give it a try ;-)</description>
		<content:encoded><![CDATA[<p>@dezpo: Thanks for your comment!</p>
<p>I&#8217;m not aware of any alternatives in CakePHP. However, as long as you have Ruby on your server (Rails is not required), you should be able to use &#8220;whenever&#8221; with CakePHP. The only &#8220;restriction&#8221; is that you have to use &#8220;command&#8221; when defining the jobs. But else it should work. Give it a try ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dezpo</title>
		<link>http://cakebaker.42dh.com/2009/06/15/whenever/comment-page-1/#comment-130609</link>
		<dc:creator>dezpo</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1204#comment-130609</guid>
		<description>Nice features. Any alternatives in Cake?</description>
		<content:encoded><![CDATA[<p>Nice features. Any alternatives in Cake?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
