Skip to content

Instantly share code, notes, and snippets.

@greendog
Created December 4, 2012 00:01
Show Gist options
  • Save greendog/4199219 to your computer and use it in GitHub Desktop.
Save greendog/4199219 to your computer and use it in GitHub Desktop.
Rails.restart for nginx
Rails.class.__send__(:define_method, 'restart') do
File.open(Rails.root.join("tmp/restart.txt"), "w+") do |f|
f.write(" ")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment