> Message: 3
> Date: 8 Mar 2006 22:31:16 -0000
> From: Mikkel Bruun <devlists-rubyonrails@devlists.com>
> Subject: Re: [Rails] Caching model metadata?
> To: rails@lists.rubyonrails.org
> Message-ID: <20060308223116.19964.qmail@devlists.com>
> Content-Type: text/plain; charset=utf-8
>
> active record should cache the data when running in production...it
> might not be true when running webrick.
> On fcgi it does cache it
>
Hi Mikkel,
Any idea if this is true for mod_ruby as well? I haven''t tried
FastCGI, and I didn''t bother trying with WEBrick since I have a good
Apache set up that''s ready to go.
If this metadata were to be cached somewhere, where would I find it?
I''m not seeing anything in my application''s directory, and the
permissions and such are all set correctly. (chown to the Apache user,
rwx, etc.) Would they be somewhere outside of the application
directory, like in /tmp or something?
Cheers,
J