<?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: Hosting a Spree webshop on Heroku</title>
	<atom:link href="http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/</link>
	<description>expert ruby on rails development</description>
	<lastBuildDate>Wed, 04 May 2011 02:45:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ashnyc</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1544</link>
		<dc:creator>ashnyc</dc:creator>
		<pubDate>Tue, 28 Sep 2010 03:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1544</guid>
		<description>hi there, thanks for this post. I am not a programer but would like to have my own site with spree on heroku.
I am having trouble getting started on Heroku. the main reason i am using Heroku, is because i like spree. can you help me with a step by step on how to load spree on heroku. I have a mac. 
I have done a lot of php stuff, i have a few website but never on heroku. 
thanks
ash</description>
		<content:encoded><![CDATA[<p>hi there, thanks for this post. I am not a programer but would like to have my own site with spree on heroku.<br />
I am having trouble getting started on Heroku. the main reason i am using Heroku, is because i like spree. can you help me with a step by step on how to load spree on heroku. I have a mac.<br />
I have done a lot of php stuff, i have a few website but never on heroku.<br />
thanks<br />
ash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian ONeill</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1542</link>
		<dc:creator>Damian ONeill</dc:creator>
		<pubDate>Fri, 24 Sep 2010 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1542</guid>
		<description>Hi Casper, thanks for the post.  Can you clarify is this still the standard way of deploying spree on heroku?</description>
		<content:encoded><![CDATA[<p>Hi Casper, thanks for the post.  Can you clarify is this still the standard way of deploying spree on heroku?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1359</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Tue, 16 Feb 2010 08:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1359</guid>
		<description>Well, I&#039;m pretty sure it works just like plugins: By default, all extensions are loaded alphabetically, and if you want it any other way you must specify the extensions you want to load in the config.

So, and I have not tested this, you could probably put something like this in your config/development.rb:

&lt;pre&gt;
config.extensions = [:site, ... (other extensions, but not :heroku)]
&lt;/pre&gt;

Hope this helps :)</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m pretty sure it works just like plugins: By default, all extensions are loaded alphabetically, and if you want it any other way you must specify the extensions you want to load in the config.</p>
<p>So, and I have not tested this, you could probably put something like this in your config/development.rb:</p>
<pre>
config.extensions = [:site, ... (other extensions, but not :heroku)]
</pre>
<p>Hope this helps :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nalin</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1358</link>
		<dc:creator>Nalin</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1358</guid>
		<description>Hi Casper, great extension. Was wondering what&#039;s the best way to turn off the extension in dev mode?

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi Casper, great extension. Was wondering what&#8217;s the best way to turn off the extension in dev mode?</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1311</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1311</guid>
		<description>Hi Magne,

Sorry to keep you waiting a bit longer this time. Nothing is clear from the stacktrace, since for the interesting part is just says &quot; ... 34 levels...&quot; ;)

However, I&#039;d guess that it is trying the write the blank_iframe.html file - or perhaps delete it? Do you have some sort of extension that tries to generate this file perhaps?

/Casper</description>
		<content:encoded><![CDATA[<p>Hi Magne,</p>
<p>Sorry to keep you waiting a bit longer this time. Nothing is clear from the stacktrace, since for the interesting part is just says &#8221; &#8230; 34 levels&#8230;&#8221; ;)</p>
<p>However, I&#8217;d guess that it is trying the write the blank_iframe.html file &#8211; or perhaps delete it? Do you have some sort of extension that tries to generate this file perhaps?</p>
<p>/Casper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Fabricius</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1305</link>
		<dc:creator>Casper Fabricius</dc:creator>
		<pubDate>Thu, 05 Nov 2009 08:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1305</guid>
		<description>Hi Magne,

Glad you could use it. As for the error you get when cloning the Spree master repository, it could be for a number of reasons. Obviously the error is related to some code trying to write to disk, but as you haven&#039;t included the stacktrace, I can&#039;t see where it happens. Most likely it is Rails trying to cache some stylesheets or javascripts.

I have patched one specific error related to that I got with the 0.9.1 gem, but this can easily have changed in the &quot;edge&quot; version of Spree you get by cloning the repository. I will upgrade my extension to work with 0.9.2 when I have the time (perhaps it already does, you tell me?), but I can&#039;t really play catch up with the edge version of Spree ;)

Cheers,
Casper</description>
		<content:encoded><![CDATA[<p>Hi Magne,</p>
<p>Glad you could use it. As for the error you get when cloning the Spree master repository, it could be for a number of reasons. Obviously the error is related to some code trying to write to disk, but as you haven&#8217;t included the stacktrace, I can&#8217;t see where it happens. Most likely it is Rails trying to cache some stylesheets or javascripts.</p>
<p>I have patched one specific error related to that I got with the 0.9.1 gem, but this can easily have changed in the &#8220;edge&#8221; version of Spree you get by cloning the repository. I will upgrade my extension to work with 0.9.2 when I have the time (perhaps it already does, you tell me?), but I can&#8217;t really play catch up with the edge version of Spree ;)</p>
<p>Cheers,<br />
Casper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magne K. Davidsen</title>
		<link>http://casperfabricius.com/site/2009/10/18/hosting-a-spree-webshop-on-heroku/comment-page-1/#comment-1304</link>
		<dc:creator>Magne K. Davidsen</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://casperfabricius.com/site/?p=246#comment-1304</guid>
		<description>Hey Casper!

Thanks for a great blog post. I followed the steps in the instructions, and it works perfectly.

However, I would like to clone the spree source code, install the heroku extension, and deploy to Heroku.

When I try this, I get an error saying

&quot;/usr/local/lib/ruby/1.8/fileutils.rb:1262:in `initialize&#039;: Read-only file system&quot;

I followed the exact same steps as for the spree gem. Do you have any ideas why this does not work?

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hey Casper!</p>
<p>Thanks for a great blog post. I followed the steps in the instructions, and it works perfectly.</p>
<p>However, I would like to clone the spree source code, install the heroku extension, and deploy to Heroku.</p>
<p>When I try this, I get an error saying</p>
<p>&#8220;/usr/local/lib/ruby/1.8/fileutils.rb:1262:in `initialize&#8217;: Read-only file system&#8221;</p>
<p>I followed the exact same steps as for the spree gem. Do you have any ideas why this does not work?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

