<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yangtheman &#187; heroku</title>
	<atom:link href="http://blog.yangtheman.com/tag/heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yangtheman.com</link>
	<description>Life hacker</description>
	<lastBuildDate>Thu, 08 Jul 2010 05:48:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Full text search on Heroku</title>
		<link>http://blog.yangtheman.com/2010/02/28/full-text-search-on-heroku/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=full-text-search-on-heroku</link>
		<comments>http://blog.yangtheman.com/2010/02/28/full-text-search-on-heroku/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 04:44:37 +0000</pubDate>
		<dc:creator>Yang Chung</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[acts_as_tsearch]]></category>
		<category><![CDATA[heroku]]></category>

		<guid isPermaLink="false">http://blog.yangtheman.com/?p=274</guid>
		<description><![CDATA[If you want to have full text search capability on Heroku, you should definitely use texticle or acts_as_tsearch. It is possible to use acts_as_farret on Heroku, but since you can only write to /tmp directory and your index file will be deleted sooner or later, you should not use it.
I first used texticle, and later [...]]]></description>
		<wfw:commentRss>http://blog.yangtheman.com/2010/02/28/full-text-search-on-heroku/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convert from MySQL to Postgres</title>
		<link>http://blog.yangtheman.com/2010/01/30/how-to-convert-from-mysql-to-postgres/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-convert-from-mysql-to-postgres</link>
		<comments>http://blog.yangtheman.com/2010/01/30/how-to-convert-from-mysql-to-postgres/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 07:55:21 +0000</pubDate>
		<dc:creator>Yang Chung</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.yangtheman.com/?p=245</guid>
		<description><![CDATA[I have been using MySQL for probably as long as I could remember. For Bloglation, search capability is an important feature since it&#8217;s hard to browse each post one by one. I will probably implement tagging functionality, but even so, it&#8217;s important to be able to search the contents with a keyword(s). While Ultrasphinx works [...]]]></description>
		<wfw:commentRss>http://blog.yangtheman.com/2010/01/30/how-to-convert-from-mysql-to-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing acts_as_ferret with pagination and deploying on Heroku</title>
		<link>http://blog.yangtheman.com/2009/11/05/installing-acts_as_ferret-with-pagination-and-deploying-on-heroku/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-acts_as_ferret-with-pagination-and-deploying-on-heroku</link>
		<comments>http://blog.yangtheman.com/2009/11/05/installing-acts_as_ferret-with-pagination-and-deploying-on-heroku/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:56:02 +0000</pubDate>
		<dc:creator>Yang Chung</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[acts_as_ferret]]></category>
		<category><![CDATA[ferret]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[paginate]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[will_paginate]]></category>

		<guid isPermaLink="false">http://blog.yangtheman.com/?p=205</guid>
		<description><![CDATA[OMG!
This shouldn&#8217;t have been this difficult, but it has because while there are many cool tutorials are out there, they are mostly outdated, and for some reason, the instruction on Heroku was not accessible.
While I picked acts_as_ferret because Heroku supports it, many seemed to prefer Thinking Sphinx. So, if you are not constrained (like me [...]]]></description>
		<wfw:commentRss>http://blog.yangtheman.com/2009/11/05/installing-acts_as_ferret-with-pagination-and-deploying-on-heroku/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Counting rows and modifying MySQL to work with Postgres or Heroku</title>
		<link>http://blog.yangtheman.com/2009/10/22/counting-rows-and-modifying-mysql-to-work-with-postgres-or-heroku/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=counting-rows-and-modifying-mysql-to-work-with-postgres-or-heroku</link>
		<comments>http://blog.yangtheman.com/2009/10/22/counting-rows-and-modifying-mysql-to-work-with-postgres-or-heroku/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:48:03 +0000</pubDate>
		<dc:creator>Yang Chung</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://blog.yangtheman.com/?p=183</guid>
		<description><![CDATA[Now I am moving on to Open Translation Project. I&#8217;ve done some translation work before, including one of Paul Graham&#8217;s essay &#8211; Why to not not start a startup. BTW, he finally made a link from the essay to my translation. I used Google Translate as base, but I couldn&#8217;t believe how bad the translation [...]]]></description>
		<wfw:commentRss>http://blog.yangtheman.com/2009/10/22/counting-rows-and-modifying-mysql-to-work-with-postgres-or-heroku/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying a Rails app on Heroku (paperclip, gems, yml)</title>
		<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>
		<comments>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:57:21 +0000</pubDate>
		<dc:creator>Yang Chung</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[ec2onrails]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[playgroundrus]]></category>

		<guid isPermaLink="false">http://blog.yangtheman.com/?p=80</guid>
		<description><![CDATA[I just moved my PlaygroundsRUs site from AWS to Heroku, and I couldn&#8217;t be happier. My first full month bill from Amazon was about $75, and $74 of that (99% of the total cost) was for running an instance. Harlan told me about Heroku after he deployed his ForkThis demo on there.
Most of the transition [...]]]></description>
		<wfw:commentRss>http://blog.yangtheman.com/2009/09/05/deploying-a-rails-app-on-heroku-paperclip-gems-yml/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
