<?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: Warehouse installation tutorial</title>
	<atom:link href="http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/</link>
	<description>Random rants about code and life.</description>
	<lastBuildDate>Thu, 19 Nov 2009 23:23:49 -0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: changelog</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2584</link>
		<dc:creator>changelog</dc:creator>
		<pubDate>Thu, 19 Nov 2009 23:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2584</guid>
		<description>I might have forgotten to indicate to install rubygems on the article. Did you do that?</description>
		<content:encoded><![CDATA[<p>I might have forgotten to indicate to install rubygems on the article. Did you do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Craig</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2582</link>
		<dc:creator>Chris Craig</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2582</guid>
		<description>When I execute: RAILS_ENV=production rake db:schema:load I get this:

(in /var/www/svn)
rake aborted!
no such file to load -- rubygems

Any idea?</description>
		<content:encoded><![CDATA[<p>When I execute: RAILS_ENV=production rake db:schema:load I get this:</p>
<p>(in /var/www/svn)<br />
rake aborted!<br />
no such file to load &#8212; rubygems</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2547</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2547</guid>
		<description>I seem to be blind ;-) The only thing I forgot was to add

RAILS_ENV=production

to my rake commands. Now everything&#039;s fine. Thanks again.</description>
		<content:encoded><![CDATA[<p>I seem to be blind <img src='http://blog.andremedeiros.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The only thing I forgot was to add</p>
<p>RAILS_ENV=production</p>
<p>to my rake commands. Now everything&#8217;s fine. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2546</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2546</guid>
		<description>Meanwhile I found the reason: only the development database has contents, the production DB is completely empty. How comes? I did a

rake db:migrate

and a

rake db:schema:load

Thanks in advance :-)</description>
		<content:encoded><![CDATA[<p>Meanwhile I found the reason: only the development database has contents, the production DB is completely empty. How comes? I did a</p>
<p>rake db:migrate</p>
<p>and a</p>
<p>rake db:schema:load</p>
<p>Thanks in advance <img src='http://blog.andremedeiros.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2545</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2545</guid>
		<description>Hey, thanks for the tutorial. Using Mongrel everything seems fine, I get the installer screen. But when I&#039;m trying to use Apache, I get the following error message:

We&#039;re sorry, but something went wrong.

We&#039;ve been notified about this issue and we&#039;ll take a look at it shortly.

Unfortunately I can&#039;t find anything in the logs. The error log is empty, the access log looks fine.

Any suggestions?

OS: Ubuntu 9.04 Server</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tutorial. Using Mongrel everything seems fine, I get the installer screen. But when I&#8217;m trying to use Apache, I get the following error message:</p>
<p>We&#8217;re sorry, but something went wrong.</p>
<p>We&#8217;ve been notified about this issue and we&#8217;ll take a look at it shortly.</p>
<p>Unfortunately I can&#8217;t find anything in the logs. The error log is empty, the access log looks fine.</p>
<p>Any suggestions?</p>
<p>OS: Ubuntu 9.04 Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lordaba</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2536</link>
		<dc:creator>lordaba</dc:creator>
		<pubDate>Sun, 21 Jun 2009 01:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2536</guid>
		<description>I am stuck at: 

There appears to be a database problem.

    *
      Your config/database.yml may not be written correctly. Please check it and fix any errors.
    *
      Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date.
    *
      The database server may not be running. Please check whether it&#039;s running, and start it if it isn&#039;t.

Error message:
    Can&#039;t connect to local MySQL server through socket &#039;/var/run/mysqld/mysld.sock&#039; (2) (Mysql::Error)
Exception class:
    Mysql::Error 
Application root:
    /home/warehouse/www 

and my datbaase.yml is set to the correct directory based on mysql status command.</description>
		<content:encoded><![CDATA[<p>I am stuck at: </p>
<p>There appears to be a database problem.</p>
<p>    *<br />
      Your config/database.yml may not be written correctly. Please check it and fix any errors.<br />
    *<br />
      Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date.<br />
    *<br />
      The database server may not be running. Please check whether it&#8217;s running, and start it if it isn&#8217;t.</p>
<p>Error message:<br />
    Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysld.sock&#8217; (2) (Mysql::Error)<br />
Exception class:<br />
    Mysql::Error<br />
Application root:<br />
    /home/warehouse/www </p>
<p>and my datbaase.yml is set to the correct directory based on mysql status command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2044</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 22 May 2009 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2044</guid>
		<description>I was having the same issue with the browser, and it is apparently due to an issue with the rails truncate helper. If you&#039;re using Ruby 1.8.7 and Rails 2.0.2, try the solution in the following post:

http://blog.sviluppoweb.eu/2008/11/26/undefined-method-length-for-enumerableenumerator-on-text_helperrb50in-truncate/</description>
		<content:encoded><![CDATA[<p>I was having the same issue with the browser, and it is apparently due to an issue with the rails truncate helper. If you&#8217;re using Ruby 1.8.7 and Rails 2.0.2, try the solution in the following post:</p>
<p><a href="http://blog.sviluppoweb.eu/2008/11/26/undefined-method-length-for-enumerableenumerator-on-text_helperrb50in-truncate/" rel="nofollow">http://blog.sviluppoweb.eu/2008/11/26/undefined-method-length-for-enumerableenumerator-on-text_helperrb50in-truncate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: changelog</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-/#comment-1339</link>
		<dc:creator>changelog</dc:creator>
		<pubDate>Tue, 31 Mar 2009 12:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-1339</guid>
		<description>That&#039;s awesome!</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-/#comment-1337</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-1337</guid>
		<description>I got it! thanks!</description>
		<content:encoded><![CDATA[<p>I got it! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: changelog</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-/#comment-1336</link>
		<dc:creator>changelog</dc:creator>
		<pubDate>Mon, 30 Mar 2009 19:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-1336</guid>
		<description>What distribution and version of Linux are you using? You could try building passenger from source like so:

sudo gem install passenger

Install the development tools (ruby-dev, build-essentials, etc) first.</description>
		<content:encoded><![CDATA[<p>What distribution and version of Linux are you using? You could try building passenger from source like so:</p>
<p>sudo gem install passenger</p>
<p>Install the development tools (ruby-dev, build-essentials, etc) first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.281 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-09 21:33:42 -->
