On Wed, Feb 4, 2009 at 1:53 PM, John Mettraux <[email protected]> wrote: > On Wed, Feb 4, 2009 at 8:40 AM, John Mettraux <[email protected]> wrote: >> On Wed, Feb 4, 2009 at 4:09 AM, Diego Moreno <[email protected]> wrote: >>> >>> (...) >>> >>> # You have a nil object when you didn't expect it! >>> # You might have expected an instance of Array. >>> # The error occurred while evaluating nil.- >>> >>> It seems the same error like mine. I still do not know the exact cause, >>> because the error appears only sometimes. Has anyone get the same error? Any >>> idea about the cause? >>> >>> Rails: 2.2.2 >>> Ruby: 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] >>> OpenWFEru: 0.9.18 & 0.9.19 >> >> yes, I have the same problem. In fact I have issues with Active Record >>>= 2.2 (it's one of the reasons why I'm taking time with the next >> release). > > Now I need to fix it.
Hi Diego, with this monkey patch I can avoid the problem : http://github.com/jmettraux/ruote/commit/90d02846565de5b3dd0b904aa990ef426d49d5b7 Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" 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/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
