<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,15 @@
 		&lt;/div&gt;
 		
 	&lt;% end %&gt;
+	
+	&lt;p&gt;
+	If you are unable to install Ruby on Rails (e.g. because you do not have
+	control over this server) then you could also &lt;em&gt;vendor&lt;/em&gt; (bundle)
+	your Rails version into your application by running &lt;pre&gt;rake vendor:rails&lt;/pre&gt;
+	in your application's source directory, and redeploying your application.
+	Please search the Internet for &quot;vendor rails&quot; if you're not familiar with
+	this technique.
+	&lt;/p&gt;
 
 &lt;/div&gt;
 &lt;% end %&gt;</diff>
      <filename>lib/phusion_passenger/templates/version_not_found.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -15,10 +15,11 @@
 #  with this program; if not, write to the Free Software Foundation, Inc.,
 #  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-$LOAD_PATH &lt;&lt; &quot;#{File.dirname(__FILE__)}/../lib&quot;
-require 'passenger/html_template'
-require 'passenger/spawn_manager'
-require 'passenger/platform_info'
+$LOAD_PATH.unshift(&quot;#{File.dirname(__FILE__)}/../lib&quot;)
+$LOAD_PATH.unshift(&quot;#{File.dirname(__FILE__)}/../ext&quot;)
+require 'phusion_passenger/html_template'
+require 'phusion_passenger/spawn_manager'
+require 'phusion_passenger/platform_info'
 include PhusionPassenger
 
 if !defined?(Mysql::Error)
@@ -101,7 +102,7 @@ def start
 	render_error_page(e, 'general_error.html',
 		'general_error')
 	
-	e = StandardError.new(&quot;Some error message&quot;)
+	e = AppInitError.new(&quot;Some error message&quot;, create_dummy_exception)
 	render_error_page(e, 'app_exited.html', 'app_exited_during_initialization')
 end
 </diff>
      <filename>misc/render_error_pages.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>672e3ba7775ad978d13b67f7e57aa5c7470f3ebb</id>
    </parent>
    <parent>
      <id>1c04be9be53aa0324ae9ee23a3dd184114ea8bd7</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/passenger/commit/4e57c4f2ce47e11a860ca503c7602efaffb65d89</url>
  <id>4e57c4f2ce47e11a860ca503c7602efaffb65d89</id>
  <committed-date>2009-03-17T02:13:26-07:00</committed-date>
  <authored-date>2009-03-17T02:13:26-07:00</authored-date>
  <message>Merge branch 'stable-2.1'</message>
  <tree>69b83ffa46957aa47b78451de2663d7789760a54</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
