<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Passenger with Rails 2.3 application (MissingSourceFile)</title>
	<atom:link href="http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/feed/" rel="self" type="application/rss+xml" />
	<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/</link>
	<description>Ruby on Rails Geek Blog</description>
	<lastBuildDate>Thu, 17 Dec 2009 18:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Dewey</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-140</link>
		<dc:creator>John Dewey</dc:creator>
		<pubDate>Mon, 18 May 2009 22:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-140</guid>
		<description>Hi Kevin -

It should be backward compatible.  Passenger loads application_controller first, then falls back to application.

http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb</description>
		<content:encoded><![CDATA[<p>Hi Kevin -</p>
<p>It should be backward compatible.  Passenger loads application_controller first, then falls back to application.</p>
<p><a href="http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb" rel="nofollow">http://github.com/FooBarWidget/passenger/blob/f71974611d5ebe66875fbe3b053738926a5df18c/lib/phusion_passenger/railz/application_spawner.rb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Monk</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-139</link>
		<dc:creator>Kevin Monk</dc:creator>
		<pubDate>Mon, 18 May 2009 11:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-139</guid>
		<description>ANybody know how this may effect other apps on the same server that have their rails gem frozen to Rails &lt; 2.3

i.e. is it backwards compatible. Is it likely that I&#039;ll have my older Apps looking for a non_existent application_controller.rb?</description>
		<content:encoded><![CDATA[<p>ANybody know how this may effect other apps on the same server that have their rails gem frozen to Rails &lt; 2.3</p>
<p>i.e. is it backwards compatible. Is it likely that I&#8217;ll have my older Apps looking for a non_existent application_controller.rb?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarl</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-136</link>
		<dc:creator>Jarl</dc:creator>
		<pubDate>Mon, 04 May 2009 12:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-136</guid>
		<description>I figured it out, the problem was not BB passenger package on jaunty. The problem was that I forgot to set the RailsEnv variable in the apache conf file. The BB package for hardy also seem to work fine on jaunty as well.</description>
		<content:encoded><![CDATA[<p>I figured it out, the problem was not BB passenger package on jaunty. The problem was that I forgot to set the RailsEnv variable in the apache conf file. The BB package for hardy also seem to work fine on jaunty as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarl</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-135</link>
		<dc:creator>Jarl</dc:creator>
		<pubDate>Mon, 04 May 2009 11:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-135</guid>
		<description>Has anybody tried the brightbox package on Jaunty? It seems like I have problems with that, it could also be something else. I am now going to try Greggs workaround using default package.</description>
		<content:encoded><![CDATA[<p>Has anybody tried the brightbox package on Jaunty? It seems like I have problems with that, it could also be something else. I am now going to try Greggs workaround using default package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-132</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Sat, 25 Apr 2009 06:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-132</guid>
		<description>as a work around until passenger catches up I am going the path of least resistance and create a soft link to the old file.  From the controllers folder: ln -s application_controller.rb application.rb</description>
		<content:encoded><![CDATA[<p>as a work around until passenger catches up I am going the path of least resistance and create a soft link to the old file.  From the controllers folder: ln -s application_controller.rb application.rb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarl</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-131</link>
		<dc:creator>Jarl</dc:creator>
		<pubDate>Thu, 23 Apr 2009 09:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-131</guid>
		<description>Hmm... lucky for us then that the package does also work with any newer software found in 8.10, right?

Even worse, the package for jaunty (9.04) is still 2.0.3:
http://packages.ubuntu.com/jaunty/web/libapache2-mod-passenger

Jarl</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; lucky for us then that the package does also work with any newer software found in 8.10, right?</p>
<p>Even worse, the package for jaunty (9.04) is still 2.0.3:<br />
<a href="http://packages.ubuntu.com/jaunty/web/libapache2-mod-passenger" rel="nofollow">http://packages.ubuntu.com/jaunty/web/libapache2-mod-passenger</a></p>
<p>Jarl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dewey</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-130</link>
		<dc:creator>John Dewey</dc:creator>
		<pubDate>Wed, 22 Apr 2009 20:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-130</guid>
		<description>As lame as it is, I am using the hardy build of libapache2-mod-passenger for 8.10.  The intrepid versions are still at 2.0.3.</description>
		<content:encoded><![CDATA[<p>As lame as it is, I am using the hardy build of libapache2-mod-passenger for 8.10.  The intrepid versions are still at 2.0.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarl</title>
		<link>http://geminstallthat.wordpress.com/2009/03/01/passenger-with-rails-23-application-missingsourcefile/#comment-129</link>
		<dc:creator>Jarl</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=192#comment-129</guid>
		<description>Thanks for the post. This explains stuff.

How did you install the brightbox version of libapache2-mod-passenger on a ubuntu 8.10? They only make it available for hardy. This may very well be a ubuntu question, but I would like to know the answer anyway :-)

Jarl</description>
		<content:encoded><![CDATA[<p>Thanks for the post. This explains stuff.</p>
<p>How did you install the brightbox version of libapache2-mod-passenger on a ubuntu 8.10? They only make it available for hardy. This may very well be a ubuntu question, but I would like to know the answer anyway <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Jarl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
