diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 19:08:59 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-01-18 02:02:37 +1100 |
commit | a92d95908bdc8b1f2a5111a6d36b6de210ab5c55 (patch) | |
tree | 0798af9c643925846eaea487456a2fd0781b2047 /vendor/plugins/interlock/lib/tasks | |
parent | cc91fa28cd0e64576a5f2d8e5c2cb3629636ee74 (diff) |
Remove interlock as it's not compatible with Rails 3 and is unmaintained
Diffstat (limited to 'vendor/plugins/interlock/lib/tasks')
-rw-r--r-- | vendor/plugins/interlock/lib/tasks/interlock.rake | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/plugins/interlock/lib/tasks/interlock.rake b/vendor/plugins/interlock/lib/tasks/interlock.rake deleted file mode 100644 index a7089f112..000000000 --- a/vendor/plugins/interlock/lib/tasks/interlock.rake +++ /dev/null @@ -1,10 +0,0 @@ - -namespace :interlock do - desc "Watch the Rails log for Interlock-specific messages" - task :tail do - Dir.chdir RAILS_ROOT do - exec("tail -f log/#{RAILS_ENV}.log | grep interlock") - end - end -end -
\ No newline at end of file |