tally 2.0.0
Tally is a simple Rails engine for capturing counts of various activities around an app. These counts are quickly captured in Redis then are archived periodically within the app’s default relational database.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (5):
            connection_pool
            >= 2.0
          
          
            kaminari-activerecord
            ~> 1.1
          
          
            rails
            >= 5.2.0, < 8
          
          
            redis
            >= 4.1
          
          
            zeitwerk
            ~> 2.2
          
    Development Dependencies (6):
            appraisal
            >= 0
          
          
            factory_bot_rails
            ~> 6.1
          
          
            rspec_junit_formatter
            ~> 0.2
          
          
            rspec-rails
            ~> 6
          
          
            shoulda-matchers
            ~> 5.1
          
          
            timecop
            ~> 0.9
          
    