diff options
author | miloops <miloops@gmail.com> | 2008-09-10 11:31:59 -0300 |
---|---|---|
committer | miloops <miloops@gmail.com> | 2008-09-10 11:31:59 -0300 |
commit | 33ee0e3e2d6185e5bd5019e0d806afb808c37611 (patch) | |
tree | a42d9320895471bfc3a03b63672a500fd9257ea0 /railties/doc/guides | |
parent | 3cebc1932b7698d638c0c38609f30536f7a8999c (diff) | |
download | rails-33ee0e3e2d6185e5bd5019e0d806afb808c37611.tar.gz rails-33ee0e3e2d6185e5bd5019e0d806afb808c37611.tar.bz2 rails-33ee0e3e2d6185e5bd5019e0d806afb808c37611.zip |
Add the description of "Debugging Rails applications" guide to index.
Diffstat (limited to 'railties/doc/guides')
-rw-r--r-- | railties/doc/guides/index.txt | 4 |
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] |