我目前正在开发Rails Rails 4.2.6
和ruby 2.2.2p95
。我收到以下错误。
为什么资产在开发中没有预编译?我尝试添加gem 'sprockets-rails', '~> 3.0'
但没有成功。我还尝试在development.rb
中将config.assets.debug = true
更改为false
,但这也无效。样式位于assets文件夹中,如何解决此问题?
答案 0 :(得分:0)
在table {
border-collapse: collapse;
}
table,
th,
td {
border: 1px solid black;
}
中,更改
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<table id="myTable">
<thead>
<tr>
<th>Name</th>
<th>Age</th>
<th>Favorite Food</th>
<th>Favorite Beer</th>
</tr>
</thead>
<tbody>
<tr class='tableRow'>
<td>John</td>
<td>30</td>
<td><label><input type="radio" name="favoriteFood1" value="Pizza"/>Pizza</label><label><input type="radio" name="favoriteFood1" value="Tacos" />Tacos</label>
<td><input type="text" class="favoriteBeer"></td>
</tr>
<tr class='tableRow'>
<td>Joe</td>
<td>25</td>
<td><label><input type="radio" name="favoriteFood2" value="Pizza"/>Pizza</label><label><input type="radio" name="favoriteFood2" value="Tacos"/>Tacos</label>
<td><input type="text" class="favoriteBeer"></td>
</tr>
<tr class='tableRow'>
<td>Sam</td>
<td>50</td>
<td><label><input type="radio" name="favoriteFood3" value="Pizza"/>Pizza</label><label><input type="radio" name="favoriteFood3" value="Tacos"/>Tacos</label>
<td><input type="text" class="favoriteBeer"></td>
</tr>
</tbody>
</table>
<button type="button">Retrieve Data</button>
如果是真的。
答案 1 :(得分:0)
很少纠正。使用assets
代替assest
config.assets.debug = false