public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
commit  db775b0594384ad6eccad9449f1f92a43a691f8f
tree    8a3d4a2d5f9fedee55983948b2b5a12d7dfb2e6b
parent  5833b5d217b4aac527fd2ec3308410e2dc8f97bc
passenger / lib / passenger / templates / app_exited_during_initialization.html.erb
100644 20 lines (16 sloc) 0.613 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<% 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 <b>web server's</b>
  log file (i.e. <em>not</em> the Rails 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 %>