mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correct tools/profile usage example
[ci skip]
This commit is contained in:
parent
780fd61c24
commit
65a227beda
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue