Skip to content

Instantly share code, notes, and snippets.

@evanleck
Created December 10, 2015 22:06
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 evanleck/0f5d77860c7bcff88db5 to your computer and use it in GitHub Desktop.
Save evanleck/0f5d77860c7bcff88db5 to your computer and use it in GitHub Desktop.
Better Low-Level Error Handling with Puma
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='refresh' content='5'>
<title>Temporarily Unavailable</title>
<link rel='stylesheet' type='text/css' href='//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css'>
</head>
<body>
<div class='container'>
<div class='col-sm-offset-3 col-sm-6 text-center'>
<br>
<br>
<h1>Temporarily Unavailable</h1>
<br>
<div class='well'>
<p>We're sorry, we're experiencing a little trouble.</p>
<p>We will be back shortly, but if you continue to see this error please <a href='mailto:service@cardserviceteam.com'>contact customer service</a>.</p>
<hr>
<p>Feel free to realod this page or <a href='/'>head back to the homepage</a>.</p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment