decaf
decaf copied to clipboard
Ruby in the browser.
Hi @timahoney, Just saw this and thought it was interesting. I'm curious, though, as to how it compares to [OpalRb](https://github.com/opal/opal), another project which uses Ruby in place of JavaScript. I...
Not finding window.ActiveXObject (expected not to), or window.XMLHttpRequest (kinda surprised). Are these not part of the webkit idl?

``` ruby require 'set' >>> "NoMethodError: undefined method `require' for #" ``` ``` ruby Kernel.require 'set' >>> "LoadError: cannot load such file -- set" ``` ``` ruby Kernel.require 'observable' >>>...
About half the time, the debugger won't stop on Ruby breakpoints. This sucks.
open google.com search for some stuff, opens the instant result page if I am clicking on any of the links, it does not take me to it, but if right...
All the pages in a process share the same DOM classes. This means that one site could monkey-patch a class and breach the security of another site. For example: ```...