aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-07-17 23:41:00 +0930
committerMatthew Draper <matthew@trebex.net>2014-07-17 23:41:00 +0930
commit719701d617abbf87f24f8de8655a7ad3657e6533 (patch)
treed0b573e1cde338c89e3ad04274163b7d4ec623f5
parentb062d5d9671de59490dffd0ff18f650e22528756 (diff)
parentf032ba528b905e654e062efcf2e6db61b66a0b2a (diff)
downloadrails-719701d617abbf87f24f8de8655a7ad3657e6533.tar.gz
rails-719701d617abbf87f24f8de8655a7ad3657e6533.tar.bz2
rails-719701d617abbf87f24f8de8655a7ad3657e6533.zip
Merge pull request #16205 from davejachimiak/remove_profile_and_benchmark_point
Remove "profile and benchmark" line from command line guide
-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.
--------------------------------------------------------------------------------