aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJames Dean Shepherd <jamesds2007@gmail.com>2011-11-20 02:34:55 +0000
committerJames Dean Shepherd <jamesds2007@gmail.com>2011-11-20 02:34:55 +0000
commit6b4939c3fd22924ee3d906f08fe739d848f80a3d (patch)
tree47b68f441130ba0ae88fe03100676931b521f06b /railties
parentefbb73562dde7510d0a08e91a09f1545880b35cb (diff)
downloadrails-6b4939c3fd22924ee3d906f08fe739d848f80a3d.tar.gz
rails-6b4939c3fd22924ee3d906f08fe739d848f80a3d.tar.bz2
rails-6b4939c3fd22924ee3d906f08fe739d848f80a3d.zip
Added links to the 'Rails Initialization Guide', marked as a work in progress
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, 5 insertions, 0 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index c9a8c4fa5c..a8e12174ed 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -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>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 4c979888b7..83a17988ab 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -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>