<?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: Heroku: Web based Rails Hosting</title>
	<atom:link href="http://ajaxian.com/archives/heroku-web-based-rails-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: matthewcarriere</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-266589</link>
		<dc:creator>matthewcarriere</dc:creator>
		<pubDate>Tue, 12 Aug 2008 03:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-266589</guid>
		<description>Heroku is awesome! I am working on a series of Ruby on Rails with Heroku videos on my blog: http://matthewcarriere.com/2008/6/30/learning-rails-with-heroku-episode-1

Feel free to ping me for an invite as well.</description>
		<content:encoded><![CDATA[<p>Heroku is awesome! I am working on a series of Ruby on Rails with Heroku videos on my blog: <a href="http://matthewcarriere.com/2008/6/30/learning-rails-with-heroku-episode-1" rel="nofollow">http://matthewcarriere.com/2008/6/30/learning-rails-with-heroku-episode-1</a></p>
<p>Feel free to ping me for an invite as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thampou</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261900</link>
		<dc:creator>thampou</dc:creator>
		<pubDate>Thu, 06 Mar 2008 16:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261900</guid>
		<description>i&#039;d love one also :D (at thampou at gmail dot com)</description>
		<content:encoded><![CDATA[<p>i&#8217;d love one also :D (at thampou at gmail dot com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancox</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261290</link>
		<dc:creator>juliancox</dc:creator>
		<pubDate>Mon, 11 Feb 2008 22:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261290</guid>
		<description>@unisoniq - done</description>
		<content:encoded><![CDATA[<p>@unisoniq &#8211; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unisoniq</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261289</link>
		<dc:creator>unisoniq</dc:creator>
		<pubDate>Mon, 11 Feb 2008 22:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261289</guid>
		<description>can anyone send me an invite to unisoniq [a] gmail ?

thx</description>
		<content:encoded><![CDATA[<p>can anyone send me an invite to unisoniq [a] gmail ?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancox</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261268</link>
		<dc:creator>juliancox</dc:creator>
		<pubDate>Mon, 11 Feb 2008 08:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261268</guid>
		<description>I&#039;ve been using Herkou for some time now and I think its an excellent platform. Hats off to Adam et al for a great service - I really hope it succeeds as a business.

For a beta I the platform is amazingly stable and the Heroku team are incredibly responsive to emails on issues of significance.
On small scale projects and especially for Rails newbies Heroku has several significant attractions over standard rails development...
* Zero Setup.  You really can get straight into coding with Heroku.
* You don&#039;t need to remember to restart for config changes - it does it automatically (I love that)
* You don&#039;t need to remember to migrate (you get a nice big message about outstanding migrations)
* I can get to my app from any machine - saves having to carry the laptop home.
* This maybe fraught with risk but you can have more than one person working on the app without any special server set up.
* I don&#039;t have to leave the browser at all none of this browser/textmate/MySQL Query Browser switching.
* Their snapshot facility is really cool too.

For a small scale app or prototyping I really think Heroku beats doing it locally.  Navigating larger apps could soon get difficult to with the current editor but I&#039;m sure they&#039;re working on this.  You&#039;d be surprised how much essential functionality is already there - try command ] for example.

No ideas of cost of full fledged apps but they are planning on keeping a free option.  The main limitation is no outgoing connections (including email).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Herkou for some time now and I think its an excellent platform. Hats off to Adam et al for a great service &#8211; I really hope it succeeds as a business.</p>
<p>For a beta I the platform is amazingly stable and the Heroku team are incredibly responsive to emails on issues of significance.<br />
On small scale projects and especially for Rails newbies Heroku has several significant attractions over standard rails development&#8230;<br />
* Zero Setup.  You really can get straight into coding with Heroku.<br />
* You don&#8217;t need to remember to restart for config changes &#8211; it does it automatically (I love that)<br />
* You don&#8217;t need to remember to migrate (you get a nice big message about outstanding migrations)<br />
* I can get to my app from any machine &#8211; saves having to carry the laptop home.<br />
* This maybe fraught with risk but you can have more than one person working on the app without any special server set up.<br />
* I don&#8217;t have to leave the browser at all none of this browser/textmate/MySQL Query Browser switching.<br />
* Their snapshot facility is really cool too.</p>
<p>For a small scale app or prototyping I really think Heroku beats doing it locally.  Navigating larger apps could soon get difficult to with the current editor but I&#8217;m sure they&#8217;re working on this.  You&#8217;d be surprised how much essential functionality is already there &#8211; try command ] for example.</p>
<p>No ideas of cost of full fledged apps but they are planning on keeping a free option.  The main limitation is no outgoing connections (including email).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hendrickx</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261266</link>
		<dc:creator>Michael Hendrickx</dc:creator>
		<pubDate>Mon, 11 Feb 2008 04:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261266</guid>
		<description>Would be a pretty nice thing if they could indeed up the editor a bit.</description>
		<content:encoded><![CDATA[<p>Would be a pretty nice thing if they could indeed up the editor a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tr0y</title>
		<link>http://ajaxian.com/archives/heroku-web-based-rails-hosting/comment-page-1#comment-261263</link>
		<dc:creator>Tr0y</dc:creator>
		<pubDate>Sun, 10 Feb 2008 21:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3313#comment-261263</guid>
		<description>This looks pretty cool, I&#039;d like to see how stable it is.

Is there anyone currently using this who can speak to its stability?

Also, what will it cost to keep a rails app running compared to rails machine?</description>
		<content:encoded><![CDATA[<p>This looks pretty cool, I&#8217;d like to see how stable it is.</p>
<p>Is there anyone currently using this who can speak to its stability?</p>
<p>Also, what will it cost to keep a rails app running compared to rails machine?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

