<?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: Deploying a Rails app on Heroku (paperclip, gems, yml)</title>
	<atom:link href="http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=deploying-a-rails-app-on-heroku-paperclip-gems-yml</link>
	<description>Life hacker</description>
	<lastBuildDate>Thu, 19 Aug 2010 10:23:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yang Chung</title>
		<link>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/comment-page-1/#comment-451</link>
		<dc:creator>Yang Chung</dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yangtheman.com/?p=80#comment-451</guid>
		<description>As long as you don&#039;t merge production to master, you should be okay, and I don&#039;t know if there is a rake task, but it&#039;s a good idea if you can create a rake task yourself.

Because I use facebooker and I keep facebooker.yml away from master branch. So I end up doing a lot of work and test in production branch, because running local server needs facebooker.yml. When I am satisfied, I go back to master branch, commit the changes, push to github, go to production branch, merge from master and push to Heroku. Perhaps I should write a little shell script to automate this process......some day. :)</description>
		<content:encoded><![CDATA[<p>As long as you don&#8217;t merge production to master, you should be okay, and I don&#8217;t know if there is a rake task, but it&#8217;s a good idea if you can create a rake task yourself.</p>
<p>Because I use facebooker and I keep facebooker.yml away from master branch. So I end up doing a lot of work and test in production branch, because running local server needs facebooker.yml. When I am satisfied, I go back to master branch, commit the changes, push to github, go to production branch, merge from master and push to Heroku. Perhaps I should write a little shell script to automate this process&#8230;&#8230;some day. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/comment-page-1/#comment-450</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Thu, 11 Feb 2010 20:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yangtheman.com/?p=80#comment-450</guid>
		<description>Hi there, thanks for this post, it&#039;s very helpful although I have a question regarding keeping secret yaml files off github.

You say that the best way is to do the following:

git checkout production
[remove those yml files from .gitignore]
git merge master
git push heroku production:master

Is there some kind of rake task that will keep this production branch synched up with master or do you just have to remember to do it yourself on every deploy?

Thanks again, it&#039;s a really neat little tip.</description>
		<content:encoded><![CDATA[<p>Hi there, thanks for this post, it&#8217;s very helpful although I have a question regarding keeping secret yaml files off github.</p>
<p>You say that the best way is to do the following:</p>
<p>git checkout production<br />
[remove those yml files from .gitignore]<br />
git merge master<br />
git push heroku production:master</p>
<p>Is there some kind of rake task that will keep this production branch synched up with master or do you just have to remember to do it yourself on every deploy?</p>
<p>Thanks again, it&#8217;s a really neat little tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Lawrence</title>
		<link>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/comment-page-1/#comment-230</link>
		<dc:creator>Jim Lawrence</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yangtheman.com/?p=80#comment-230</guid>
		<description>Great post! I&#039;ve had great experiences too... Thanks for the helpful guide, I&#039;m interested in using S3 with Heroku.</description>
		<content:encoded><![CDATA[<p>Great post! I&#8217;ve had great experiences too&#8230; Thanks for the helpful guide, I&#8217;m interested in using S3 with Heroku.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
