You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web console seems not to like non-ASCII characters; this is what happens when using an accent:
>> puts "exposé"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[no address given] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at tryruby.org Port 80</address>
</body></html>
Cheers,
Dario Berzano.
The text was updated successfully, but these errors were encountered:
The web console seems not to like non-ASCII characters; this is what happens when using an accent:
Cheers,
Dario Berzano.
The text was updated successfully, but these errors were encountered: