aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jachimiak <dave.jachimiak@gmail.com>2014-07-17 09:07:08 -0400
committerDave Jachimiak <dave.jachimiak@gmail.com>2014-07-17 09:07:08 -0400
commitf032ba528b905e654e062efcf2e6db61b66a0b2a (patch)
treed0b573e1cde338c89e3ad04274163b7d4ec623f5
parentb062d5d9671de59490dffd0ff18f650e22528756 (diff)
downloadrails-f032ba528b905e654e062efcf2e6db61b66a0b2a.tar.gz
rails-f032ba528b905e654e062efcf2e6db61b66a0b2a.tar.bz2
rails-f032ba528b905e654e062efcf2e6db61b66a0b2a.zip
Remove "profile and benchmark" line from command line guide
The profiling and benchmarking commands are no longer built into Rails.
-rw-r--r--guides/source/command_line.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index cb0228fa75..3a78c3bb3f 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -7,7 +7,6 @@ After reading this guide, you will know:
* How to generate models, controllers, database migrations, and unit tests.
* How to start a development server.
* How to experiment with objects through an interactive shell.
-* How to profile and benchmark your new creation.
--------------------------------------------------------------------------------