aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-30 21:08:54 +0200
committerXavier Noria <fxn@hashref.com>2010-08-30 21:08:54 +0200
commit15d07981f6617a3f97f9e36f257131b56a97a441 (patch)
tree4ff3d90e1e6d3017c100057164168c2169db56fd /railties/guides/source
parent3d13dc88e20f86ac294baeafdd8343c5ddd3b623 (diff)
downloadrails-15d07981f6617a3f97f9e36f257131b56a97a441.tar.gz
rails-15d07981f6617a3f97f9e36f257131b56a97a441.tar.bz2
rails-15d07981f6617a3f97f9e36f257131b56a97a441.zip
Revert "refer to guides since 3.0 is released now"
Reason: This is an exception. Thing is when you contribute to Rails you need to know how to proceed *now*, the instructions may be different than the ones published with some past release. This reverts commit 3d13dc88e20f86ac294baeafdd8343c5ddd3b623.
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/initialization.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index c53071971a..531ddd998b 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -1437,7 +1437,7 @@ Afterwards this includes the +ActiveSupport::Benchmarkable+ which is used for be
end
</ruby>
-The "documentation":http://api.rubyonrails.org/classes/ActiveSupport/Benchmarkable.html is great about explaining what precisely this does.
+The "documentation":http://api.rails.info/classes/ActiveSupport/Benchmarkable.html#M000607 is great about explaining what precisely this does. (TODO: replace link with real documentation link when it becomes available.)
This module is also included into Active Record and +AbstractController+, meaning you can also use the +benchmark+ method in these methods.