<% layout 'error_layout', :title => "#{@app_name} application could not be started" do %>

<%= @app_name %> application could not be started

There appears to be a database problem.
Error message:
<%=h @error.child_exception.message %>
Exception class:
<% if @error.child_exception.respond_to?(:real_class_name) %> <%=h @error.child_exception.real_class_name %> <% else %> <%=h @error.child_exception.class %> <% end %>
Application root:
<%=h @app_root %>
Backtrace:
<%= backtrace_html_for(@error.child_exception) %>
<% end %>