Sha256: 66f1e016c119839d226f06587a56838b98c46720ee72d8d76122d5bfea8e06bc

Contents?: true

Size: 566 Bytes

Versions: 4

Compression:

Stored size: 566 Bytes

Contents

<% layout 'error_layout', :title => "Ruby on Rails application could not be started" do %>
<h1 class="error_title">Ruby on Rails application could not be started</h1>
<div id="content">

	The application has exited during startup (i.e. during the evaluation of
	<tt>config/environment.rb</tt>). The error message may have been
	written to the web server's log file. Please check the web server's log file
	to find out why the application exited.
	
	<dl>
	<dt>Application root:</dt>
	<dd>
		<tt class="filename"><%=h @app_root %></tt>
	</dd>
	</dl>

</div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
passenger-1.0.1 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-1.0.2 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-1.0.3 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-1.0.4 lib/passenger/templates/app_exited_during_initialization.html.erb