aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/index.txt
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-11 23:17:47 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-11 23:30:14 +0000
commit24ecfc004117559e598617831532de4cb29cc225 (patch)
tree0bb8098264bc6fde5d9dc384439000399599bc61 /railties/doc/guides/source/index.txt
parentde565b7e1d2376eb1506f96723bd2e13f3f40976 (diff)
downloadrails-24ecfc004117559e598617831532de4cb29cc225.tar.gz
rails-24ecfc004117559e598617831532de4cb29cc225.tar.bz2
rails-24ecfc004117559e598617831532de4cb29cc225.zip
- Approve performance guide for publication
- Rename AR finders guide
Diffstat (limited to 'railties/doc/guides/source/index.txt')
-rw-r--r--railties/doc/guides/source/index.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/railties/doc/guides/source/index.txt b/railties/doc/guides/source/index.txt
index 61be44c63e..7a0987b86a 100644
--- a/railties/doc/guides/source/index.txt
+++ b/railties/doc/guides/source/index.txt
@@ -40,11 +40,11 @@ This guide covers how you can use Active Record validations and callbacks.
This guide covers all the associations provided by Active Record.
***********************************************************
-.link:finders.html[Active Record Finders]
+.link:active_record_querying.html[Active Record Query Interface]
***********************************************************
CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/16[Lighthouse Ticket]
-This guide covers the find method defined in ActiveRecord::Base, as well as named scopes.
+This guide covers the database query interface provided by Active Record.
***********************************************************
++++++++++++++++++++++++++++++++++++++
@@ -115,9 +115,7 @@ of your code.
.link:performance_testing.html[Performance Testing Rails Applications]
***********************************************************
-CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/4[Lighthouse Ticket]
-
-This guide covers ways to analyze and optimize your running Rails code.
+This guide covers ways to benchmark and profile your Rails application.
***********************************************************
.link:creating_plugins.html[The Basics of Creating Rails Plugins]