Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cache writes but always misses #6

Open
westoque opened this issue Feb 14, 2013 · 5 comments
Open

The cache writes but always misses #6

westoque opened this issue Feb 14, 2013 · 5 comments

Comments

@westoque
Copy link

After following the instructions on the github page. It seems like the cache gets generated when requested, but it always resolves to a cache miss when it tries to fetch.

@westoque
Copy link
Author

Here's my project_id: 511af2d2d429796a480015e1

Thanks.

@thousandsofthem
Copy link
Contributor

hey @westoque, can you provide more details? rails version, iron_cache version, iron_cache_rails version, logs, way to initialize iron_cache_rails gem

@thousandsofthem
Copy link
Contributor

Also, try to turn debug mode ON (and paste logs here)
Add line somewhere in initializers:

IronCore::Logger.logger.level = Logger::DEBUG

@westoque
Copy link
Author

rails (3.2.11)
iron_cache_rails (0.1.4)
iron_cache (1.4.0)

I don't know what more information I can get through the logs. Anything specific?

@thousandsofthem
Copy link
Contributor

This line

IronCore::Logger.logger.level = Logger::DEBUG

will enable detailed logging, including raw request urls for cache reading/writing. Some of them probably are not right and returning 404s. Can't say for sure without logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants