IronRuby allows you to use Ruby code in browser applications to script the HTML page and vector-graphics; combining the benefits of Ruby and rich-internet applications, without changing the way web-developers work.

At a very basic level, this lets you write Ruby code directly in HTML pages:

<script type="text/ruby">
    window.Alert("Hello from Ruby")
</script>