[Prototype-core] Patch For Windows Internet Explorer Having to be Closed to Complete Testing

2007-04-26 Thread Ryan Schuft
anyone clarify that for me? I don't see it on "gem list --local". I'm hoping that it comes with the system so I can call require on it as long as I'm on a Windows box without introducing a new dependency. Here is the link to the ticket: http://dev.rubyo

[Prototype-core] Re: for (var j in ...)

2007-04-26 Thread Ryan Schuft
This may come in handy too: http://www.prototypejs.org/api/hash var foo = $H({ name: "value", foo: "bar" }); Then instead of iterating with for(var x in foo) you could use: foo.each(function(pair) { alert(pair.key + ' = "' + pair.value + '&quo

[Prototype-core] Re: and ] in a regex confuses the Fox

2007-05-14 Thread Ryan Schuft
t also isn't code that you could reuse in an inline script if you wanted (as an arbitrary and not entirely plausible example) to override a portion of the script inline rather than altering the files themselves. Out of curiosity, why would the fix not go into the ma