<?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: Passenger can&#8217;t find Rails</title>
	<atom:link href="http://jonswope.com/2010/01/24/passenger-cant-find-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/</link>
	<description>More information than you cared to know about whatever I find cool</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tib</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-88</link>
		<dc:creator>tib</dc:creator>
		<pubDate>Mon, 08 Aug 2011 13:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-88</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-25&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-25&quot; rel=&quot;nofollow&quot;&gt;MiddleEarther&lt;/a&gt; :&lt;/strong&gt;
          I spent a good part of a day reading google posts before I gave up on this… came back to it and your post fixed it.  I went and added a line to the boot.rb prior to the complaint about failing to load the gem:
      $stderr.puts “Actual load error: ” + load_error
I really don’t see why rails would ever purposefully obscure the real error – sounds like a mistake.
         &lt;/blockquote&gt;
thanks !
and thanks for the author ! you saved my day !

By the way, I&#039;d like to congratulate the author of the original function, this is just magic ! ^^</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-25"><p>
<strong><a href="#comment-25" rel="nofollow">MiddleEarther</a> :</strong><br />
          I spent a good part of a day reading google posts before I gave up on this… came back to it and your post fixed it.  I went and added a line to the boot.rb prior to the complaint about failing to load the gem:<br />
      $stderr.puts “Actual load error: ” + load_error<br />
I really don’t see why rails would ever purposefully obscure the real error – sounds like a mistake.
         </p></blockquote>
<p>thanks !<br />
and thanks for the author ! you saved my day !</p>
<p>By the way, I&#8217;d like to congratulate the author of the original function, this is just magic ! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GConner</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-61</link>
		<dc:creator>GConner</dc:creator>
		<pubDate>Tue, 30 Nov 2010 20:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-61</guid>
		<description>Hi All, I have the same problem, and I&#039;m hoping you can tell me what I&#039;m missing. Here&#039;s the backtrace, and I don&#039;t see something obvious (other than it can&#039;t find rails). 

Backtrace:
    # 	File 	Line 	Location
    0 	/data/current_dpweb/config/boot.rb 	67 	in `exit&#039;
    1 	/data/current_dpweb/config/boot.rb 	67 	in `load_rails_gem&#039;
    2 	/data/current_dpweb/config/boot.rb 	54 	in `load_initializer&#039;
    3 	/data/current_dpweb/config/boot.rb 	38 	in `run&#039;
    4 	/data/current_dpweb/config/boot.rb 	11 	in `boot!&#039;
    5 	/data/current_dpweb/config/boot.rb 	111 	
    6 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `gem_original_require&#039;
    7 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `require&#039;
    8 	/data/current_dpweb/config/environment.rb 	7 	
    9 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `gem_original_require&#039;
    10 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `require&#039;
    11 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	318 	in `preload_application&#039;
    12 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	267 	in `initialize_server&#039;
    13 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb 	323 	in `report_app_init_status&#039;
    14 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	246 	in `initialize_server&#039;
    15 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	194 	in `start_synchronously&#039;
    16 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	163 	in `start&#039;
    17 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	222 	in `start&#039;
    18 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	253 	in `spawn_rails_application&#039;
    19 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	126 	in `lookup_or_add&#039;
    20 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	247 	in `spawn_rails_application&#039;
    21 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	80 	in `synchronize&#039;
    22 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	79 	in `synchronize&#039;
    23 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	246 	in `spawn_rails_application&#039;
    24 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	145 	in `spawn_application&#039;
    25 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	278 	in `handle_spawn_application&#039;
    26 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	352 	in `__send__&#039;
    27 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	352 	in `main_loop&#039;
    28 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	196 	in `start_synchronously&#039;
    29 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/bin/passenger-spawn-server 	61</description>
		<content:encoded><![CDATA[<p>Hi All, I have the same problem, and I&#8217;m hoping you can tell me what I&#8217;m missing. Here&#8217;s the backtrace, and I don&#8217;t see something obvious (other than it can&#8217;t find rails). </p>
<p>Backtrace:<br />
    # 	File 	Line 	Location<br />
    0 	/data/current_dpweb/config/boot.rb 	67 	in `exit&#8217;<br />
    1 	/data/current_dpweb/config/boot.rb 	67 	in `load_rails_gem&#8217;<br />
    2 	/data/current_dpweb/config/boot.rb 	54 	in `load_initializer&#8217;<br />
    3 	/data/current_dpweb/config/boot.rb 	38 	in `run&#8217;<br />
    4 	/data/current_dpweb/config/boot.rb 	11 	in `boot!&#8217;<br />
    5 	/data/current_dpweb/config/boot.rb 	111<br />
    6 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `gem_original_require&#8217;<br />
    7 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `require&#8217;<br />
    8 	/data/current_dpweb/config/environment.rb 	7<br />
    9 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `gem_original_require&#8217;<br />
    10 	/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 	31 	in `require&#8217;<br />
    11 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	318 	in `preload_application&#8217;<br />
    12 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	267 	in `initialize_server&#8217;<br />
    13 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb 	323 	in `report_app_init_status&#8217;<br />
    14 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	246 	in `initialize_server&#8217;<br />
    15 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	194 	in `start_synchronously&#8217;<br />
    16 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	163 	in `start&#8217;<br />
    17 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/railz/application_spawner.rb 	222 	in `start&#8217;<br />
    18 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	253 	in `spawn_rails_application&#8217;<br />
    19 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	126 	in `lookup_or_add&#8217;<br />
    20 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	247 	in `spawn_rails_application&#8217;<br />
    21 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	80 	in `synchronize&#8217;<br />
    22 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server_collection.rb 	79 	in `synchronize&#8217;<br />
    23 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	246 	in `spawn_rails_application&#8217;<br />
    24 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	145 	in `spawn_application&#8217;<br />
    25 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb 	278 	in `handle_spawn_application&#8217;<br />
    26 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	352 	in `__send__&#8217;<br />
    27 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	352 	in `main_loop&#8217;<br />
    28 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb 	196 	in `start_synchronously&#8217;<br />
    29 	/usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15/bin/passenger-spawn-server 	61</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Pierce</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-58</link>
		<dc:creator>Eric Pierce</dc:creator>
		<pubDate>Wed, 17 Nov 2010 20:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-58</guid>
		<description>+1, I had the same issue. Thanks for sharing your solution!</description>
		<content:encoded><![CDATA[<p>+1, I had the same issue. Thanks for sharing your solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walmsul</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-44</link>
		<dc:creator>walmsul</dc:creator>
		<pubDate>Thu, 16 Sep 2010 00:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-44</guid>
		<description>I reiterate all previous comments... this saved me a ton of time!  

Thanks!</description>
		<content:encoded><![CDATA[<p>I reiterate all previous comments&#8230; this saved me a ton of time!  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleEarther</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-25</link>
		<dc:creator>MiddleEarther</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-25</guid>
		<description>I spent a good part of a day reading google posts before I gave up on this... came back to it and your post fixed it.  I went and added a line to the boot.rb prior to the complaint about failing to load the gem:

      $stderr.puts &quot;Actual load error: &quot; + load_error

I really don&#039;t see why rails would ever purposefully obscure the real error - sounds like a mistake.</description>
		<content:encoded><![CDATA[<p>I spent a good part of a day reading google posts before I gave up on this&#8230; came back to it and your post fixed it.  I went and added a line to the boot.rb prior to the complaint about failing to load the gem:</p>
<p>      $stderr.puts &#8220;Actual load error: &#8221; + load_error</p>
<p>I really don&#8217;t see why rails would ever purposefully obscure the real error &#8211; sounds like a mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Arro</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-24</link>
		<dc:creator>Mattias Arro</dc:creator>
		<pubDate>Fri, 21 May 2010 18:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-24</guid>
		<description>Thanks man,  you saved my day!</description>
		<content:encoded><![CDATA[<p>Thanks man,  you saved my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soup</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-23</link>
		<dc:creator>Soup</dc:creator>
		<pubDate>Sun, 09 May 2010 05:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-23</guid>
		<description>This is very good information.</description>
		<content:encoded><![CDATA[<p>This is very good information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Throlkim</title>
		<link>http://jonswope.com/2010/01/24/passenger-cant-find-rails/comment-page-1/#comment-20</link>
		<dc:creator>Throlkim</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonswope.com/?p=42#comment-20</guid>
		<description>Phew, thanks for that - had exactly the same problem. That saved me a headache. :)</description>
		<content:encoded><![CDATA[<p>Phew, thanks for that &#8211; had exactly the same problem. That saved me a headache. <img src='http://jonswope.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

