falaise
falaise
Hi, For instance, I have something like : br= Celerity::Browser.new br.goto foo and br.url gives bar because foo redirect to bar. I wish to parse also the body of page...
Hello, With this little script : puts " ARGV_0 (#{ARGV.class})" ["foo",2,3,4].each{|p| ARGV.push p} puts " ARGV_1 (#{ARGV.class})" begin puts " $FILENAME (#{$FILENAME.class})" rescue => ex puts " **\* EXCEPTION \n...
Hi, if you run './bin/envjs rubyracer ./examples/pictures/boot.js' you receive an exception because Envjs.WriteToFile fails to open the file to write. Just add in the source of WriteToFile this test :...
Hello, I try to write a little script with Ruby on a Linux Fedora 64 bits box. I am using the gem 'therubyracer-heroku-0.8.1' for the V8 machine because the gem...