aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/guides/index.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt
index d6ccc48434..08d9694db8 100644
--- a/railties/doc/guides/index.txt
+++ b/railties/doc/guides/index.txt
@@ -36,7 +36,9 @@ TODO: Insert some description here.
.link:debugging/debugging_rails_applications.html[Debugging Rails Applications]
***********************************************************
-TODO: Insert some description here.
+This guide describes how to debug Rails applications. It covers the different
+ways of achieving this and how to understand what is happening "behind the scenes"
+of your code.
***********************************************************
.link:creating_plugins/creating_plugins.html[The Basics of Creating Rails Plugins]