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

require 'popup' #61

Closed woulfe2008 closed 14 years ago

woulfe2008 commented 14 years ago

Under section fiev when it ask for "require 'popup'" to be enter i then get an error message "You aren't allowed to run that command! "

sethryder commented 14 years ago

I am also running into the same issue.

Firefox 3.6.8 if that helps at all.

Thanks!

ghost commented 14 years ago

I also run into the same problem.

Also using FF 3.6.8.

But up to this bug, great work!

suhridk commented 14 years ago

Yup me too. require 'popup' says - you aren't allowed to run that command. I tried typing "next" to move on to the next section and that works. I then typed : Dir["/Libraries/*"] which then produced
=> ["/Libraries/popup.rb"] However, then typying Popup.goto "http://google.com/" produces a:
NameError: uninitialized constant Popup

Im on Firefox 3.6.6 - Thanks!

bmichel commented 14 years ago

Facing the same issue. Using Firefox 3.6.8 on Mac OS X. Similar observation when using Safari 4.0.4 or Opera 10.10.

Thanks.

Koli14 commented 14 years ago

Me too, with swr iron, Firefox in Ubuntu 10.04...

Sophrinix commented 14 years ago

this issue is resolved in the latest build.

Koli14 commented 14 years ago

thank you! :)