У Суб, 04/10/2008 у 17:05 +0300, Aliaksey Kandratsenka піша: > У Суб, 04/10/2008 у 15:26 +0200, Michael Koziarski піша: > > > These cover several different areas, and I'd prefer lighthouse tickets > > in general. Feel free to combine all the checkout ones into one ticket. > Ok, I'll post tickets. > >
Hi again. Here are the tickets: http://rails.lighthouseapp.com/projects/8994/tickets/1168-patch-dont-quote-decimal-values-for-mysql-it-doesnt-make-sence-and-breaks-in-newer-versions-of-mysql this is required for working with decimal columns on sufficiently new version of mysql. This version is at least 5.0.51 as packaged by debian unstable. http://rails.lighthouseapp.com/projects/8994/tickets/1170-patch-return-processing-lock-to-dispatcher-this-fixes-class-reloading-race-in-development-mode without this class reloading happens concurrently with action processing. I think it needs changelog entry because it removes allow_concurrency again. http://rails.lighthouseapp.com/projects/8994/tickets/1169-patch-fix-race-in-connectionpoolcheckout this is a fix for obvious race in #checkout. This also includes small enchancement to same method. http://rails.lighthouseapp.com/projects/8994/tickets/1171-patch-call-clear_active_connections-in-after_dispatch-to-give-pooled-connections-back fix for rails not returning db connections back to pool. I can only guess why nobody hasn't run into this before. http://rails.lighthouseapp.com/projects/8994/tickets/1172-patch-made-validates_numericality_of-reject-huge-numbers-which-parse-as-infinity minor change of #validates_numericality_of behaviour with regard to huge numbers http://rails.lighthouseapp.com/projects/8994/tickets/1173-patch-fix-performance-bug-in-attibutemethodsrespond_to-in-handling-of-private-methods this fixes tests time for our application from 5 mins back to 3 mins (as was with rails 2.1). It can be less significant for others, but it's still an easy fix. -- Aliaksey Kandratsenka <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
