From: dc Date: 2006-09-19T18:43:15+09:00 Subject: Re: calling own classes within RoR hi matt - > Your problem sounds generic enough, though, that I will at least > venture some help. thanks. it turns out tho that this is a Rails object caching issue. classes that are Rails controllers etc can have caching turned off, but /lib/ and other classes i create, i can't discover how to turn off caching... so have to reboot the webserver every test cycle. how is compiled object caching done in ruby? this is a general question, but woud give me some ideas where to look in rails source... tx!