[Nitro] [PATCH] important (and not so much) bugfixes

Jonathan Buch john at oxyliquit.de
Thu Dec 7 13:25:25 EST 2006


Hi,

* taggable patch seemed not to be in
* speed patch (halves startup time of nitro)
* mysql transactions (don't seem to hurt MyISAM)
* logging change (George: pleaaaseeee, with sugar on top ;))
* readme from og still claimed to be able to speak Oracle
* STI lookup for classes was broken (with tc attached)

Enjoy!

George, will have a look at the failing tcs, not sure which ones,
since my Open4 seems to stall some times and you removed the
Reapfiles so I can't run the testcases properly.
Will look for another way to run them.

Jo

Fri Nov 17 11:23:46 CET 2006  Jonathan Buch <john at oxyliquit.de>
   * Fix bug in taggable, add Tag#tagged
   module Taggable
     many_to_many Tag
   end
   class User; is Taggable; end
   class Category; is Taggable; end

   those two classes share the _SAME_ many_to_many relation object.

   Worked around that by specifying it in Taggable.included.

   TODO:  check for more possible errors of that kind.

Wed Nov 22 13:26:24 CET 2006  Jonathan Buch <john at oxyliquit.de>
   * speed patch for attributes.rb (2 times faster nitro startup)

Tue Nov 28 19:01:02 CET 2006  Jonathan Buch <john at oxyliquit.de>
   * Add mysql transactions (only does something with InnoDB tables)

Wed Dec  6 18:04:14 CET 2006  Jonathan Buch <john at oxyliquit.de>
   * Change logging configuration
   use NITRO_MODE for Configuration.mode, CONFIGURATION_mode is deprecated.
   use NITRO_LOG env for specifying the log destination.

Thu Dec  7 19:15:39 CET 2006  Jonathan Buch <john at oxyliquit.de>
   * README og fix, STI fix, STI tc addition


-- 
Feel the love
http://pinkjuice.com/pics/ruby.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rdmeogfixsti.patch.tar.bz2
Type: application/bzip2
Size: 16215 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/nitro-general/attachments/20061207/4e669d4f/attachment.bin 


More information about the Nitro-general mailing list