From: Pim S. <pi...@li...> - 2008-05-07 12:20:42
|
Hello, I just start learning Ruby, Cocoa and RubyCocoa and I am really enjoying it. Now I have a problem using the activerecord bindings. I'm trying to read an existing table which contains a column named 'description'. When I run the app I get the following error: 2008-05-07 14:10:18.150 machour[16767:10b] ProjectProxy#rbValueForKey: RuntimeError: Cannot override Objective-C method 'description' with Ruby method #description, they should both have the same number of arguments. (expected arity 0, got -1) When I remove the column everything works as should, but that's not possible in my case. Is there a way to tackle this? regards, Pim Snel |