Sha256: 8605ca0e342548b1ad2b0437a5f307d44564c45cf58813a8527625377550a485

Contents?: true

Size: 1.41 KB

Versions: 14

Compression:

Stored size: 1.41 KB

Contents

  <div id="container">
    <div id="header-container">
      <img src="/images/merb.jpg">
      <!-- <h1>Mongrel + Erb</h1> -->
      <h2>pocket rocket web framework</h2>
      <hr />
    </div>

    <div id="left-container">
      <h3>Exception:</h3>
      <p><%= params[:exception] %></p>
    </div>

    <div id="main-container">
      <h3>Welcome to Merb!</h3>
      <p>Merb is a light-weight MVC framework written in Ruby.  We hope you enjoy it.</p>
      
      <h3>Where can I find help?</h3>
      <p>If you have any questions or if you can't figure something out, please take a
        look at our <a href="http://merb.devjavu.com/"> project development page</a> or,
        feel free to come chat at irc.freenode.net, channel #merb.</p>

      <h3>How do I edit this page?</h3>
      <p>You're seeing this page because you need to edit the following files:
        <ul>
          <li>config/merb.yml <strong><em>(optional)</em></strong></li>
          <li>config/router.rb <strong><em>(recommended)</em></strong></li>
          <li>app/views/exceptions/not_found.html.erb <strong><em>(recommended)</em></strong></li>
          <li>app/views/layout/application.html.erb <strong><em>(change this layout)</em></strong></li>
        </ul>
      </p>
    </div>

    <div id="footer-container">
      <hr />
      <div class="left"></div>
      <div class="right">&copy; 2007 the merb dev team</div>
      <p>&nbsp;</p>
    </div>
  </div>

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
derailed-mole-1.0.10 samples/merbapp/app/views/exceptions/not_found.html.erb
merb-0.5.0 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.4.1 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.4.0 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.4.2 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.5.1 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.5.2 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
merb-0.5.3 app_generators/merb/templates/app/views/exceptions/not_found.html.erb
mole-1.0.7 samples/merbapp/app/views/exceptions/not_found.html.erb
mole-1.0.8 samples/merbapp/app/views/exceptions/not_found.html.erb
mole-1.0.9 samples/merbapp/app/views/exceptions/not_found.html.erb
mole-1.0.11 samples/merbapp/app/views/exceptions/not_found.html.erb
mole-1.0.6 samples/merbapp/app/views/exceptions/not_found.html.erb
mole-1.0.12 samples/merbapp/app/views/exceptions/not_found.html.erb