Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ThisIsMissEm/194665 to your computer and use it in GitHub Desktop.
Save ThisIsMissEm/194665 to your computer and use it in GitHub Desktop.
desc "Starts the thin web server through rackup."
task :serve do
%x[rackup -p 9292 -s thin]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment