We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d9c5e commit 037d5c7Copy full SHA for 037d5c7
1 file changed
index.html
@@ -684,6 +684,18 @@ <h2 id="jst">JavaScript Templates</h2>
684
</p>
685
686
<h2 id="changes">Change Log</h2>
687
+
688
+ <p>
689
+ <b class="header">0.6.0</b><br />
690
+ You can now pass <tt>debug_assets=true</tt> as a query parameter to debug
691
+ the un-packaged versions of your assets in production ... and disable this
692
+ feature by specifying <tt>allow_debugging: off</tt>.
693
+ Fixes for relative URL rewriting when Regex-unsafe characters exist in the
694
+ base path.
695
+ Fixes binary-mode file reading for some versions of Ruby 1.8 on Windows.
696
+ It's now possible to embed <tt>.woff</tt>-formatted fonts in stylesheets,
697
+ along with the rest.
698
+ </p>
699
700
<p>
701
<b class="header">0.5.4</b><br />
0 commit comments