decaf icon indicating copy to clipboard operation
decaf copied to clipboard

Ruby in the browser.

Results 8 decaf issues
Sort by recently updated
recently updated
newest added

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?

![screen shot 2014-09-11 at 9 57 57 pm](https://cloud.githubusercontent.com/assets/861069/4234954/c4b649e2-39bb-11e4-973b-bd13656ece17.png)

Will this support Linux?

enhancement

``` ruby require 'set' >>> "NoMethodError: undefined method `require' for #" ``` ``` ruby Kernel.require 'set' >>> "LoadError: cannot load such file -- set" ``` ``` ruby Kernel.require 'observable' >>>...

feature

About half the time, the debugger won't stop on Ruby breakpoints. This sucks.

bug

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...

bug

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: ```...

security