search for: danwood

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

2008 Aug 27
2
[LLVMdev] wrong guessed OS platform
...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 Wood dwood at karelia.com Twitter: http://twitter.com/danwood Karelia Software — Sandvox for the Mac http://www.karelia.com/ We can have democracy in this country or we can have great wealth concentrated in the hands of a few, but we can’t have both. — Supreme Court Justice Louis D. Brandeis
2008 Aug 27
0
[LLVMdev] wrong guessed OS platform
...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 Wood > dwood at karelia.com > Twitter: http://twitter.com/danwood > Karelia Software — Sandvox for the Mac > http://www.karelia.com/ > > We can have democracy in this country or we can have great wealth > concentrated in the hands of a few, but we can’t have both. — Supreme > Court Justice Louis D. Brandeis > > > > > > ________...
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...