loggable_activity 0.5.6 → 0.5.7
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/GETTING-STARTED.md +1 -0
- data/docker-compose.yml +27 -0
- data/docs/CHANGELOG_md.html +318 -0
- data/docs/CHEAT_SHEET_md.html +168 -0
- data/docs/CODE_OF_CONDUCT_md.html +250 -0
- data/docs/CreateLoggableActivities.html +175 -0
- data/docs/CreateLoggableActivityTables.html +173 -0
- data/docs/GETTING-STARTED_md.html +211 -0
- data/docs/Gemfile.html +153 -0
- data/docs/Gemfile_lock.html +438 -0
- data/docs/LoggableActivity/ActivitiesController.html +160 -0
- data/docs/LoggableActivity/ActivitiesHelper.html +158 -0
- data/docs/LoggableActivity/Activity.html +565 -0
- data/docs/LoggableActivity/ApplicationController.html +97 -0
- data/docs/LoggableActivity/ApplicationHelper.html +91 -0
- data/docs/LoggableActivity/ApplicationJob.html +97 -0
- data/docs/LoggableActivity/ApplicationMailer.html +97 -0
- data/docs/LoggableActivity/ApplicationRecord.html +97 -0
- data/docs/LoggableActivity/Configuration.html +237 -0
- data/docs/LoggableActivity/ConfigurationError.html +142 -0
- data/docs/LoggableActivity/CurrentActor.html +166 -0
- data/docs/LoggableActivity/DataOwner.html +138 -0
- data/docs/LoggableActivity/Encryption.html +321 -0
- data/docs/LoggableActivity/EncryptionError.html +142 -0
- data/docs/LoggableActivity/EncryptionKey.html +399 -0
- data/docs/LoggableActivity/Engine.html +108 -0
- data/docs/LoggableActivity/Error.html +142 -0
- data/docs/LoggableActivity/Generators/InstallGenerator.html +212 -0
- data/docs/LoggableActivity/Generators.html +91 -0
- data/docs/LoggableActivity/Hooks.html +841 -0
- data/docs/LoggableActivity/Payload.html +430 -0
- data/docs/LoggableActivity/Sanitizer.html +134 -0
- data/docs/LoggableActivity/Services/BasePayloadsBuilder.html +472 -0
- data/docs/LoggableActivity/Services/CustomPayloadsBuilder.html +225 -0
- data/docs/LoggableActivity/Services/DestroyPayloadsBuilder.html +396 -0
- data/docs/LoggableActivity/Services/PayloadsBuilder.html +348 -0
- data/docs/LoggableActivity/Services/UpdatePayloadsBuilder.html +540 -0
- data/docs/LoggableActivity/Services.html +93 -0
- data/docs/LoggableActivity.html +173 -0
- data/docs/MIT-LICENSE.html +132 -0
- data/docs/Object.html +110 -0
- data/docs/README_md.html +186 -0
- data/docs/Rakefile.html +134 -0
- data/docs/app/assets/config/loggable_activity_manifest_js.html +126 -0
- data/docs/app/assets/javascripts/loggable_activity/application_js.html +124 -0
- data/docs/app/assets/stylesheets/loggable_activity/activities_scss.html +154 -0
- data/docs/app/assets/stylesheets/loggable_activity/application_scss.html +142 -0
- data/docs/app/views/layouts/loggable_activity/application_html_slim.html +145 -0
- data/docs/app/views/loggable_activity/activities/_activities_html_slim.html +159 -0
- data/docs/created.rid +74 -0
- data/docs/css/fonts.css +167 -0
- data/docs/css/rdoc.css +687 -0
- data/docs/fonts/Lato-Light.ttf +0 -0
- data/docs/fonts/Lato-LightItalic.ttf +0 -0
- data/docs/fonts/Lato-Regular.ttf +0 -0
- data/docs/fonts/Lato-RegularItalic.ttf +0 -0
- data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
- data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
- data/docs/git-org/HEAD.html +126 -0
- data/docs/git-org/config.html +128 -0
- data/docs/git-org/description.html +126 -0
- data/docs/git-org/hooks/applypatch-msg_sample.html +128 -0
- data/docs/git-org/hooks/commit-msg_sample.html +138 -0
- data/docs/git-org/hooks/fsmonitor-watchman_sample.html +302 -0
- data/docs/git-org/hooks/post-update_sample.html +128 -0
- data/docs/git-org/hooks/pre-applypatch_sample.html +128 -0
- data/docs/git-org/hooks/pre-commit_sample.html +174 -0
- data/docs/git-org/hooks/pre-merge-commit_sample.html +133 -0
- data/docs/git-org/hooks/pre-push_sample.html +161 -0
- data/docs/git-org/hooks/pre-rebase_sample.html +282 -0
- data/docs/git-org/hooks/pre-receive_sample.html +144 -0
- data/docs/git-org/hooks/prepare-commit-msg_sample.html +136 -0
- data/docs/git-org/hooks/push-to-checkout_sample.html +178 -0
- data/docs/git-org/hooks/update_sample.html +226 -0
- data/docs/git-org/info/exclude.html +126 -0
- data/docs/images/add.png +0 -0
- data/docs/images/arrow_up.png +0 -0
- data/docs/images/brick.png +0 -0
- data/docs/images/brick_link.png +0 -0
- data/docs/images/bug.png +0 -0
- data/docs/images/bullet_black.png +0 -0
- data/docs/images/bullet_toggle_minus.png +0 -0
- data/docs/images/bullet_toggle_plus.png +0 -0
- data/docs/images/date.png +0 -0
- data/docs/images/delete.png +0 -0
- data/docs/images/find.png +0 -0
- data/docs/images/loadingAnimation.gif +0 -0
- data/docs/images/macFFBgHack.png +0 -0
- data/docs/images/package.png +0 -0
- data/docs/images/page_green.png +0 -0
- data/docs/images/page_white_text.png +0 -0
- data/docs/images/page_white_width.png +0 -0
- data/docs/images/plugin.png +0 -0
- data/docs/images/ruby.png +0 -0
- data/docs/images/tag_blue.png +0 -0
- data/docs/images/tag_green.png +0 -0
- data/docs/images/transparent.png +0 -0
- data/docs/images/wrench.png +0 -0
- data/docs/images/wrench_orange.png +0 -0
- data/docs/images/zoom.png +0 -0
- data/docs/index.html +166 -0
- data/docs/js/darkfish.js +97 -0
- data/docs/js/navigation.js +105 -0
- data/docs/js/navigation.js.gz +0 -0
- data/docs/js/search.js +110 -0
- data/docs/js/search_index.js +1 -0
- data/docs/js/search_index.js.gz +0 -0
- data/docs/js/searcher.js +229 -0
- data/docs/js/searcher.js.gz +0 -0
- data/docs/lib/loggable_activity/config_schema_json.html +205 -0
- data/docs/lib/tasks/loggable_activity_tasks_rake.html +128 -0
- data/docs/table_of_contents.html +954 -0
- data/lib/loggable_activity/concerns/current_actor.rb +25 -0
- data/lib/loggable_activity/hooks.rb +41 -19
- data/lib/loggable_activity/version.rb +1 -1
- data/lib/loggable_activity.rb +1 -1
- metadata +114 -3
- data/lib/loggable_activity/concerns/current_user.rb +0 -26
data/docs/README_md.html
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>README - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
var index_rel_prefix = "./";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<script src="./js/navigation.js" defer></script>
|
|
15
|
+
<script src="./js/search.js" defer></script>
|
|
16
|
+
<script src="./js/search_index.js" defer></script>
|
|
17
|
+
<script src="./js/searcher.js" defer></script>
|
|
18
|
+
<script src="./js/darkfish.js" defer></script>
|
|
19
|
+
|
|
20
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
21
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<div class="nav-section">
|
|
58
|
+
<h3>Table of Contents</h3>
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
<ul class="link-list" role="directory">
|
|
63
|
+
<li>
|
|
64
|
+
<details open>
|
|
65
|
+
<summary> <a href="#label-Loggable+Activity+-F0-9F-8C-9F">Loggable Activity 🌟</a>
|
|
66
|
+
</summary>
|
|
67
|
+
<ul class="link-list" role="directory">
|
|
68
|
+
<li> <a href="#label-Important-21">Important!</a>
|
|
69
|
+
<li> <a href="#label-What+it+is+not">What it is not</a>
|
|
70
|
+
<li> <a href="#label-Applications">Applications</a>
|
|
71
|
+
<li> <a href="#label-Getting+started">Getting started</a>
|
|
72
|
+
<li> <a href="#label-Contribute">Contribute</a>
|
|
73
|
+
<li> <a href="#label-Test">Test</a>
|
|
74
|
+
|
|
75
|
+
</ul>
|
|
76
|
+
</details>
|
|
77
|
+
</li>
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
<div id="project-metadata">
|
|
84
|
+
|
|
85
|
+
<div id="fileindex-section" class="nav-section">
|
|
86
|
+
<h3>Pages</h3>
|
|
87
|
+
|
|
88
|
+
<ul class="link-list">
|
|
89
|
+
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
|
90
|
+
<li><a href="./CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
|
91
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
|
92
|
+
<li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
|
|
93
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
94
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
95
|
+
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
|
|
96
|
+
<li><a href="./README_md.html">README</a>
|
|
97
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
98
|
+
<li><details><summary>app</summary>
|
|
99
|
+
<ul class="link-list">
|
|
100
|
+
<li><a href="./app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
|
101
|
+
<li><a href="./app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
|
102
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
|
103
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
|
104
|
+
<li><a href="./app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
|
105
|
+
<li><a href="./app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
|
106
|
+
</ul></details>
|
|
107
|
+
<li><details><summary>git-org</summary>
|
|
108
|
+
<ul class="link-list">
|
|
109
|
+
<li><a href="./git-org/HEAD.html">HEAD</a>
|
|
110
|
+
<li><a href="./git-org/config.html">config</a>
|
|
111
|
+
<li><a href="./git-org/description.html">description</a>
|
|
112
|
+
<li><a href="./git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
|
113
|
+
<li><a href="./git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
|
114
|
+
<li><a href="./git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
|
115
|
+
<li><a href="./git-org/hooks/post-update_sample.html">post-update.sample</a>
|
|
116
|
+
<li><a href="./git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
|
117
|
+
<li><a href="./git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
|
118
|
+
<li><a href="./git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
|
119
|
+
<li><a href="./git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
|
120
|
+
<li><a href="./git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
|
121
|
+
<li><a href="./git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
|
122
|
+
<li><a href="./git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
|
123
|
+
<li><a href="./git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
|
124
|
+
<li><a href="./git-org/hooks/update_sample.html">update.sample</a>
|
|
125
|
+
<li><a href="./git-org/info/exclude.html">exclude</a>
|
|
126
|
+
</ul></details>
|
|
127
|
+
<li><details><summary>lib</summary>
|
|
128
|
+
<ul class="link-list">
|
|
129
|
+
<li><a href="./lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
|
130
|
+
<li><a href="./lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
|
131
|
+
</ul></details>
|
|
132
|
+
</ul>
|
|
133
|
+
</div>
|
|
134
|
+
|
|
135
|
+
</div>
|
|
136
|
+
</nav>
|
|
137
|
+
|
|
138
|
+
<main role="main" aria-label="Page README.md">
|
|
139
|
+
|
|
140
|
+
<h1 id="label-Loggable+Activity+-F0-9F-8C-9F">Loggable Activity 🌟<span><a href="#label-Loggable+Activity+-F0-9F-8C-9F">¶</a> <a href="#top">↑</a></span></h1>
|
|
141
|
+
|
|
142
|
+
<p>Super easy to use activity log with views out of the box - Just add the gem and mount the engine and you have a cool looking activity log. - Easy and simple to customize and configure - All data are encrypted, and</p>
|
|
143
|
+
|
|
144
|
+
<h3 id="label-Important-21">Important!<span><a href="#label-Important-21">¶</a> <a href="#top">↑</a></span></h3>
|
|
145
|
+
|
|
146
|
+
<p>This project is under development and not ready for production. There might be breaking changes, so please consult the <a href="CHANGELOG_md.html">CHANGELOG.md</a></p>
|
|
147
|
+
|
|
148
|
+
<h3 id="label-What+it+is+not">What it is not<span><a href="#label-What+it+is+not">¶</a> <a href="#top">↑</a></span></h3>
|
|
149
|
+
<ul><li>
|
|
150
|
+
<p>An error logging system</p>
|
|
151
|
+
</li><li>
|
|
152
|
+
<p>A paper trails system with rollback.</p>
|
|
153
|
+
</li><li>
|
|
154
|
+
<p>A backup system</p>
|
|
155
|
+
</li></ul>
|
|
156
|
+
|
|
157
|
+
<h3 id="label-Applications">Applications<span><a href="#label-Applications">¶</a> <a href="#top">↑</a></span></h3>
|
|
158
|
+
|
|
159
|
+
<p>Most organizations needs to keep a log of how users interact with data stored in the DB - Finance - Healthcare - Sales and Support</p>
|
|
160
|
+
|
|
161
|
+
<p><em>Super simplified example from the healthcare.</em> - Each patient has a journal, that is updated on a regular basis. - Supervisor needs to follow the journal, how was it updated, who read it, did it get deleted. - Security personnel needs to know how the journal is handled, who did what when. - Patients has the right to know how their journal is handled and that their data will be removed when required.</p>
|
|
162
|
+
|
|
163
|
+
<p>Beside the journal in the db, an activity log is kept so it is possible to track how the journal is used.<br/> At some point in time the patients data from the DB and the activity log has to be removed according to GDPR.<br/></p>
|
|
164
|
+
|
|
165
|
+
<h3 id="label-Getting+started">Getting started<span><a href="#label-Getting+started">¶</a> <a href="#top">↑</a></span></h3>
|
|
166
|
+
|
|
167
|
+
<p>please read the <a href="https://github.com/LoggableActivity/LoggableActivity/blob/main/GETTING-STARTED.md">GETTING-STARTED.md</a> guide</p>
|
|
168
|
+
|
|
169
|
+
<h3 id="label-Contribute">Contribute<span><a href="#label-Contribute">¶</a> <a href="#top">↑</a></span></h3>
|
|
170
|
+
|
|
171
|
+
<p>👉 Join the Slack channel here: <a href="https://join.slack.com/t/loggableactivity/shared_invite/zt-2a3tvgv37-mGwjHJTrBXBH2srXFRRSXQ">LoggableActivity Slack Workspace</a> <br/>👉 Want to play around with an online version: <a href="https://loggableactivity-efe7b931c886.herokuapp.com/">Show Demo</a> <br/> We value each contribution and believe in the power of community. Looking forward to seeing you there!</p>
|
|
172
|
+
|
|
173
|
+
<h3 id="label-Test">Test<span><a href="#label-Test">¶</a> <a href="#top">↑</a></span></h3>
|
|
174
|
+
|
|
175
|
+
<p>We embrace the philosophy of black-box testing, where we focus on the input and output of the public interface without worrying about internal implementation details.<br/> This approach aligns with the principle of testing behavior rather than implementation.</p>
|
|
176
|
+
|
|
177
|
+
</main>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
<footer id="validator-badges" role="contentinfo">
|
|
182
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
183
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
|
184
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
185
|
+
</footer>
|
|
186
|
+
|
data/docs/Rakefile.html
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>Rakefile - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
var index_rel_prefix = "./";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<script src="./js/navigation.js" defer></script>
|
|
15
|
+
<script src="./js/search.js" defer></script>
|
|
16
|
+
<script src="./js/search_index.js" defer></script>
|
|
17
|
+
<script src="./js/searcher.js" defer></script>
|
|
18
|
+
<script src="./js/darkfish.js" defer></script>
|
|
19
|
+
|
|
20
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
21
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
|
|
60
|
+
<div id="fileindex-section" class="nav-section">
|
|
61
|
+
<h3>Pages</h3>
|
|
62
|
+
|
|
63
|
+
<ul class="link-list">
|
|
64
|
+
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
|
65
|
+
<li><a href="./CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
|
66
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
|
67
|
+
<li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
|
|
68
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
69
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
70
|
+
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
|
|
71
|
+
<li><a href="./README_md.html">README</a>
|
|
72
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
73
|
+
<li><details><summary>app</summary>
|
|
74
|
+
<ul class="link-list">
|
|
75
|
+
<li><a href="./app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
|
76
|
+
<li><a href="./app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
|
77
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
|
78
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
|
79
|
+
<li><a href="./app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
|
80
|
+
<li><a href="./app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
|
81
|
+
</ul></details>
|
|
82
|
+
<li><details><summary>git-org</summary>
|
|
83
|
+
<ul class="link-list">
|
|
84
|
+
<li><a href="./git-org/HEAD.html">HEAD</a>
|
|
85
|
+
<li><a href="./git-org/config.html">config</a>
|
|
86
|
+
<li><a href="./git-org/description.html">description</a>
|
|
87
|
+
<li><a href="./git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
|
88
|
+
<li><a href="./git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
|
89
|
+
<li><a href="./git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
|
90
|
+
<li><a href="./git-org/hooks/post-update_sample.html">post-update.sample</a>
|
|
91
|
+
<li><a href="./git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
|
92
|
+
<li><a href="./git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
|
93
|
+
<li><a href="./git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
|
94
|
+
<li><a href="./git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
|
95
|
+
<li><a href="./git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
|
96
|
+
<li><a href="./git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
|
97
|
+
<li><a href="./git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
|
98
|
+
<li><a href="./git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
|
99
|
+
<li><a href="./git-org/hooks/update_sample.html">update.sample</a>
|
|
100
|
+
<li><a href="./git-org/info/exclude.html">exclude</a>
|
|
101
|
+
</ul></details>
|
|
102
|
+
<li><details><summary>lib</summary>
|
|
103
|
+
<ul class="link-list">
|
|
104
|
+
<li><a href="./lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
|
105
|
+
<li><a href="./lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
|
106
|
+
</ul></details>
|
|
107
|
+
</ul>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
</div>
|
|
111
|
+
</nav>
|
|
112
|
+
|
|
113
|
+
<main role="main" aria-label="Page Rakefile">
|
|
114
|
+
|
|
115
|
+
<p># frozen_string_literal: true</p>
|
|
116
|
+
|
|
117
|
+
<p>require ‘bundler/setup’</p>
|
|
118
|
+
|
|
119
|
+
<p>APP_RAKEFILE = File.expand_path(‘test/dummy/Rakefile’, __dir__) load ‘rails/tasks/engine.rake’</p>
|
|
120
|
+
|
|
121
|
+
<p>load ‘rails/tasks/statistics.rake’</p>
|
|
122
|
+
|
|
123
|
+
<p>require ‘bundler/gem_tasks’</p>
|
|
124
|
+
|
|
125
|
+
</main>
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
<footer id="validator-badges" role="contentinfo">
|
|
130
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
131
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
|
132
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
133
|
+
</footer>
|
|
134
|
+
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>loggable_activity_manifest.js - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "../../../";
|
|
11
|
+
var index_rel_prefix = "../../../";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<script src="../../../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../../../js/search.js" defer></script>
|
|
16
|
+
<script src="../../../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../../../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../../../js/darkfish.js" defer></script>
|
|
19
|
+
|
|
20
|
+
<link href="../../../css/fonts.css" rel="stylesheet">
|
|
21
|
+
<link href="../../../css/rdoc.css" rel="stylesheet">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="../../../index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="../../../table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="../../../table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="../../../table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
|
|
60
|
+
<div id="fileindex-section" class="nav-section">
|
|
61
|
+
<h3>Pages</h3>
|
|
62
|
+
|
|
63
|
+
<ul class="link-list">
|
|
64
|
+
<li><a href="../../../CHANGELOG_md.html">CHANGELOG</a>
|
|
65
|
+
<li><a href="../../../CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
|
66
|
+
<li><a href="../../../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
|
67
|
+
<li><a href="../../../GETTING-STARTED_md.html">GETTING-STARTED</a>
|
|
68
|
+
<li><a href="../../../Gemfile.html">Gemfile</a>
|
|
69
|
+
<li><a href="../../../Gemfile_lock.html">Gemfile.lock</a>
|
|
70
|
+
<li><a href="../../../MIT-LICENSE.html">MIT-LICENSE</a>
|
|
71
|
+
<li><a href="../../../README_md.html">README</a>
|
|
72
|
+
<li><a href="../../../Rakefile.html">Rakefile</a>
|
|
73
|
+
<li><details open><summary>app</summary>
|
|
74
|
+
<ul class="link-list">
|
|
75
|
+
<li><a href="../../../app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
|
76
|
+
<li><a href="../../../app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
|
77
|
+
<li><a href="../../../app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
|
78
|
+
<li><a href="../../../app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
|
79
|
+
<li><a href="../../../app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
|
80
|
+
<li><a href="../../../app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
|
81
|
+
</ul></details>
|
|
82
|
+
<li><details><summary>git-org</summary>
|
|
83
|
+
<ul class="link-list">
|
|
84
|
+
<li><a href="../../../git-org/HEAD.html">HEAD</a>
|
|
85
|
+
<li><a href="../../../git-org/config.html">config</a>
|
|
86
|
+
<li><a href="../../../git-org/description.html">description</a>
|
|
87
|
+
<li><a href="../../../git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
|
88
|
+
<li><a href="../../../git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
|
89
|
+
<li><a href="../../../git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
|
90
|
+
<li><a href="../../../git-org/hooks/post-update_sample.html">post-update.sample</a>
|
|
91
|
+
<li><a href="../../../git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
|
92
|
+
<li><a href="../../../git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
|
93
|
+
<li><a href="../../../git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
|
94
|
+
<li><a href="../../../git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
|
95
|
+
<li><a href="../../../git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
|
96
|
+
<li><a href="../../../git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
|
97
|
+
<li><a href="../../../git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
|
98
|
+
<li><a href="../../../git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
|
99
|
+
<li><a href="../../../git-org/hooks/update_sample.html">update.sample</a>
|
|
100
|
+
<li><a href="../../../git-org/info/exclude.html">exclude</a>
|
|
101
|
+
</ul></details>
|
|
102
|
+
<li><details><summary>lib</summary>
|
|
103
|
+
<ul class="link-list">
|
|
104
|
+
<li><a href="../../../lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
|
105
|
+
<li><a href="../../../lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
|
106
|
+
</ul></details>
|
|
107
|
+
</ul>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
</div>
|
|
111
|
+
</nav>
|
|
112
|
+
|
|
113
|
+
<main role="main" aria-label="Page app/assets/config/loggable_activity_manifest.js">
|
|
114
|
+
|
|
115
|
+
<p>//= link_directory ../stylesheets/loggable_activity .css</p>
|
|
116
|
+
|
|
117
|
+
</main>
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
<footer id="validator-badges" role="contentinfo">
|
|
122
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
123
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
|
124
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
125
|
+
</footer>
|
|
126
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>application.js - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "../../../../";
|
|
11
|
+
var index_rel_prefix = "../../../../";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<script src="../../../../js/navigation.js" defer></script>
|
|
15
|
+
<script src="../../../../js/search.js" defer></script>
|
|
16
|
+
<script src="../../../../js/search_index.js" defer></script>
|
|
17
|
+
<script src="../../../../js/searcher.js" defer></script>
|
|
18
|
+
<script src="../../../../js/darkfish.js" defer></script>
|
|
19
|
+
|
|
20
|
+
<link href="../../../../css/fonts.css" rel="stylesheet">
|
|
21
|
+
<link href="../../../../css/rdoc.css" rel="stylesheet">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="../../../../index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="../../../../table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="../../../../table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="../../../../table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<div id="project-metadata">
|
|
59
|
+
|
|
60
|
+
<div id="fileindex-section" class="nav-section">
|
|
61
|
+
<h3>Pages</h3>
|
|
62
|
+
|
|
63
|
+
<ul class="link-list">
|
|
64
|
+
<li><a href="../../../../CHANGELOG_md.html">CHANGELOG</a>
|
|
65
|
+
<li><a href="../../../../CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
|
66
|
+
<li><a href="../../../../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
|
67
|
+
<li><a href="../../../../GETTING-STARTED_md.html">GETTING-STARTED</a>
|
|
68
|
+
<li><a href="../../../../Gemfile.html">Gemfile</a>
|
|
69
|
+
<li><a href="../../../../Gemfile_lock.html">Gemfile.lock</a>
|
|
70
|
+
<li><a href="../../../../MIT-LICENSE.html">MIT-LICENSE</a>
|
|
71
|
+
<li><a href="../../../../README_md.html">README</a>
|
|
72
|
+
<li><a href="../../../../Rakefile.html">Rakefile</a>
|
|
73
|
+
<li><details open><summary>app</summary>
|
|
74
|
+
<ul class="link-list">
|
|
75
|
+
<li><a href="../../../../app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
|
76
|
+
<li><a href="../../../../app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
|
77
|
+
<li><a href="../../../../app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
|
78
|
+
<li><a href="../../../../app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
|
79
|
+
<li><a href="../../../../app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
|
80
|
+
<li><a href="../../../../app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
|
81
|
+
</ul></details>
|
|
82
|
+
<li><details><summary>git-org</summary>
|
|
83
|
+
<ul class="link-list">
|
|
84
|
+
<li><a href="../../../../git-org/HEAD.html">HEAD</a>
|
|
85
|
+
<li><a href="../../../../git-org/config.html">config</a>
|
|
86
|
+
<li><a href="../../../../git-org/description.html">description</a>
|
|
87
|
+
<li><a href="../../../../git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
|
88
|
+
<li><a href="../../../../git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
|
89
|
+
<li><a href="../../../../git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
|
90
|
+
<li><a href="../../../../git-org/hooks/post-update_sample.html">post-update.sample</a>
|
|
91
|
+
<li><a href="../../../../git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
|
92
|
+
<li><a href="../../../../git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
|
93
|
+
<li><a href="../../../../git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
|
94
|
+
<li><a href="../../../../git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
|
95
|
+
<li><a href="../../../../git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
|
96
|
+
<li><a href="../../../../git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
|
97
|
+
<li><a href="../../../../git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
|
98
|
+
<li><a href="../../../../git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
|
99
|
+
<li><a href="../../../../git-org/hooks/update_sample.html">update.sample</a>
|
|
100
|
+
<li><a href="../../../../git-org/info/exclude.html">exclude</a>
|
|
101
|
+
</ul></details>
|
|
102
|
+
<li><details><summary>lib</summary>
|
|
103
|
+
<ul class="link-list">
|
|
104
|
+
<li><a href="../../../../lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
|
105
|
+
<li><a href="../../../../lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
|
106
|
+
</ul></details>
|
|
107
|
+
</ul>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
</div>
|
|
111
|
+
</nav>
|
|
112
|
+
|
|
113
|
+
<main role="main" aria-label="Page app/assets/javascripts/loggable_activity/application.js">
|
|
114
|
+
|
|
115
|
+
</main>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<footer id="validator-badges" role="contentinfo">
|
|
120
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
121
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
|
122
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
123
|
+
</footer>
|
|
124
|
+
|