aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-22 23:14:13 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-22 23:14:13 +0530
commit5c61b7230eaa316ce64f4031234b425c35668988 (patch)
tree4f9935600436aaad79388f1c01a34445dd2441a9 /railties
parent9dc9db1c99bce6b4c478f0a587abcb7744f2ad5e (diff)
downloadrails-5c61b7230eaa316ce64f4031234b425c35668988.tar.gz
rails-5c61b7230eaa316ce64f4031234b425c35668988.tar.bz2
rails-5c61b7230eaa316ce64f4031234b425c35668988.zip
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.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/index.html.erb4
-rw-r--r--railties/guides/source/layout.html.erb1
2 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index a8e12174ed..c9a8c4fa5c 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -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>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 83a17988ab..4c979888b7 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -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>