vote up 0 vote down star

I've tried restarting apache and the cached pages still appear, so there must be a folder someplace. I don't have a 'public/cache', so what other places should I look? Is there a URL flag that could trigger this effect as well?

flag

4 Answers

vote up 0 vote down check

First, have you cleared your browsers cache? You can do this through the browser menus, in options somewhere.

The next question I would ask is are you running the app in production or development mode?

link|flag
vote up 1 vote down

I'm in development mode.

I discovered I had to restart the apache service and clear the browser cache to get my changes to appear 100% of the time.

link|flag
vote up 1 vote down

You need to touch a file to have phusion clear out, like:

touch /webapps/mycook/tmp/restart.txt

See the docs

link|flag
vote up 0 vote down

Ctrl+F5 will forcibly reload the page, and all it's linked assets.

It's kind of like clearing the cache for just that one page.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.