What's new? | Help | Directory | Sign in
Google
ruby-in-browser
To try to allow you to run Ruby code in the browser
  
  
  
  
    
Code License: Apache License 2.0
Labels: ruby, browser, script, web
Join project
Project owners:
  dalmaer

I would love to be able to write:

<script type="text/ruby">

document.ready do |dom|
dom["table tr"] << "<td>test</td>"
end
</script>

This is an attempt to see how far we can get down that path.