<?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: Baking a bit faster with the bake script</title>
	<atom:link href="http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:19:16 +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/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-134253</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sat, 08 Aug 2009 07:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-134253</guid>
		<description>@April: Well, you have to add the cake/console directory to your path. Alternatively, you have to call the script with specifying the path, like $ /path/to/cake/console/cake bake

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@April: Well, you have to add the cake/console directory to your path. Alternatively, you have to call the script with specifying the path, like $ /path/to/cake/console/cake bake</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April Silver</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-134224</link>
		<dc:creator>April Silver</dc:creator>
		<pubDate>Fri, 07 Aug 2009 17:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-134224</guid>
		<description>There&#039;s something missing ... because when I try the nice and simple cake bake, I get bash errors.

kiwi april$ cake bake
-bash: cake: command not found</description>
		<content:encoded><![CDATA[<p>There&#8217;s something missing &#8230; because when I try the nice and simple cake bake, I get bash errors.</p>
<p>kiwi april$ cake bake<br />
-bash: cake: command not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-92377</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-92377</guid>
		<description>@Xander: In the meantime there is a faster way to bake models, see &lt;a href=&quot;http://cakebaker.42dh.com/2007/12/28/faster-baking-with-bake/&quot; rel=&quot;nofollow&quot;&gt;Faster baking with bake&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Xander: In the meantime there is a faster way to bake models, see <a href="http://cakebaker.42dh.com/2007/12/28/faster-baking-with-bake/" rel="nofollow">Faster baking with bake</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xander</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-92336</link>
		<dc:creator>Xander</dc:creator>
		<pubDate>Mon, 02 Jun 2008 06:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-92336</guid>
		<description>Another solution would be to create self-running batch file like
bake_model.bat
containing
&lt;code&gt;
cake bake model
pause
bake_model.bat
&lt;/code&gt;
But the questions will still be in the air...</description>
		<content:encoded><![CDATA[<p>Another solution would be to create self-running batch file like<br />
bake_model.bat<br />
containing<br />
<pre><code>cake bake model
pause
bake_model.bat</code></pre><br />
But the questions will still be in the air&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lo nuevo en CakePHP 1.2 y las diferencias con CakePHP 1.1</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-20531</link>
		<dc:creator>Lo nuevo en CakePHP 1.2 y las diferencias con CakePHP 1.1</dc:creator>
		<pubDate>Mon, 15 Oct 2007 11:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-20531</guid>
		<description>[...] Baking más rápido con el script bake por Cakebaker [...]</description>
		<content:encoded><![CDATA[<p>[...] Baking más rápido con el script bake por Cakebaker [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP 1.2: The Romance Continues &#8230; &#171; Ahsan&#8217;s Laboratory</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-10893</link>
		<dc:creator>CakePHP 1.2: The Romance Continues &#8230; &#171; Ahsan&#8217;s Laboratory</dc:creator>
		<pubDate>Fri, 31 Aug 2007 12:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-10893</guid>
		<description>[...] Baking a bit faster with the bake script by [...]</description>
		<content:encoded><![CDATA[<p>[...] Baking a bit faster with the bake script by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker &#187; Faster baking of controllers with the bake shell script</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-6853</link>
		<dc:creator>cakebaker &#187; Faster baking of controllers with the bake shell script</dc:creator>
		<pubDate>Wed, 06 Jun 2007 09:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-6853</guid>
		<description>[...] a previous post I wrote about a shortcut to make the baking a bit faster. In the meantime new shortcuts have been [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous post I wrote about a shortcut to make the baking a bit faster. In the meantime new shortcuts have been [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-6810</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 01 Jun 2007 17:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-6810</guid>
		<description>@all: Thanks for your comments!

@spark: Yes, I agree that it would be cool to have the possibility to specify all options as command line parameters. But I think it should look different than your proposal ;-)

@Samuel DeVore: Yes, that are some good points.</description>
		<content:encoded><![CDATA[<p>@all: Thanks for your comments!</p>
<p>@spark: Yes, I agree that it would be cool to have the possibility to specify all options as command line parameters. But I think it should look different than your proposal ;-)</p>
<p>@Samuel DeVore: Yes, that are some good points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwoo</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-6797</link>
		<dc:creator>gwoo</dc:creator>
		<pubDate>Thu, 31 May 2007 22:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-6797</guid>
		<description>There are some good ideas here. It would be nice to have some of them submitted as enhancements. The plan is to extend the tasks to do something similar to what Brandon is proposing. Also, I guess I need to change the bake methods in each of the tasks to be public.</description>
		<content:encoded><![CDATA[<p>There are some good ideas here. It would be nice to have some of them submitted as enhancements. The plan is to extend the tasks to do something similar to what Brandon is proposing. Also, I guess I need to change the bake methods in each of the tasks to be public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel DeVore</title>
		<link>http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/comment-page-1/#comment-6775</link>
		<dc:creator>Samuel DeVore</dc:creator>
		<pubDate>Thu, 31 May 2007 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/05/31/baking-a-bit-faster-with-the-bake-script/#comment-6775</guid>
		<description>I just wish I could just continue with the next model/controller/view after I finish so i don&#039;t have to make my lazy old self restart every time...  and that it remembered what I had already done...</description>
		<content:encoded><![CDATA[<p>I just wish I could just continue with the next model/controller/view after I finish so i don&#8217;t have to make my lazy old self restart every time&#8230;  and that it remembered what I had already done&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
