From 6b4939c3fd22924ee3d906f08fe739d848f80a3d Mon Sep 17 00:00:00 2001 From: James Dean Shepherd Date: Sun, 20 Nov 2011 02:34:55 +0000 Subject: Added links to the 'Rails Initialization Guide', marked as a work in progress --- railties/guides/source/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'railties/guides/source/index.html.erb') 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 %>

This guide documents the asset pipeline.

<% end %> + +<%= guide('The Rails Initialization Process', 'initialization.html', :work_in_progress => true) do %> +

This guide explains the internals of the Rails initialization process as of Rails 3.1

+<% end %>

Extending Rails

-- cgit v1.2.3