Sophrinix / TryRuby

Try Ruby is a interactive shell that quickly and whimsically teaches the Ruby programming language. Originally _why's idea, it has been recreated from the ground up by Rubyists who have a passion for Ruby and for teaching their fellow (wo)man how to program.
tryruby.org
347 stars 79 forks source link

Session isolation completely broken #90

Closed ccm682 closed 13 years ago

ccm682 commented 14 years ago

TryRuby's session isolation is broken. While trying to enter books examples, if I repeatedly type 'books', I get different results every time (and in different languages sometimes to boot). Also if you don't type fast enough on a multi-line statement, it will get overwritten by someone else's code causing syntax errors / missing variables.

Sophrinix commented 14 years ago

this is a known issue. I've been working on a fix. I hope to have something very soon

Yvem commented 13 years ago

Lol, I have the same issue.

That is my new game to type "books" every 5 s to see what others are typing ;-)

But enough badmouthing, I must admit that apart those glitches, tryruby is awesome and very good for learning ! Thanks !