From: Roman Snitko Date: 2007-01-10T09:12:26+09:00 Subject: Re: avoiding output caching, mod_ruby/Apache? Yeah, thanks, I think I'm getting it. The story is, I have an .rhtml file, that requires another .rb file. I read, of course, that ruby 'requires' file only once, but i thought this statement takes action only during current let's call it "page loading", not during the whole session. Will replacing 'require' with 'load' fix this? -- Posted via http://www.ruby-forum.com/.