[Nitro] [PATCH] Og patches
Jonathan Buch
john at oxyliquit.de
Sun Apr 29 04:16:47 EDT 2007
Hi,
as promised, the speed patch.
Sun Apr 29 10:40:53 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Startup speed patch, removes many unnecessary calls to ann()
See thread: http://rubyforge.org/pipermail/nitro-general/2007-April/007605.html
2 Buffixes
Sun Apr 29 10:50:49 EEST 2007 Jonathan Buch <jo at helloit.fi>
* small fix in refers_to, wasn't saving self correctly.
Sun Apr 29 10:59:56 EEST 2007 Jonathan Buch <jo at helloit.fi>
* bugfix, integer oids werent saved correctly anymore
And more features.
You can stay away from those for the moment. Anyone who wants to
try them though, just go ahaid, they work well but should be
tested.
Sun Apr 29 10:19:07 EEST 2007 Jonathan Buch <jo at helloit.fi>
* small glue format validation fix
This removes the nil checking from validate_format, should use
validate_value for that. Also don't use .source on the regex.
Sun Apr 29 10:25:57 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Og StringArrays for psql + DateTime as timestamp with timezone
Sun Apr 29 10:49:55 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Add optional options to joins_many .count
Sun Apr 29 10:52:40 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Add refers_many, uses psql arrays to make a hybrid refers_to/has_many
This saves the foreign keys in a psql StringArray. Using this you can
avoid creating more join tables. Current restriction: it only works
for string keys, so only use it with uuids or custom ones.
Sun Apr 29 10:57:43 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Add preliminary detection of join table classes
Sun Apr 29 11:01:00 EEST 2007 Jonathan Buch <jo at helloit.fi>
* Enable custom aggregation queries
This patches allows the overriding of the :select option, this is also
needed for the refers_many relation.
--
Feel the love
http://pinkjuice.com/pics/ruby.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ogstuff.bundle.tar.bz2
Type: application/bzip2
Size: 14004 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/nitro-general/attachments/20070429/8a8b775e/attachment.bin
More information about the Nitro-general
mailing list