search for: danwoods

Displaying 4 results from an estimated 4 matches for "danwoods".

Did you mean: danwood
2008 Aug 27
2
[LLVMdev] wrong guessed OS platform
Hi, http://llvm.org/bugs/enter_bug.cgi?product=clang thinks that I am running on a PC with OS of "all". My user agent string on my browser is: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/ 526.11 (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2 Isn't that enough to know that this is Mac OS X running version 10.5.5 ? :-) Thanks, Dan -- Dan
2008 Aug 27
0
[LLVMdev] wrong guessed OS platform
I don't think it _tries_ to detect your OS, does it? --Owen On Aug 27, 2008, at 11:01 AM, Dan Wood wrote: > Hi, > > http://llvm.org/bugs/enter_bug.cgi?product=clang > > thinks that I am running on a PC with OS of "all". > > > > My user agent string on my browser is: > > Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/ >
2010 Feb 19
1
First time rails install, help with gems/rake
Hello all, I just did a first time ruby enterprise edition, installed some gems, and now I''m trying to do a '' sudo ./rake gems:install'' and getting a: rake aborted! No Rakefile found error. Firstly, what directory should I be doing this from? -- View this message in context:
2010 Feb 22
0
Re: rake db:migrate throws unexpected error
danwoods wrote: > The Error: > (in [my current directory]) > rake aborted! > undefined method `symbolize_keys'' for nil:NilClass Given that nil does not implement symbolize_keys you need to know where you''re ending up with a nil. Have your run your rake task with the --trace...