[EMAIL PROTECTED] wrote: > Instiki takes frequent revisions of the same page by the same author > within a short time as multiple iterations of the same version, not as > separate versions. Nice feature. But after a few iterations, my > Instiki can't handle it anymore, and I'm getting error messages like > "private method `split' called for 113435111:Fixnum", "private method > `gsub!' called for 101855024:Fixnum", or "undefined method `+' for > nil:NilClass", after submitting the updated text.
Ah, *that* I've seen before: it was due to a hand-built Ruby on Mac OS X with incorrect threading compile options. This caused Ruby's internal state to get completely screwed up for some (but not all) applications. A correctly built Ruby interpreter resolved those nnnn:Fixmnum problems and related bizarre issues entirely. If you're using a pure-Windows (i.e. not Cygwin) Ruby, you might want to check out the RubyInstaller (http://rubyinstaller.rubyforge.org/ wiki/wiki.pl) page for a one-click Ruby installer package for Windows. See if the most recent package (1.8.4-17 release candidate 2, built on May 3, 2006) works any better for you. > I'm using Instiki 0.11.0 and Ruby 1.8.4 [2005-12-24] on Windows 2000 > or XP. -- John _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
