diff options
author | José Valim <jose.valim@gmail.com> | 2012-03-13 14:04:03 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-03-13 14:04:03 -0700 |
commit | ae67a63fe9c5be4b8e2ef74239ec340e99d231ac (patch) | |
tree | 41674ee21bc537f1bf4de9beca2efc0533a3ed02 /tools | |
parent | 663b66fd538fc2f637f09bb27aad65449585f226 (diff) | |
parent | f1637bf2bb00490203503fbd943b73406e043d1d (diff) | |
download | rails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.tar.gz rails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.tar.bz2 rails-ae67a63fe9c5be4b8e2ef74239ec340e99d231ac.zip |
Merge pull request #572 from sikachu/remove_activeresource
Remove Active Resource source files from the repository.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/profile b/tools/profile index a6e3b41900..51cb7f33e8 100755 --- a/tools/profile +++ b/tools/profile @@ -1,7 +1,6 @@ #!/usr/bin/env ruby # Example: # tools/profile_requires activesupport/lib/active_support.rb -# tools/profile_requires activeresource/examples/simple.rb abort 'Use REE so you can profile memory and object allocation' unless GC.respond_to?(:enable_stats) ENV['NO_RELOAD'] ||= '1' |