<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Config vars and Heroku</title>
	<atom:link href="http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: B Seven</title>
		<link>http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-891</link>
		<dc:creator><![CDATA[B Seven]]></dc:creator>
		<pubDate>Sun, 21 Aug 2011 02:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-891</guid>
		<description><![CDATA[Whenever you change the config, you have to rerake the task. Then do you verify that the change was made successfully? Also, is it a good idea to store sensitive info on your local machine? 
 
Don&#039;t have a better solution yet, but I am still looking... 
 
By the way, I don&#039;t see a date on this post. It&#039;s useful because Rails is changing so fast... ]]></description>
		<content:encoded><![CDATA[<p>Whenever you change the config, you have to rerake the task. Then do you verify that the change was made successfully? Also, is it a good idea to store sensitive info on your local machine? </p>
<p>Don&#039;t have a better solution yet, but I am still looking&#8230; </p>
<p>By the way, I don&#039;t see a date on this post. It&#039;s useful because Rails is changing so fast&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heroku Tips for the Cheap &#124; IONCANNON</title>
		<link>http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-890</link>
		<dc:creator><![CDATA[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-890</guid>
		<description><![CDATA[[...] 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&#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. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heroku: A True Love Story &#171; tinyHippos</title>
		<link>http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-889</link>
		<dc:creator><![CDATA[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-889</guid>
		<description><![CDATA[[...] 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://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-888</link>
		<dc:creator><![CDATA[Mark McEahern]]></dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-888</guid>
		<description><![CDATA[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 &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&#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://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-887</link>
		<dc:creator><![CDATA[Brian Hogan]]></dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-887</guid>
		<description><![CDATA[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&#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.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-886</link>
		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Thu, 25 Jun 2009 23:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-886</guid>
		<description><![CDATA[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://trevorturk.wordpress.com/2009/06/25/config-vars-and-heroku/#comment-885</link>
		<dc:creator><![CDATA[Pat Nakajima]]></dc:creator>
		<pubDate>Thu, 25 Jun 2009 22:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=1479#comment-885</guid>
		<description><![CDATA[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  &lt;a href=&quot;http://(http://github.com/nakajima/aintablog)&quot; rel=&quot;nofollow&quot;&gt;(http://github.com/nakajima/aintablog)&lt;/a&gt; for a while now. Your post just reminded me. :) ]]></description>
		<content:encoded><![CDATA[<p>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  <a href="http://(http://github.com/nakajima/aintablog)" rel="nofollow">(</a><a href="http://github.com/nakajima/aintablog" rel="nofollow">http://github.com/nakajima/aintablog</a>) for a while now. Your post just reminded me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

