aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-16 22:43:07 +0200
committerPratik Naik <pratiknaik@gmail.com>2008-10-16 22:51:23 +0200
commit0ed341ebac6cd1016c6ed23d8e97f6e6d4c8f6e7 (patch)
tree05ca3d3a4054a6edab23a3c11906e197bdf706b1 /railties/Rakefile
parent0242d817035e60357e559af0e9441a1f24a764e4 (diff)
downloadrails-0ed341ebac6cd1016c6ed23d8e97f6e6d4c8f6e7.tar.gz
rails-0ed341ebac6cd1016c6ed23d8e97f6e6d4c8f6e7.tar.bz2
rails-0ed341ebac6cd1016c6ed23d8e97f6e6d4c8f6e7.zip
Remove fiveruns. And preamble->index
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 8de7e24738..0837e71ceb 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -288,7 +288,7 @@ guides = [
{ 'activerecord' => 'finders' },
{ 'debugging' => 'debugging_rails_applications' },
{ 'caching' => 'caching_with_rails' },
- { 'benchmarking_and_profiling' => 'preamble' },
+ { 'benchmarking_and_profiling' => 'index' },
{ 'actionview' => 'layouts_and_rendering' }
]