diff options
author | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-07-25 12:02:09 -0500 |
---|---|---|
committer | Benjamin Fleischer <github@benjaminfleischer.com> | 2014-07-25 13:25:42 -0500 |
commit | 65a227beda8c32972cb6fdb17ca93a4f5e828044 (patch) | |
tree | 11373672690c1f4abb19fd1b0c595e6fee284096 /tools | |
parent | 780fd61c24abad4b6f4fe4996ec0504d91d35915 (diff) | |
download | rails-65a227beda8c32972cb6fdb17ca93a4f5e828044.tar.gz rails-65a227beda8c32972cb6fdb17ca93a4f5e828044.tar.bz2 rails-65a227beda8c32972cb6fdb17ca93a4f5e828044.zip |
Correct tools/profile usage example
[ci skip]
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profile b/tools/profile index fbea67492b..d4b2fc5fbd 100755 --- a/tools/profile +++ b/tools/profile @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # Example: -# tools/profile activesupport/lib/active_support.rb +# ./profile ../activesupport/lib/active_support.rb [ruby-prof mode] ENV['NO_RELOAD'] ||= '1' ENV['RAILS_ENV'] ||= 'development' |