1
0
Fork 0
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:
Benjamin Fleischer 2014-07-25 12:02:09 -05:00
parent 780fd61c24
commit 65a227beda

View file

@ -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'