Sha256: 587193a95ac79ed4a68cca800b791a65a3ba7be930ce19d24fa069d726f9f7f7

Contents?: true

Size: 631 Bytes

Versions: 6

Compression:

Stored size: 631 Bytes

Contents

<% layout 'error_layout', :title => "#{@app_name} application could not be started" do %>
<h1 class="error_title"><%= @app_name %> 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 <b>web server's</b>
	log file (i.e. <em>not</em> the (Rails) application'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

6 entries across 6 versions & 1 rubygems

Version Path
passenger-2.0.1 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-2.0.2 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-2.0.3 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-2.0.4 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-2.0.5 lib/passenger/templates/app_exited_during_initialization.html.erb
passenger-2.0.6 lib/passenger/templates/app_exited_during_initialization.html.erb