Skip to content

Instantly share code, notes, and snippets.

@midu
Created October 31, 2013 15:21
Show Gist options
  • Save midu/7251544 to your computer and use it in GitHub Desktop.
Save midu/7251544 to your computer and use it in GitHub Desktop.
require 'guard'
require 'guard/plugin'
module ::Guard
class ReThin < ::Guard::Plugin
def run_all
end
def run_on_changes(paths)
`open http://localhost:5000`
end
end
end
guard :re_thin do
watch 'tmp/pids/thin.pid'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment