<?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: Config vars and&#160;Heroku</title>
	<atom:link href="http://almosteffortless.com/2009/06/25/config-vars-and-heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Heroku Tips for the Cheap &#124; IONCANNON</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-69377</link>
		<dc:creator>Heroku Tips for the Cheap &#124; IONCANNON</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-69377</guid>
		<description>[...] For configuration Heroku has a way but for some reason it didn&#039;t seem like the best or easiest way to do things. I started off setting up a configuration file as described in this railscast on using yaml configuration files. I took a while to dig a little more and found something similar but even better way of doing configuration with Heroku. [...]</description>
		<content:encoded><![CDATA[<p>[...] For configuration Heroku has a way but for some reason it didn&#39;t seem like the best or easiest way to do things. I started off setting up a configuration file as described in this railscast on using yaml configuration files. I took a while to dig a little more and found something similar but even better way of doing configuration with Heroku. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heroku: A True Love Story &#171; tinyHippos</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-69366</link>
		<dc:creator>Heroku: A True Love Story &#171; tinyHippos</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-69366</guid>
		<description>[...] Config var and Heroku [...]</description>
		<content:encoded><![CDATA[<p>[...] Config var and Heroku [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McEahern</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-69157</link>
		<dc:creator>Mark McEahern</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-69157</guid>
		<description>I naively &quot;improved&quot; this by issuing the `heroku config:add` separately for each variable. This fails silently: Only the last one appears to stick. I think it&#039;s related to the fact that `heroku config:add` triggers an app restart. Anyway, it&#039;s probably worth noting something about this in your script--why the way you did it, building up the command, and issuing it in one fell swoop, is important.

Thanks!

Mark</description>
		<content:encoded><![CDATA[<p>I naively &#8220;improved&#8221; this by issuing the `heroku config:add` separately for each variable. This fails silently: Only the last one appears to stick. I think it&#8217;s related to the fact that `heroku config:add` triggers an app restart. Anyway, it&#8217;s probably worth noting something about this in your script&#8211;why the way you did it, building up the command, and issuing it in one fell swoop, is important.</p>
<p>Thanks!</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Hogan</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-68769</link>
		<dc:creator>Brian Hogan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-68769</guid>
		<description>That&#039;s pretty much what I did for mentors. config.yml and database.yml are ignored, config.example is included for devs to use, but in production we simple use ENV instead of the yml.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty much what I did for mentors. config.yml and database.yml are ignored, config.example is included for devs to use, but in production we simple use ENV instead of the yml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-68766</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 26 Jun 2009 05:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-68766</guid>
		<description>Yeah, I totally agree, but I think I did include that in the example .gitignore above...?</description>
		<content:encoded><![CDATA[<p>Yeah, I totally agree, but I think I did include that in the example .gitignore above&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Nakajima</title>
		<link>http://almosteffortless.com/2009/06/25/config-vars-and-heroku/comment-page-1/#comment-68765</link>
		<dc:creator>Pat Nakajima</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-68765</guid>
		<description>The one thing I&#039;d add, for open source projects at least, is to .gitignore that config/config.yml file. That&#039;ll make it as easy as possible to clone, setup, and deploy an app to Heroku, while keeping things easy to set up. I&#039;ve meaning to do so with my Aintablog project (http://github.com/nakajima/aintablog) for a while now. Your post just reminded me. :)</description>
		<content:encoded><![CDATA[<p>The one thing I&#8217;d add, for open source projects at least, is to .gitignore that config/config.yml file. That&#8217;ll make it as easy as possible to clone, setup, and deploy an app to Heroku, while keeping things easy to set up. I&#8217;ve meaning to do so with my Aintablog project (<a href="http://github.com/nakajima/aintablog" rel="nofollow">http://github.com/nakajima/aintablog</a>) for a while now. Your post just reminded me. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
