Sha256: 49e99b6aed978fc0d80b8460398b3eedbff2ec64124d2ea98e4c978a15089721

Contents?: true

Size: 1.22 KB

Versions: 12

Compression:

Stored size: 1.22 KB

Contents

<div>
  <h1>Welcome to your Mack application!</h1>

  <h4>If you are seeing this page, it means that your Mack application has been generated properly!</h4>
</div>

<div id="general_info_div">
  <h4>General Information:</h4>
  <table>
    <tr>
      <td align="right">Generated with Mack Version:</td>
      <td><%= Mack::VERSION %></td>
    </tr>
    <tr>
      <td align="right">Running with Mack Version:</td>
      <td><%%= Mack::VERSION %></td>
    </tr>
    <tr>
      <td align="right">Mack Root:</td>
      <td><%%= Mack.root %></td>
    </tr>
    <tr>
      <td align="right">Current Environment:</td>
      <td><%%= Mack.env %></td>
    </tr>
  </table>
</div>

<%% unless required_gem_list.empty? -%>
<div id="gems_div">
  <h4>Gems:</h4>
  <%% required_gem_list.each do |g| -%>
    <p>-- <%%= g %></p>
  <%% end -%>
</div>
<%% end -%>

<div id="request_div">
  <h4>Request:</h4>
  <%%= debug request %>
</div>

<div id="cookies_div">
  <h4>Cookies:</h4>
  <%%= debug cookies %>
</div>

<div id="parameters_div">
  <h4>Parameters:</h4>
  <%%= debug params %>
</div>

<div id="session_div">
  <h4>Session:</h4>
  <%%= debug session %>
</div>

<div id="config_div">
  <h4>Configuration:</h4>
  <%%= debug Mack::Configuration.dump %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mack-0.7.0 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.7.0.1 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.7.1.1 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.0.101 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.0.100 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.7.1 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.0.2 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.0 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.1 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.2 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.3 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template
mack-0.8.3.1 lib/mack/generators/mack_application_generator/templates/app/views/default/index.html.erb.template