when I try to start up a rails project with 'script/server' it gives me
one line with:
=> Booting WEBrick...
and then just goes back to the command line. no error messages. nothing.
damn.
Eric Hodel wrote:
···
On Jun 28, 2006, at 4:57 PM, Damien Timewell wrote:
I'm trying to update ruby from 1.8.2 to 1.8.4 on mac os x, but it just
refuses to work. each time after I try, i run "ruby -v" and it's still
1.8.2.
Has anyone else had difficulties? How can I get this to update??
Move /usr/bin/ruby aside (I use ruby182-orig) and make sure /usr/
local/bin is in your PATH.
--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant
Rails hard-codes its #! lines when it generates everything in script/. Update them.
···
On Jun 28, 2006, at 5:39 PM, Damien Timewell wrote:
Eric Hodel wrote:
On Jun 28, 2006, at 4:57 PM, Damien Timewell wrote:
I'm trying to update ruby from 1.8.2 to 1.8.4 on mac os x, but it just
refuses to work. each time after I try, i run "ruby -v" and it's still
1.8.2.
Has anyone else had difficulties? How can I get this to update??
Move /usr/bin/ruby aside (I use ruby182-orig) and make sure /usr/
local/bin is in your PATH.
Now it's really broken
when I try to start up a rails project with 'script/server' it gives me
one line with:
=> Booting WEBrick...
and then just goes back to the command line. no error messages. nothing.
--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant
cheers for the help. I forgot I'd also upgraded to rails 1.1.3 and lost
my gems. just needed to reinstall them and everything's gone back to
normal (but with ruby 1.8.4 and in turn, mongrel!!)