acts_as_active 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4cbd00213b63afb3d4d25559eaa07f4055e6399a6970a6787ae39fb15836ea47
4
+ data.tar.gz: 55cc1dd443c1a269660177a6d97c369c22c6b9a312ac8f7e5214358843382d9a
5
+ SHA512:
6
+ metadata.gz: dfa7ac68afbba0acee383721b9409add97fe339ecb37958d13d136fa0fff0d63589153f77f01805bca11faa0914eef2fe0e9ae44c66ef71eafad3145be9a2eff
7
+ data.tar.gz: 3a0ed275fcbd798ff021cc2689e0c54b5dc43cd1f212dd28f149cb3ef619ff394d126388408c31bc00625762bf266c1b7aef194f3866b8a8d9828376cf2db183
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Amit Leshed
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,57 @@
1
+ # ActsAsActive
2
+
3
+ Acts As Active adds plug-and-play activity tracking to any ActiveRecord model, giving you instant daily stats, streak analytics, and heat-map–ready data.
4
+
5
+ ## Installation
6
+
7
+ Install the gem and add to the application's Gemfile by executing:
8
+
9
+ ```bash
10
+ bundle add acts_as_active
11
+ ```
12
+
13
+ If bundler is not being used to manage dependencies, install the gem by executing:
14
+
15
+ ```bash
16
+ gem install acts_as_active
17
+ ```
18
+
19
+ ## Usage
20
+
21
+ ```ruby
22
+ class Record < ApplicationRecord
23
+ acts_as_active on: [:create, :update], # ➜ track different actions
24
+ if: -> { track_activity? }, # ➜ on different conditions
25
+ unless: -> { skip_tracking? }
26
+ end
27
+ ```
28
+
29
+ ```ruby
30
+ record = Record.create!(title: "First draft") # ➜ records activity for today
31
+ record.update!(title: "Second draft") # ➜ activity count for today = 2
32
+
33
+
34
+ record.active_today? # => true
35
+ record.active_on?(Date.yesterday) # => false
36
+ record.activity_count(range: 1.day.ago..Date.today)
37
+ # => 2 (two events in the last 24 h)
38
+
39
+
40
+ record.heatmap(range: 1.week.ago..Date.today)
41
+ # => { "2025-08-01" => 1, "2025-08-02" => 3, "2025-08-03" => 2 }
42
+
43
+ record.longest_streak # => 3 (e.g. active 1-3 Aug)
44
+ record.current_streak # => 2 (e.g. active 5-6 Aug, still “on a streak” today)
45
+ ```
46
+
47
+ ## Contributing
48
+
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/amitleshed/acts_as_active. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/amitleshed/acts_as_active/blob/main/CODE_OF_CONDUCT.md).
50
+
51
+ ## License
52
+
53
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
54
+
55
+ ## Code of Conduct
56
+
57
+ Everyone interacting in the ActsAsActive project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/amitleshed/acts_as_active/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "minitest/test_task"
5
+
6
+ Minitest::TestTask.create
7
+
8
+ task default: :test
@@ -0,0 +1,91 @@
1
+ require "active_support"
2
+ require "active_support/concern"
3
+
4
+ module ActsAsActive
5
+ extend ActiveSupport::Concern
6
+
7
+ included do
8
+ include InstanceMethods
9
+ end
10
+
11
+ class_methods do
12
+ SUPPORTED_EVENTS = %i[create update destroy].freeze
13
+
14
+ def acts_as_active(options = {})
15
+ has_many :activities, as: :trackable, class_name: "Activity"
16
+
17
+ events = Array(options[:on] || SUPPORTED_EVENTS) & SUPPORTED_EVENTS
18
+ events.each do |ev|
19
+ after_commit on: ev do |_ignored|
20
+ should_run = true
21
+ should_run &&= instance_exec(&options[:if]) if options[:if]
22
+ should_run &&= !instance_exec(&options[:unless]) if options[:unless]
23
+
24
+ record_activity! if should_run
25
+ end
26
+ end
27
+ end
28
+ end
29
+
30
+
31
+ def record_activity!(at: Time.current)
32
+ today = at.to_date
33
+ activity = activities.find_or_initialize_by(occurred_on: today)
34
+
35
+ activity.count ||= 0
36
+ activity.count += 1
37
+ activity.save!
38
+ end
39
+ end
40
+
41
+ module InstanceMethods
42
+ def active_today?
43
+ self.activities.find_by(occurred_on: Time.current.to_date).present?
44
+ end
45
+
46
+ def active_on?(date)
47
+ self.activities.find_by(occurred_on: date).present?
48
+ end
49
+
50
+ def activity_count(range:)
51
+ self.activities.where(occurred_on: range).sum(:count)
52
+ end
53
+
54
+ def heatmap(range:)
55
+ activity_data = activities.where(occurred_on: range).pluck(:occurred_on, :count)
56
+
57
+ activity_data.each_with_object(Hash.new(0)) do |(date, count), hash|
58
+ hash[date.to_s] = count
59
+ end
60
+ end
61
+
62
+ def longest_streak
63
+ dates = activities.pluck(:occurred_on).uniq.sort
64
+ return 0 if dates.empty?
65
+
66
+ longest = current = 1
67
+ dates.each_cons(2) do |current_date, next_date|
68
+ if next_date == current_date + 1
69
+ current += 1
70
+ longest = current if current > longest
71
+ else
72
+ current = 1
73
+ end
74
+ end
75
+
76
+ longest
77
+ end
78
+
79
+ def current_streak
80
+ date_set = activities.pluck(:occurred_on).to_set
81
+ count = 0
82
+ day = Date.today
83
+
84
+ while date_set.include?(day)
85
+ count += 1
86
+ day -= 1
87
+ end
88
+
89
+ count
90
+ end
91
+ end
@@ -0,0 +1,14 @@
1
+ module ActsAsActive
2
+ class Railtie < Rails::Railtie
3
+ initializer "acts_as_active.configure_rails_initialization" do
4
+ ActiveSupport.on_load(:active_record) do
5
+ require "acts_as_active/activable"
6
+ ActiveRecord::Base.include ActsAsActive
7
+ end
8
+ end
9
+
10
+ generators do
11
+ require_relative "../generators/acts_as_active/install_generator"
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ActsAsActive
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "acts_as_active/version"
4
+ require "acts_as_active/activable"
5
+ require "acts_as_active/railtie" if defined?(Rails)
6
+
7
+ module ActsAsActive
8
+ class Error < StandardError; end
9
+ # Your code goes here...
10
+ end
@@ -0,0 +1,30 @@
1
+ require "rails/generators"
2
+ require "rails/generators/migration"
3
+
4
+ module ActsAsActive
5
+ module Generators
6
+ class InstallGenerator < Rails::Generators::Base
7
+ include Rails::Generators::Migration
8
+
9
+ source_root File.expand_path("templates", __dir__)
10
+ desc "Generates the migration for ActsAsActive"
11
+
12
+ def self.next_migration_number(dirname)
13
+ Time.now.utc.strftime("%Y%m%d%H%M%S")
14
+ end
15
+
16
+ def copy_migration
17
+ migration_template "create_activities.rb", "db/migrate/create_activities.rb"
18
+ create_model
19
+ end
20
+
21
+ def create_model
22
+ create_file "app/models/activity.rb", <<~RUBY
23
+ class Activity < ApplicationRecord
24
+ belongs_to :trackable, polymorphic: true, class_name: "Activity"
25
+ end
26
+ RUBY
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,14 @@
1
+ class CreateActivities < ActiveRecord::Migration[7.1]
2
+ def change
3
+ create_table :activities do |t|
4
+ t.string :trackable_type, null: false
5
+ t.bigint :trackable_id, null: false
6
+ t.date :occurred_on, null: false
7
+ t.integer :count, null: false, default: 0
8
+
9
+ t.timestamps
10
+ end
11
+
12
+ add_index :activities, [:trackable_type, :trackable_id, :occurred_on], unique: true, name: "index_activities_on_trackable_and_occurred_on"
13
+ end
14
+ end
@@ -0,0 +1,4 @@
1
+ module ActsAsActive
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: acts_as_active
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Amit Leshed
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-08-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activesupport
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '7.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '7.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: activerecord
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '7.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '7.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: sqlite3
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '2.1'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '2.1'
55
+ description: Acts As Active is a tracker and activity generator for any ActiveRecord
56
+ model, making it easy to generate statistics, streaks, and data visualization.
57
+ email:
58
+ - amitleshed@icloud.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - CODE_OF_CONDUCT.md
64
+ - LICENSE.txt
65
+ - README.md
66
+ - Rakefile
67
+ - lib/acts_as_active.rb
68
+ - lib/acts_as_active/activable.rb
69
+ - lib/acts_as_active/railtie.rb
70
+ - lib/acts_as_active/version.rb
71
+ - lib/generators/acts_as_active/install_generator.rb
72
+ - lib/generators/acts_as_active/templates/create_activities.rb
73
+ - sig/acts_as_active.rbs
74
+ homepage: https://github.com/amitleshed/acts_as_active
75
+ licenses:
76
+ - MIT
77
+ metadata:
78
+ homepage_uri: https://github.com/amitleshed/acts_as_active
79
+ source_code_uri: https://www.amitleshed.com
80
+ post_install_message:
81
+ rdoc_options: []
82
+ require_paths:
83
+ - lib
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: 3.2.0
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ requirements: []
95
+ rubygems_version: 3.4.1
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: Track activity and generate streaks, heatmaps, and visualizations for ActiveRecord
99
+ models
100
+ test_files: []