Welcome Guest | Login

caches_page is catching my restful update call

i have a PostsController with:
caches_page :index, :show

When i do an update with the url:
/posts/:id, :method => :put

the app is not getting hit at all, nothing in the log, it just goes straight to the cached page as if it was a :get request and calls :show

Has anyone seen this before?

It wokrs fine on my dev environment even running it in procduction mode.

2008-04-13 08:21 PM

This may be a FastCGI issue - have support bump you up to Mongrel see if it fixes it.

2008-04-14 12:34 AM

thanks William,
it does seem to be a fcgoi thing but i am hoping to  not have to upgrade my account. For now I moved my CRUD stuf to a admin namespace to avoid the conflict.

2008-04-17 11:49 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!