Sir can i know what is the meaning of the phrase 'comparison of Fixnum with nil failed' I want to pass two parameters to a method in a model file.. bt wen i pass an integer then it gives the above error.. Please help..
on 2010-03-07 19:09
on 2010-03-07 20:02
Quoting manish belsare <manishbelsare2003@gmail.com>: > Sir can i know what is the meaning of the phrase 'comparison of Fixnum > with nil failed' > > I want to pass two parameters to a method in a model file.. > bt wen i pass an integer then it gives the above error.. > Please help.. Sounds to me like you have nothing (nil) when you expect something (perhaps the integer?). Does your method then try to do some sort of comparison, for example: if myparam > 3 If myparam is nil for some reason, you might get that error. Try logging your input just after you get into the method. You may also want to log its class (e.g. myparam.class).
on 2010-03-07 20:12
sir even if i try to call a method with a different name in the same Model file than also i get the same Finxum problem.. I want to know what does that error mean?
on 2010-03-07 21:42
Quoting Manish Belsare <manishbelsare2003@gmail.com>: > sir even if i try to call a method with a different name in the same > Model file than also i get the same Finxum problem.. > > I want to know what does that error mean? This really isn't an Engines related question. You should probably be be asking this on the general Rails forum; rubyonrails-talk@googlegroups.com When you post there, please include the code that is erroring and the full error message - including stack trace. Without seeing the actual code, it is nearly impossible to determain the cause of the error in enough detail to explain it.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.