Null adapter for tDiary cache.
This gem is useful for the case when:
- For development (disable cache for debug purpose)
- When storage (RDB, MongoDB) is faster than cache (memcached, redis).
Add this line to your tDiary's Gemfile.local:
gem 'tdiary-cache-null'
And then execute:
$ bundle
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request