Live data from Hacker News

Ruby Fiddle: Ruby Snippets in the Browser

rubyfiddle.com

21–24 of 24 posts

Re: Ruby Fiddle: Ruby Snippets in the Browser

#21
post #20
post #9

With the source code open it wouldn't be too hard to exploit this to do just about anything. Sure you could the same with a free Heroku instance but this lets you do it anonomously. Not that I would do such things but when I see these kinds of apps I wonder how they could be made more secure.

Code School open sourced their ruby sandboxing. Might be worth a look. https://github.com/envylabs/RubyCop

Oh man, awesome. thanks.

Re: Ruby Fiddle: Ruby Snippets in the Browser

#23
post #18

I was trying to import a lib just for fun. http://i.imgur.com/GayxZ.png Very mature, RubyFiddle

That was a hack, not some sort of prank to punish you from importing a lib. Importing libs is on the todo list though!

I think he was talking about the weird ASCII art that appears to depict a penis, not the fact that he couldn't import Nokogiri.

Re: Ruby Fiddle: Ruby Snippets in the Browser

#24
post #16

I've been using http://rbpad.charlie.bz/ quite extensively. It's great.

Thats cool; I've been wanting to add the selector to choose your runtime (rubinius), but couldn't get it on Heroku (yet).

Oh hey, rbpad is mine!

I have the source here if you'd like to check it out: http://github.com/charliesome/19pad

Post reply on HN