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

This reverts commit 6b4939c3fd22924ee3d906f08fe739d848f80a3d.

Reason: This guide is still incomplete and is not yet reviewed or ready
to go to the index.
This commit is contained in:
Vijay Dev 2011-11-22 23:14:13 +05:30
parent 9dc9db1c99
commit 5c61b7230e
2 changed files with 0 additions and 5 deletions

@ -134,10 +134,6 @@ 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,7 +72,6 @@
<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>