0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switch from jeweler to bundler More... over 15 years ago
Add a little ditty to the README about how to use APICache with Heroku. More... over 15 years ago
Update dates. More... over 15 years ago
Convert README to Markdown. More... over 15 years ago
Add simple Dalli adapter. More... over 15 years ago
Fixed specs to work with current 0.6.0 moneta More... about 16 years ago
Added a gemfile to make it easy to get specs running More... about 16 years ago
added NullStore class for times when caching is undesirable More... over 16 years ago
Regenerated gemspec for version 0.2.0 More... about 17 years ago
Version bump to 0.2.0 More... about 17 years ago
Added NotAvailableError back into the mix More... about 17 years ago
Update the gemspec with a more descriptive description :) More... about 17 years ago
Hopefully made the readme much clearer More... about 17 years ago
Support the :fail parameter - cleaner than catching exceptions in simple cases More... about 17 years ago
Merge branch 'change_error_handling' More... about 17 years ago
Create custom APICache::TimeoutError so that all APICache errors can be easily rescued together More... about 17 years ago
Remove generic NotAvailableError completely More... about 17 years ago
Updated README to reflect exception changes More... about 17 years ago
Added some initial non mocked integration tests More... about 17 years ago
Any exception raised in the block will now be handled correctly i.e. rescued by APICache and cached result returned if available. More... about 17 years ago
Inherit all APICache errors from APICache::APICacheError More... about 17 years ago
Add proper development dependencies More... about 17 years ago
Use fakeweb to make tests independent of web connection More... about 17 years ago
Updated project homepage and summary in gemspec More... about 17 years ago
Clean up formatting More... about 17 years ago
Refactoring: Check whether API is queryable internally when calling get method More... over 17 years ago
Store API query times in the cache store rather than in memory More... over 17 years ago
API CHANGE: Simplification to API - no need to call start before using More... over 17 years ago
Move the store class variable out to APICache - plan to use in API class More... over 17 years ago
Docs and cleanup More... over 17 years ago