From: Kirk Haines Date: 2004-08-20T14:19:26+09:00 Subject: Re: IOWA error On Fri, 20 Aug 2004 14:00:52 +0900, Mark Probert wrote > "Kirk Haines" wrote: > > > > > I am guessing that you restarted the app and that you have an error in > > EditNodes that prevents Ruby from parsing the class. So, no such > > class as Admin::EditNodes ever comes into existence. > > > > Thanks, Kirk. > > I had a do .. done pair, not a do .. end. > I think I have to get some glasses! No problem. The error that is reported there is less than totally helpful in understanding why the error occured. That is on the todo list to fix. However, until then, know that if that error occurs, it is because you are asking Iowa for a component that it can't find. If you really think the class is there, it will be one of two things. Either you mistyped the class name in the class MyClass < Iowa::Component statement, or you have an error that is preventing Ruby from parsing the whole class. Likewise, if you make a change to a code file, but it doesn't seem like that change got loaded, go look in your log file. You probably have an error that caused ruby to fail to parse your altered file. Thanks, Kirk Haines