tally

A simple Rails engine for capturing counts of various activities around an app

MIT License

Downloads
48K
Stars
5
Committers
2

Bot releases are visible (Hide)

tally - v2.0.0 Latest Release

Published by jdtornow almost 2 years ago

  • Removed support for Redis.current in accordance with its removal from redis-rb 5.0.0
  • Added Tally.config.redis_options to pass new Redis connection options
  • When not using Sidekiq for Redis, the Redis connection is now pooled using ConnectionPool
  • Added Tally.config.redis_pool_config to pass options to ConnectionPool when not using Sidekiq's Redis connection
  • Bug fix: Coerce TTL from a duration into an integer before sending to Redis
  • Dropped support for Ruby 2
  • Dropped support for Rails 5.2 and 6.0. 6.1 and above are still supported.

The 2.0.0 release should be compatible with 1.0.2 in all areas. The major version number was only incremented in case Redis.current was being used intentionally.

shasum tally-2.0.0.gem
caef271a778f6da1d44ee161000646ae8d92bf07  tally-2.0.0.gem
tally - v1.0.2

Published by jdtornow over 2 years ago

shasum tally-1.0.2.gem
e78f848a7876498bc33ae98dcd4545764798d795  tally-1.0.2.gem
tally - v1.0.1

Published by jdtornow over 2 years ago

Support for Ruby 3

shasum tally-1.0.1.gem
c701d4b308e1baf3bd169db6bca021d0001c4651  tally-1.0.1.gem
tally - v1.0.0

Published by jdtornow over 4 years ago

Initial release of Tally gem!

shasum tally-1.0.0.gem 
fb1238ec660283361bed0e0451e85028b0aff451  tally-1.0.0.gem
Package Rankings
Top 19.49% on Rubygems.org
Badges
Extracted from project README
CircleCI