Skip to content

Instantly share code, notes, and snippets.

@xenda
Forked from adzap/development.rb
Created November 19, 2009 14:26
Show Gist options
  • Save xenda/238796 to your computer and use it in GitHub Desktop.
Save xenda/238796 to your computer and use it in GitHub Desktop.
Restart Task and Debug with ruby-debug
task :restart do
system("touch tmp/restart.txt")
system("touch tmp/debug.txt") if ENV["DEBUG"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment