MySQL updated data not showing up

I have a Rails app running in production mode that queries a MySQL
database. When I update the data in the db (notably the updated_on
field), the new date does not show up on the web page (even after I stop
and restart Mongrel and Apache2.)

On my development machine, all I have to do is refresh the page. What do
I need to do on the production machine? I’m not using caching so far as
I know - I didn’t set it up explicitly (I didn’t know about it anyway).

Thanks,
Tom

Stop and restart your application.

On Nov 12, 2007 10:25 AM, Tom T.
[email protected] wrote:

Thanks,
Tom

Posted via http://www.ruby-forum.com/.


Terry (TAD) Donaghe
http://tadspot.tumblr.com

READ CAREFULLY. By reading this email, you agree, on behalf of your
employer, to release me from all obligations and waivers arising from
any and all NON-NEGOTIATED agreements, licenses, terms-of-service,
shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure,
non-compete and acceptable use policies (“BOGUS AGREEMENTS”) that I
have entered into with your employer, its partners, licensors, agents
and assigns, in perpetuity, without prejudice to my ongoing rights and
privileges. You further represent that you have the authority to
release me from any BOGUS AGREEMENTS on behalf of your employer.

Terry,
Thanks for the reply. You suggest to

Stop and restart your application.

Is that different than stopping and restarting Mongrel and Apache2? If
so, how do I do that?

Tom