abak-press / resque-reports

Make your custom reports to CSV in background using Resque with simple DSL
MIT License
0 stars 1 forks source link

fix(cache file, base report): add option expire in to BaseReport and fix #exists? method in CacheFile and same fixes #33

Closed flash1nho closed 9 years ago

flash1nho commented 9 years ago

@artofhuman @sclinede

artofhuman commented 9 years ago

Добавь плиз тест

flash1nho commented 9 years ago

ok

flash1nho commented 9 years ago

:up: resque-integration-1.1.2/lib/resque/integration/unique.rb:8:in <top (required)>': undefined methodsilence_warnings' for main:Object (NoMethodError)

ошибка rspec spec

artofhuman commented 9 years ago

Напиши еще раз плиз сюда в чем там проблема

flash1nho commented 9 years ago

метод exists? возвращает всегда true, т.к. этом методе сейчас есть только проверка на существование файла, но нет проверки на то, что срок его жизни истек...

flash1nho commented 9 years ago

Приходится переопределять метод exists? и метод init_cache_file, т.к. нужно задать свое время жизни файла и тд...