提交 6b4939c3 编写于 作者: J James Dean Shepherd

Added links to the 'Rails Initialization Guide', marked as a work in progress

上级 efbb7356
......@@ -134,6 +134,10 @@ Ruby on Rails Guides
<%= guide('Asset Pipeline', 'asset_pipeline.html') do %>
<p>This guide documents the asset pipeline.</p>
<% end %>
<%= guide('The Rails Initialization Process', 'initialization.html', :work_in_progress => true) do %>
<p>This guide explains the internals of the Rails initialization process as of Rails 3.1</p>
<% end %>
</dl>
<h3>Extending Rails</h3>
......
......@@ -72,6 +72,7 @@
<dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd>
<dd><a href="caching_with_rails.html">Caching with Rails</a></dd>
<dd><a href="asset_pipeline.html">Asset Pipeline</a></dd>
<dd><a href="initialization.html">Rails Initialization Process</a></dd>
<dt>Extending Rails</dt>
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册