Displaying 1 result from an estimated 1 matches for "936d3b30".
Did you mean:
9363b50
2006 May 10
2
newbie question - script/server doesn''t run without explicit ''ruby'' command
Hi,
This one is probably an easy one, but is very troubling to me. I can''t just
say:
script/server
and watch WEBrick start. I have to say:
ruby script/server
The first line in the server script is:
#!/usr/bin/env ruby
which invokes ruby just fine on the command line. For fun, I changed the
line to point directly to my executable:
#!/usr/local/bin/ruby
But still, same result.