Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skunkworker/cc032f15454f55570ebc to your computer and use it in GitHub Desktop.
Save skunkworker/cc032f15454f55570ebc to your computer and use it in GitHub Desktop.
rails r 'File.write("./viz.html", Rails.application.routes.router.visualizer)';
ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8080, :DocumentRoot => Dir.pwd); trap('INT') { s.shutdown }; s.start";
open "http://localhost:8080/viz.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment