search for: __bind_1328993330_18

Displaying 1 result from an estimated 1 matches for "__bind_1328993330_18".

2012 Mar 16
0
proc extension problems
Hi guys, has anyone had problems with this bit of code: https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/proc.rb ? if i run my application for long enough time i start getting errors like this: RuntimeError: symbol table overflow (symbol __bind_1328993330_18...) apparently it''s because symbols are never GCed and rails generates one every time this proc extension is used because method names are implicitly converted to symbols Best Regards, MM -- You received this message because you are subscribed to the Google Groups "Ruby on Rails...