coverage/rcov/config-initializers-new_framework_defaults_rb.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>config/initializers/new_framework_defaults.rb</title>
<link href="./assets/0.2.3/screen.css" media="all" rel="stylesheet" type="text/css" />
<link href="./assets/0.2.3/print.css" media="print" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<script type="text/javascript" src="./assets/0.2.3/rcov.js"></script>
</head>
<body>
<h1>2017.1-escola-x C0 Coverage Information - Simploco - RCov</h1>
<h2>config/initializers/new_framework_defaults.rb</h2>
<div class="report_table_wrapper">
<table class='report' id='report_table'>
<thead>
<tr>
<th class="left_align">Name</th>
<th class="right_align">Total Lines</th>
<th class="right_align">Lines of Code</th>
<th class="left_align">Total Coverage</th>
<th class="left_align">Code Coverage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left_align"><a href="config-initializers-new_framework_defaults_rb.html">config/initializers/new_framework_defaults.rb</a></td>
<td class='right_align'><tt>24</tt></td>
<td class='right_align'><tt>6</tt></td>
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
<div class="percent_graph">
<div class="covered" style="width:100px"></div>
<div class="uncovered" style="width:0px"></div>
</div></td>
<td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
<div class="percent_graph">
<div class="covered" style="width:100px"></div>
<div class="uncovered" style="width:0px"></div>
</div></td>
</tr>
</tbody>
</table>
</div>
<h3>Key</h3>
<div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
<h3>Coverage Details</h3>
<table class="details">
<tbody>
<tr class="inferred">
<td><pre><a name="line2">2</a> # Be sure to restart your server when you modify this file.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line3">3</a> #</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line4">4</a> # This file contains migration options to ease your Rails 5.0 upgrade.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line5">5</a> #</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line6">6</a> # Read the Guide for Upgrading Ruby on Rails for more info on each option.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line7">7</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line8">8</a> # Enable per-form CSRF tokens. Previous versions had false.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line9">9</a> Rails.application.config.action_controller.per_form_csrf_tokens = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line10">10</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line11">11</a> # Enable origin-checking CSRF mitigation. Previous versions had false.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line12">12</a> Rails.application.config.action_controller.forgery_protection_origin_check = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line13">13</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line14">14</a> # Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line15">15</a> # Previous versions had false.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line16">16</a> ActiveSupport.to_time_preserves_timezone = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line17">17</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line18">18</a> # Require `belongs_to` associations by default. Previous versions had false.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line19">19</a> Rails.application.config.active_record.belongs_to_required_by_default = true</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line20">20</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line21">21</a> # Do not halt callback chains when a callback returns false. Previous versions had true.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line22">22</a> ActiveSupport.halt_callback_chains_on_return_false = false</pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line23">23</a> </pre></td>
</tr>
<tr class="inferred">
<td><pre><a name="line24">24</a> # Configure SSL options to enable HSTS with subdomains. Previous versions had false.</pre></td>
</tr>
<tr class="marked">
<td><pre><a name="line25">25</a> Rails.application.config.ssl_options = { hsts: { subdomains: true } }</pre></td>
</tr>
</tbody>
</table>
<p>Generated on 2017-06-02 19:20:17 -0300 with <a href="https://github.com/fguillen/simplecov-rcov">SimpleCov-RCov 0.2.3</a></p>
</body>
</html>