Ask for Help
“Is there any library for Base64 encoding on the iPhone?”
Interesting Things
Some Pivots created a jasmine-nodejs project to run your Jasmine specs headless using node.js
A team was getting the below error numerous times while running tests. They managed to track it down to a libxml / Nokogiri load order problem. The errors go away if they require libxml before they require Nokogiri.
ruby(59005,0xa0797720) malloc: *** error for object 0x9586b80: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug
Yes there is a base64 library. At least I have one because I wrote it. If you would like a copy send me an email.
March 25, 2010 at 5:50 pm
I also just found http://github.com/mhevery/jasmine-node as another jasmine + node.js option.
April 4, 2010 at 12:10 am