aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.html.erb
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/guides/source/index.html.erb
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/guides/source/index.html.erb')
-rw-r--r--railties/guides/source/index.html.erb4
1 files changed, 4 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>