<?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"
	>

<channel>
	<title>Jared's Blog &#187; Programming</title>
	<atom:link href="http://jrmehle.com/archives/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrmehle.com</link>
	<description>Through the Eyes of a Dork</description>
	<pubDate>Thu, 08 May 2008 00:51:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>5 Rails Tips</title>
		<link>http://jrmehle.com/2008/04/07/5-rails-tips/</link>
		<comments>http://jrmehle.com/2008/04/07/5-rails-tips/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 21:23:49 +0000</pubDate>
		<dc:creator>jared</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jrmehle.com/?p=363</guid>
		<description><![CDATA[One of my favorite Rails sites is Railscasts.com. They&#8217;re running a contest right now and below is my entry. They said I didn&#8217;t have to mention them, but I like them, so there you go. Now for some Rails tips.
Instead of hacking plugin code directly use the evil twin method.
Nesting resources more than 1 level [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite Rails sites is <a href="http://www.railscasts.com">Railscasts.com</a>. They&#8217;re running a contest right now and below is my entry. They said I didn&#8217;t have to mention them, but I like them, so there you go. Now for some Rails tips.</p>
<p>Instead of hacking plugin code directly use the <a href="http://errtheblog.com/posts/67-evil-twin-plugin">evil twin method</a>.</p>
<p>Nesting resources more than 1 level deep can cause headaches.</p>
<p>Test methods must start with &#8220;test&#8221;, but making them start with &#8220;test_should&#8221; is even better.</p>
<p>If your tests are failing for what seems like no good reason, drop your test database and recreate it.</p>
<p>Hyper-sensitive about security? Stop putting your production password in your database.yml file. Instead <a href="http://jonathan.tron.name/articles/2006/07/15/capistrano-password-prompt-tips">generate the file during deployment</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrmehle.com/2008/04/07/5-rails-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heroku, My Hero</title>
		<link>http://jrmehle.com/2008/02/17/heroku-my-hero/</link>
		<comments>http://jrmehle.com/2008/02/17/heroku-my-hero/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 18:03:28 +0000</pubDate>
		<dc:creator>jared</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://jrmehle.com/2008/02/17/heroku-my-hero/</guid>
		<description><![CDATA[One side effect of having many technology-related sources in my RSS reader is I sometimes notice certain things gaining traction. That was just the case with Heroku. First there was some rumbling on the MN Ruby mailing list, then a TechCrunch article, then I brought it up on the Pragmatic Studio Alumni list, and finally [...]]]></description>
			<content:encoded><![CDATA[<p>One side effect of having many technology-related sources in my RSS reader is I sometimes notice certain things gaining traction. That was just the case with <a href="http://www.heroku.com">Heroku</a>. First there was some rumbling on the MN Ruby mailing list, then a TechCrunch article, then I brought it up on the Pragmatic Studio Alumni list, and finally the official Ruby on Rails podcast did an episode on it.</p>
<p>What is it? I would call it an online RoR IDE with a hosting component. Once you sign up for an account, you are given the option to create a new project. As far as I can tell, there is no limit to the number of projects currently. From there, you can import an existing RoR project or start building one from scratch in Heroku&#8217;s IDE. Things like console access, testing, database migrations, logs, etc. are all there too. Logs are available via a tab in the IDE and you can always pull up the files in the IDE too. You are also given access to run any rake tasks and to open a Rails console to test your apps out in.The hosting component is automatically available to every project. A quick click from the IDE screen will take you to your hosted project which is stored at subdomain you select (project_name.heroku.com for example). It is hosted on Mongrel running in development mode which means any changes to the project are automatically reloaded.I admit, an online IDE sounds like a bad idea. We have much better tools on our own machines.</p>
<p>After using it, I would still say the same, however that doesn&#8217;t diminish the coolness of Heroku. The real value of Heroku is the hosting. With a couple of clicks your Rails app is hosted and publicly available. It is perfect for those little personal projects, one-off apps that will only exist for a short time, and quick demo sites.It also appears that Heroku is in beta and I can only expect they will be charging for this stuff eventually. My hope is I get grandfathered in for free as a beta tester.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrmehle.com/2008/02/17/heroku-my-hero/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.714 seconds -->
