Cache Classes problem

Hi all

I've got a problem with the "cache classes" option in Rails. (config.cache_classes = true) When I turn it on, some objects are not reloaded during a long time.

For example: If i load something from database with a datetime in the condition (created_at > 1.minutes.ago), the item will be desplayed much longer than just for this minute...

I'm using rails 2.2 with a passenger server.

Has someone an idea what could be wrong?

Regards sigma

Hi all

I've got a problem with the "cache classes" option in Rails. (config.cache_classes = true) When I turn it on, some objects are not reloaded during a long time.

For example: If i load something from database with a datetime in the condition (created_at > 1.minutes.ago), the item will be desplayed much longer than just for this minute...

I'm using rails 2.2 with a passenger server.

Has someone an idea what could be wrong?

Is it this: Do you know when your code runs? - Space Vatican   ?

Fred

Hey thank you! I think that's it!