<?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>piddmedia</title>
	<atom:link href="http://piddmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://piddmedia.com</link>
	<description>interactive design and development</description>
	<lastBuildDate>Mon, 28 Nov 2011 19:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New Rails 3 app, routes.rb is good, database.yml is good. Still get 500 error.</title>
		<link>http://piddmedia.com/tutorials/new-rails-3-app-routes-rb-is-good-database-yml-is-good-still-get-500-error/</link>
		<comments>http://piddmedia.com/tutorials/new-rails-3-app-routes-rb-is-good-database-yml-is-good-still-get-500-error/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 19:38:58 +0000</pubDate>
		<dc:creator>C. Scott Asbach</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Rails 3]]></category>

		<guid isPermaLink="false">http://piddmedia.com/?p=1385</guid>
		<description><![CDATA[I have found there are A LOT of things that can go wrong with a Rails deployment, even if your 'Developer Friendly RoR Host' offers 'Fast Rails Deployment' and 'Incredible Ruby Hosting' and you are merely trying to deploy a simple 'Hello World' app. <a href="http://piddmedia.com/tutorials/new-rails-3-app-routes-rb-is-good-database-yml-is-good-still-get-500-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have found there are A LOT of things that can go wrong with a Rails deployment, even if your &#8216;Developer Friendly RoR Host&#8217; offers &#8216;Fast Rails Deployment&#8217; and &#8216;Incredible Ruby Hosting&#8217; and you are merely trying to deploy a simple &#8216;Hello World&#8217; app.<span id="more-1385"></span></p>
<p>As a result the internet is full of different suggestions for tweaks to make in various configuration files all throughout your Rails application directory tree. There are far too many of them to list here. I am going to provide the solution that worked for me because it was not nearly as common as the other suggested solutions so I think it needs little more representation.</p>
<p>If your database.yml is configured correctly (this is YAML, even bad white space can be a culprit here), and your routes.rb is configured correctly (if you are using rails generate commands this shouldn&#8217;t be an issue), and your are not trying to run your app from a sub directory (there can be quite a few tricky configuration hiccups associated with this), and you are running Rails v >= 3 (so much of the advice and tutorials floating around out there are for older versions, be careful!); like me. Then you might want to check <code>/log/production.log</code> and see if there&#8217;s an error like this: <code>Template::Error (application.css isn't precompiled):</code>. If there is then you need to run the following command in the command line from your applications root:</p>
<pre class="brush: plain; title: ; notranslate">
rake assets:precompile
</pre>
<p><strongOR</strong> you can open up <code>/config/environments/production.rb</code> and set <code>config.assets.compile</code> to <code>true</code>. This method is not recommended for use in production environments.</p>
]]></content:encoded>
			<wfw:commentRss>http://piddmedia.com/tutorials/new-rails-3-app-routes-rb-is-good-database-yml-is-good-still-get-500-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote of the Day</title>
		<link>http://piddmedia.com/asides/quote-of-the-day/</link>
		<comments>http://piddmedia.com/asides/quote-of-the-day/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:54:22 +0000</pubDate>
		<dc:creator>C. Scott Asbach</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://piddmedia.com/?p=1378</guid>
		<description><![CDATA[&#8216;Good enough software&#8217; is rarely good enough. It is a sad manifestation of the spirit of modern times, in which an individual&#8217;s pride in his/her work has become rare. The idea that one might derive satisfaction from his or her &#8230; <a href="http://piddmedia.com/asides/quote-of-the-day/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8216;Good enough software&#8217; is rarely good enough. It is a sad manifestation of the spirit of modern times, in which an individual&#8217;s pride in his/her work has become rare. The idea that one might derive satisfaction from his or her successful work, because that work is ingenious, beautiful, or just pleasing, has become ridiculed. Nothing but economic success and monetary reward is acceptable. Hence our occupations have become mere jobs. But quality of work can be expected only through personal satisfaction, dedication and enjoyment. In our profession, precision and perfection are not a dispensable luxury, but a simple necessity.<cite>-Niklaus Wirth <em>1997</em></cite></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://piddmedia.com/asides/quote-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintain text and layout proportions using 1140 Grid and ems</title>
		<link>http://piddmedia.com/asides/maintain-text-and-layout-proportions-using-1140-grid-and-ems/</link>
		<comments>http://piddmedia.com/asides/maintain-text-and-layout-proportions-using-1140-grid-and-ems/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 16:18:54 +0000</pubDate>
		<dc:creator>C. Scott Asbach</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[1140 Grid]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[font scaling]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://piddmedia.com/?p=1375</guid>
		<description><![CDATA[So if you are using 1140 grid you can make sure your text and line heights scale evenly within your columns by using ems for you max-width. Find the line in your 1140 Grid CSS that says max-width 1140px. Calculate the ems by dividing 1140 by your base font-size.  Now change the max-width from 1140px to this new value in ems. Now when you zoom in and out your should find that your text scales beautifully.

I've actually had this in the <a href="http://piddmedia.com/downloads/twenty-till-noon/">Twenty Till Noon</a> theme for a while and it's been working great. <a href="http://piddmedia.com/asides/maintain-text-and-layout-proportions-using-1140-grid-and-ems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So if you are using 1140 grid you can make sure your text and line heights scale evenly within your columns by using ems for you max-width. Find the line in your 1140 Grid CSS that says max-width 1140px. Calculate the ems by dividing 1140 by your base font-size.  Now change the max-width from 1140px to this new value in ems. Now when you zoom in and out you should find that your text scales beautifully.</p>
<p>I&#8217;ve actually had this in the <a href="http://piddmedia.com/downloads/twenty-till-noon/">Twenty Till Noon</a> theme for a while and it&#8217;s been working great.</p>
]]></content:encoded>
			<wfw:commentRss>http://piddmedia.com/asides/maintain-text-and-layout-proportions-using-1140-grid-and-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

