Sha256: c6859147dde85317a02f871a32a944c1b721c5d8df48e0cc35f1a46aae031c03
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
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"> A source file that the application requires, is missing. <ul> <li class="first"> <div class="container"> <div class="content"> It is possible that you didn't upload your application files correctly. Please check whether all your application files are uploaded. </div> </div> </li> <li class="last"> <div class="container"> <div class="content"> A required library may not installed. Please install all libraries that this application requires. </div> </div> </li> </ul> Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem. <dl> <dt>Error message:</dt> <dd><%=h @error.child_exception.message %></dd> <dt>Exception class:</dt> <dd><%=h @error.child_exception.class %></dd> <dt>Application root:</dt> <dd> <tt class="filename"><%=h @app_root %></tt> </dd> <dt>Backtrace:</dt> <dd> <%= backtrace_html_for(@error.child_exception) %> </dd> </dl> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems