<?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"
	>
<channel>
	<title>Comments on: Application Error - Rails application failed to start properly</title>
	<atom:link href="http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/</link>
	<description>A blog about web development, especially ruby on rails.</description>
	<pubDate>Tue, 06 Jan 2009 13:42:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Randy</title>
		<link>http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-61</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 14 Aug 2008 19:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-61</guid>
		<description>I think the best way to use gems on shared hosting is to unpack(freeze) them into your rails application. You can do this by installing the gem on your local machine, then go into your vendor/plugins directory and type

&lt;blockquote&gt;gem unpack will_paginate&lt;/blockquote&gt;

This will load the will_paginate gem into your application, so it is no longer required on the server.</description>
		<content:encoded><![CDATA[<p>I think the best way to use gems on shared hosting is to unpack(freeze) them into your rails application. You can do this by installing the gem on your local machine, then go into your vendor/plugins directory and type</p>
<blockquote><p>gem unpack will_paginate</p></blockquote>
<p>This will load the will_paginate gem into your application, so it is no longer required on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammam KBeili</title>
		<link>http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-58</link>
		<dc:creator>Tammam KBeili</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-58</guid>
		<description>I was wondering, I guess my problem is with gems not being installed on the server! especially that I'm using shared hosting. You know what's the best way to install gems on shared hosting?</description>
		<content:encoded><![CDATA[<p>I was wondering, I guess my problem is with gems not being installed on the server! especially that I&#8217;m using shared hosting. You know what&#8217;s the best way to install gems on shared hosting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-7</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-7</guid>
		<description>Two things you can try first. Log into the root of the application and type:

&lt;blockquote&gt;ruby script/console production&lt;/blockquote&gt;

Provided that doesn't spit out any errors, then try this:

cd to RAILS_ROOT/public directory and type:

&lt;blockquote&gt;ruby dispatch.rb&lt;/blockquote&gt;

That should display the webpage's html right to the console window.

Try those first to make sure the app isn't experiencing any other issues</description>
		<content:encoded><![CDATA[<p>Two things you can try first. Log into the root of the application and type:</p>
<blockquote><p>ruby script/console production</p></blockquote>
<p>Provided that doesn&#8217;t spit out any errors, then try this:</p>
<p>cd to RAILS_ROOT/public directory and type:</p>
<blockquote><p>ruby dispatch.rb</p></blockquote>
<p>That should display the webpage&#8217;s html right to the console window.</p>
<p>Try those first to make sure the app isn&#8217;t experiencing any other issues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manish</title>
		<link>http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-5</link>
		<dc:creator>manish</dc:creator>
		<pubDate>Wed, 19 Mar 2008 07:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.freezzo.com/2008/02/16/application-error-rails-application-failed-to-start-properly/#comment-5</guid>
		<description>I have done all the things tht u have written here. But still i m facing the same old problem. My log files are empty. How can i know that my connection with database is correct in server.
pls help me to resolve this prbolem.</description>
		<content:encoded><![CDATA[<p>I have done all the things tht u have written here. But still i m facing the same old problem. My log files are empty. How can i know that my connection with database is correct in server.<br />
pls help me to resolve this prbolem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
