aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/index.txt
diff options
context:
space:
mode:
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]