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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e7775d5a84feda7f0746a8021f806705c71ec1587ad71386d16be783af5e34b
|
4
|
+
data.tar.gz: e5914078c6a98d263c585d76b45c43d0f5cd012f9d889e8893763eb27f2d3e02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c4ba19072bde63b5084fd199f1161b457b12df26bac0adc56273c0b37b78e1ce234bc4cc9f2ed8cab8aca0858e22682b44a04bd8badfb78f28ff80ce7114bb3
|
7
|
+
data.tar.gz: c75dabf4e3426be90014d8aa7bf7a702a27af018bc9f90035de74972c4eb2ea4c51f86df01f33e778d1973763c29e91f4f281a7783d21e67e09c4881de49a320
|
data/CHANGELOG.md
CHANGED
data/GETTING-STARTED.md
CHANGED
@@ -7,6 +7,7 @@ This document should you getting started with `LoggableActivity`
|
|
7
7
|
|
8
8
|
## Installation
|
9
9
|
Add the loggable_activity gem to the Gemfile `gem 'loggable_activity', '~> 0.5.4` and then<br/>
|
10
|
+
Remember to check for the latest version number
|
10
11
|
```
|
11
12
|
$ bundle install
|
12
13
|
```
|
data/docker-compose.yml
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
version: "3.2"
|
2
|
+
services:
|
3
|
+
rabbitmq:
|
4
|
+
image: rabbitmq:3-management-alpine
|
5
|
+
container_name: 'rabbitmq'
|
6
|
+
ports:
|
7
|
+
- 5672:5672
|
8
|
+
- 15672:15672
|
9
|
+
volumes:
|
10
|
+
- ~/.docker-conf/rabbitmq/data/:/var/lib/rabbitmq/
|
11
|
+
- ~/.docker-conf/rabbitmq/log/:/var/log/rabbitmq
|
12
|
+
|
13
|
+
postgres:
|
14
|
+
image: postgres:13
|
15
|
+
container_name: 'postgres'
|
16
|
+
environment:
|
17
|
+
POSTGRES_USER: postgres
|
18
|
+
POSTGRES_PASSWORD: postgres
|
19
|
+
POSTGRES_DB: loggable_activity_dev
|
20
|
+
ports:
|
21
|
+
- 5432:5432
|
22
|
+
volumes:
|
23
|
+
- pgdata:/var/lib/postgresql/data
|
24
|
+
|
25
|
+
volumes:
|
26
|
+
pgdata:
|
27
|
+
driver: local
|
@@ -0,0 +1,318 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>CHANGELOG - 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> <a href="#label-5B0.5.6-5D+-+2024-07-18">[0.5.6] - 2024-07-18</a>
|
64
|
+
<li>
|
65
|
+
<details open>
|
66
|
+
<summary> <a href="#label-5B0.5.5-5D+-+2024-07-16">[0.5.5] - 2024-07-16</a>
|
67
|
+
</summary>
|
68
|
+
<ul class="link-list" role="directory">
|
69
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
70
|
+
|
71
|
+
</ul>
|
72
|
+
</details>
|
73
|
+
</li>
|
74
|
+
<li> <a href="#label-5B0.5.4-5D+-+2024-03-21">[0.5.4] - 2024-03-21</a>
|
75
|
+
<li> <a href="#label-5B0.5.2-5D+-+2024-03-21">[0.5.2] - 2024-03-21</a>
|
76
|
+
<li> <a href="#label-5B0.2.0-5D+-+2024-07-03">[0.2.0] - 2024-07-03</a>
|
77
|
+
<li>
|
78
|
+
<details open>
|
79
|
+
<summary> <a href="#label-5B0.1.58-5D+-+2024-03-21">[0.1.58] - 2024-03-21</a>
|
80
|
+
</summary>
|
81
|
+
<ul class="link-list" role="directory">
|
82
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
83
|
+
|
84
|
+
</ul>
|
85
|
+
</details>
|
86
|
+
</li>
|
87
|
+
<li>
|
88
|
+
<details open>
|
89
|
+
<summary> <a href="#label-5B0.1.56-5D+-+2024-03-04">[0.1.56] - 2024-03-04</a>
|
90
|
+
</summary>
|
91
|
+
<ul class="link-list" role="directory">
|
92
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
93
|
+
|
94
|
+
</ul>
|
95
|
+
</details>
|
96
|
+
</li>
|
97
|
+
<li> <a href="#label-5B0.1.54-5D+-+2024-02-24">[0.1.54] - 2024-02-24</a>
|
98
|
+
<li> <a href="#label-5B0.1.53-5D+-+2024-02-22">[0.1.53] - 2024-02-22</a>
|
99
|
+
<li> <a href="#label-5B0.1.52-5D+-+2024-02-20">[0.1.52] - 2024-02-20</a>
|
100
|
+
<li> <a href="#label-5B0.1.51-5D+-+2024-02-19">[0.1.51] - 2024-02-19</a>
|
101
|
+
<li> <a href="#label-5B0.1.49-5D+-+2024-02-18">[0.1.49] - 2024-02-18</a>
|
102
|
+
<li>
|
103
|
+
<details open>
|
104
|
+
<summary> <a href="#label-5B0.1.48-5D+-+2024-02-16">[0.1.48] - 2024-02-16</a>
|
105
|
+
</summary>
|
106
|
+
<ul class="link-list" role="directory">
|
107
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
108
|
+
|
109
|
+
</ul>
|
110
|
+
</details>
|
111
|
+
</li>
|
112
|
+
<li> <a href="#label-5B0.1.46-5D+-+2024-02-16">[0.1.46] - 2024-02-16</a>
|
113
|
+
<li> <a href="#label-5B0.1.43-5D+-+2024-02-15">[0.1.43] - 2024-02-15</a>
|
114
|
+
<li> <a href="#label-5B0.1.39-5D+-+2024-02-12">[0.1.39] - 2024-02-12</a>
|
115
|
+
<li> <a href="#label-5B0.1.38-5D+-+2024-02-12">[0.1.38] - 2024-02-12</a>
|
116
|
+
<li> <a href="#label-5B0.1.35-5D+-+2024-02-11">[0.1.35] - 2024-02-11</a>
|
117
|
+
|
118
|
+
</ul>
|
119
|
+
</div>
|
120
|
+
|
121
|
+
|
122
|
+
<div id="project-metadata">
|
123
|
+
|
124
|
+
<div id="fileindex-section" class="nav-section">
|
125
|
+
<h3>Pages</h3>
|
126
|
+
|
127
|
+
<ul class="link-list">
|
128
|
+
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
129
|
+
<li><a href="./CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
130
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
131
|
+
<li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
|
132
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
133
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
134
|
+
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
|
135
|
+
<li><a href="./README_md.html">README</a>
|
136
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
137
|
+
<li><details><summary>app</summary>
|
138
|
+
<ul class="link-list">
|
139
|
+
<li><a href="./app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
140
|
+
<li><a href="./app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
141
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
142
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
143
|
+
<li><a href="./app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
144
|
+
<li><a href="./app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
145
|
+
</ul></details>
|
146
|
+
<li><details><summary>git-org</summary>
|
147
|
+
<ul class="link-list">
|
148
|
+
<li><a href="./git-org/HEAD.html">HEAD</a>
|
149
|
+
<li><a href="./git-org/config.html">config</a>
|
150
|
+
<li><a href="./git-org/description.html">description</a>
|
151
|
+
<li><a href="./git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
152
|
+
<li><a href="./git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
153
|
+
<li><a href="./git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
154
|
+
<li><a href="./git-org/hooks/post-update_sample.html">post-update.sample</a>
|
155
|
+
<li><a href="./git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
156
|
+
<li><a href="./git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
157
|
+
<li><a href="./git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
158
|
+
<li><a href="./git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
159
|
+
<li><a href="./git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
160
|
+
<li><a href="./git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
161
|
+
<li><a href="./git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
162
|
+
<li><a href="./git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
163
|
+
<li><a href="./git-org/hooks/update_sample.html">update.sample</a>
|
164
|
+
<li><a href="./git-org/info/exclude.html">exclude</a>
|
165
|
+
</ul></details>
|
166
|
+
<li><details><summary>lib</summary>
|
167
|
+
<ul class="link-list">
|
168
|
+
<li><a href="./lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
169
|
+
<li><a href="./lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
170
|
+
</ul></details>
|
171
|
+
</ul>
|
172
|
+
</div>
|
173
|
+
|
174
|
+
</div>
|
175
|
+
</nav>
|
176
|
+
|
177
|
+
<main role="main" aria-label="Page CHANGELOG.md">
|
178
|
+
|
179
|
+
<h2 id="label-5B0.5.6-5D+-+2024-07-18">[0.5.6] - 2024-07-18<span><a href="#label-5B0.5.6-5D+-+2024-07-18">¶</a> <a href="#top">↑</a></span></h2>
|
180
|
+
<ul><li>
|
181
|
+
<p>Documentation updated</p>
|
182
|
+
</li><li>
|
183
|
+
<p>Generator updated</p>
|
184
|
+
</li></ul>
|
185
|
+
|
186
|
+
<h2 id="label-5B0.5.5-5D+-+2024-07-16">[0.5.5] - 2024-07-16<span><a href="#label-5B0.5.5-5D+-+2024-07-16">¶</a> <a href="#top">↑</a></span></h2>
|
187
|
+
<ul><li>
|
188
|
+
<p>Custom attrs added</p>
|
189
|
+
|
190
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
191
|
+
</li><li>
|
192
|
+
<p>Configuration.yml changed</p>
|
193
|
+
</li></ul>
|
194
|
+
|
195
|
+
<h2 id="label-5B0.5.4-5D+-+2024-03-21">[0.5.4] - 2024-03-21<span><a href="#label-5B0.5.4-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
196
|
+
<ul><li>
|
197
|
+
<p>Styling with bootstrap css</p>
|
198
|
+
</li></ul>
|
199
|
+
|
200
|
+
<h2 id="label-5B0.5.2-5D+-+2024-03-21">[0.5.2] - 2024-03-21<span><a href="#label-5B0.5.2-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
201
|
+
<ul><li>
|
202
|
+
<p>Styling with pico css</p>
|
203
|
+
</li><li>
|
204
|
+
<p>Public attrs added</p>
|
205
|
+
</li></ul>
|
206
|
+
|
207
|
+
<h2 id="label-5B0.2.0-5D+-+2024-07-03">[0.2.0] - 2024-07-03<span><a href="#label-5B0.2.0-5D+-+2024-07-03">¶</a> <a href="#top">↑</a></span></h2>
|
208
|
+
<ul><li>
|
209
|
+
<p>Keys kan be kept until <a href="LoggableActivity/Sanitizer.html#method-c-run"><code>LoggableActivity::Sanitizer.run</code></a> is called</p>
|
210
|
+
</li></ul>
|
211
|
+
|
212
|
+
<h2 id="label-5B0.1.58-5D+-+2024-03-21">[0.1.58] - 2024-03-21<span><a href="#label-5B0.1.58-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
213
|
+
|
214
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
215
|
+
<ul><li>
|
216
|
+
<p>All presentations generators are removed</p>
|
217
|
+
</li><li>
|
218
|
+
<p>Service modules for building of payloads</p>
|
219
|
+
</li><li>
|
220
|
+
<p>Schema validation of configuration file</p>
|
221
|
+
</li><li>
|
222
|
+
<p>Schema validation in tests of generated attrs</p>
|
223
|
+
</li><li>
|
224
|
+
<p>Support for UUID’s hanging, tbd</p>
|
225
|
+
</li><li>
|
226
|
+
<p>100 pct test coverage</p>
|
227
|
+
</li></ul>
|
228
|
+
|
229
|
+
<h2 id="label-5B0.1.56-5D+-+2024-03-04">[0.1.56] - 2024-03-04<span><a href="#label-5B0.1.56-5D+-+2024-03-04">¶</a> <a href="#top">↑</a></span></h2>
|
230
|
+
|
231
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
232
|
+
<ul><li>
|
233
|
+
<p>Generate links in helpers</p>
|
234
|
+
</li></ul>
|
235
|
+
|
236
|
+
<h2 id="label-5B0.1.54-5D+-+2024-02-24">[0.1.54] - 2024-02-24<span><a href="#label-5B0.1.54-5D+-+2024-02-24">¶</a> <a href="#top">↑</a></span></h2>
|
237
|
+
<ul><li>
|
238
|
+
<p>Support for BinaryID’s</p>
|
239
|
+
</li><li>
|
240
|
+
<p>Updated <a href="README_md.html">README.md</a></p>
|
241
|
+
</li><li>
|
242
|
+
<p>Quick start guid in terminal after installations</p>
|
243
|
+
</li><li>
|
244
|
+
<p>Support for slim</p>
|
245
|
+
</li></ul>
|
246
|
+
|
247
|
+
<h2 id="label-5B0.1.53-5D+-+2024-02-22">[0.1.53] - 2024-02-22<span><a href="#label-5B0.1.53-5D+-+2024-02-22">¶</a> <a href="#top">↑</a></span></h2>
|
248
|
+
<ul><li>
|
249
|
+
<p>Generator for presentation layer</p>
|
250
|
+
</li><li>
|
251
|
+
<p><a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a> guide</p>
|
252
|
+
</li></ul>
|
253
|
+
|
254
|
+
<h2 id="label-5B0.1.52-5D+-+2024-02-20">[0.1.52] - 2024-02-20<span><a href="#label-5B0.1.52-5D+-+2024-02-20">¶</a> <a href="#top">↑</a></span></h2>
|
255
|
+
<ul><li>
|
256
|
+
<p>Support for has_many relations</p>
|
257
|
+
</li></ul>
|
258
|
+
|
259
|
+
<h2 id="label-5B0.1.51-5D+-+2024-02-19">[0.1.51] - 2024-02-19<span><a href="#label-5B0.1.51-5D+-+2024-02-19">¶</a> <a href="#top">↑</a></span></h2>
|
260
|
+
<ul><li>
|
261
|
+
<p>Added RSpec test</p>
|
262
|
+
</li><li>
|
263
|
+
<p>Added rubocop</p>
|
264
|
+
</li></ul>
|
265
|
+
|
266
|
+
<h2 id="label-5B0.1.49-5D+-+2024-02-18">[0.1.49] - 2024-02-18<span><a href="#label-5B0.1.49-5D+-+2024-02-18">¶</a> <a href="#top">↑</a></span></h2>
|
267
|
+
<ul><li>
|
268
|
+
<p>Metadata, pointing to homepage</p>
|
269
|
+
</li></ul>
|
270
|
+
|
271
|
+
<h2 id="label-5B0.1.48-5D+-+2024-02-16">[0.1.48] - 2024-02-16<span><a href="#label-5B0.1.48-5D+-+2024-02-16">¶</a> <a href="#top">↑</a></span></h2>
|
272
|
+
|
273
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
274
|
+
<ul><li>
|
275
|
+
<p>Updated encryption_key to be 32 bytes</p>
|
276
|
+
</li><li>
|
277
|
+
<p>Updated <a href="README_md.html">README.md</a></p>
|
278
|
+
</li><li>
|
279
|
+
<p>Updated GETTING_STARTED.md</p>
|
280
|
+
</li><li>
|
281
|
+
<p>Added PULL_REQUEST_TEMPLATE.md</p>
|
282
|
+
</li></ul>
|
283
|
+
|
284
|
+
<h2 id="label-5B0.1.46-5D+-+2024-02-16">[0.1.46] - 2024-02-16<span><a href="#label-5B0.1.46-5D+-+2024-02-16">¶</a> <a href="#top">↑</a></span></h2>
|
285
|
+
<ul><li>
|
286
|
+
<p>Fixed spelling error in EncryptionKey</p>
|
287
|
+
</li></ul>
|
288
|
+
|
289
|
+
<h2 id="label-5B0.1.43-5D+-+2024-02-15">[0.1.43] - 2024-02-15<span><a href="#label-5B0.1.43-5D+-+2024-02-15">¶</a> <a href="#top">↑</a></span></h2>
|
290
|
+
<ul><li>
|
291
|
+
<p>Updated <a href="README_md.html">README.md</a> and <a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a></p>
|
292
|
+
</li></ul>
|
293
|
+
|
294
|
+
<h2 id="label-5B0.1.39-5D+-+2024-02-12">[0.1.39] - 2024-02-12<span><a href="#label-5B0.1.39-5D+-+2024-02-12">¶</a> <a href="#top">↑</a></span></h2>
|
295
|
+
<ul><li>
|
296
|
+
<p>Updated <a href="README_md.html">README.md</a> and <a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a></p>
|
297
|
+
</li></ul>
|
298
|
+
|
299
|
+
<h2 id="label-5B0.1.38-5D+-+2024-02-12">[0.1.38] - 2024-02-12<span><a href="#label-5B0.1.38-5D+-+2024-02-12">¶</a> <a href="#top">↑</a></span></h2>
|
300
|
+
<ul><li>
|
301
|
+
<p>Removed dependency on awesome print</p>
|
302
|
+
</li></ul>
|
303
|
+
|
304
|
+
<h2 id="label-5B0.1.35-5D+-+2024-02-11">[0.1.35] - 2024-02-11<span><a href="#label-5B0.1.35-5D+-+2024-02-11">¶</a> <a href="#top">↑</a></span></h2>
|
305
|
+
<ul><li>
|
306
|
+
<p>Initial release</p>
|
307
|
+
</li></ul>
|
308
|
+
|
309
|
+
</main>
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
<footer id="validator-badges" role="contentinfo">
|
314
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
315
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
316
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
317
|
+
</footer>
|
318
|
+
|
@@ -0,0 +1,168 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>CHEAT_SHEET - 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> <a href="#label-Build+gem+on+localhost">Build gem on localhost</a>
|
64
|
+
<li> <a href="#label-Release+gem">Release gem</a>
|
65
|
+
<li> <a href="#label-Heroku">Heroku</a>
|
66
|
+
|
67
|
+
</ul>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
|
71
|
+
<div id="project-metadata">
|
72
|
+
|
73
|
+
<div id="fileindex-section" class="nav-section">
|
74
|
+
<h3>Pages</h3>
|
75
|
+
|
76
|
+
<ul class="link-list">
|
77
|
+
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
78
|
+
<li><a href="./CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
79
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
80
|
+
<li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
|
81
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
82
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
83
|
+
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
|
84
|
+
<li><a href="./README_md.html">README</a>
|
85
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
86
|
+
<li><details><summary>app</summary>
|
87
|
+
<ul class="link-list">
|
88
|
+
<li><a href="./app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
89
|
+
<li><a href="./app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
90
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
91
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
92
|
+
<li><a href="./app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
93
|
+
<li><a href="./app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
94
|
+
</ul></details>
|
95
|
+
<li><details><summary>git-org</summary>
|
96
|
+
<ul class="link-list">
|
97
|
+
<li><a href="./git-org/HEAD.html">HEAD</a>
|
98
|
+
<li><a href="./git-org/config.html">config</a>
|
99
|
+
<li><a href="./git-org/description.html">description</a>
|
100
|
+
<li><a href="./git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
101
|
+
<li><a href="./git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
102
|
+
<li><a href="./git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
103
|
+
<li><a href="./git-org/hooks/post-update_sample.html">post-update.sample</a>
|
104
|
+
<li><a href="./git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
105
|
+
<li><a href="./git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
106
|
+
<li><a href="./git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
107
|
+
<li><a href="./git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
108
|
+
<li><a href="./git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
109
|
+
<li><a href="./git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
110
|
+
<li><a href="./git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
111
|
+
<li><a href="./git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
112
|
+
<li><a href="./git-org/hooks/update_sample.html">update.sample</a>
|
113
|
+
<li><a href="./git-org/info/exclude.html">exclude</a>
|
114
|
+
</ul></details>
|
115
|
+
<li><details><summary>lib</summary>
|
116
|
+
<ul class="link-list">
|
117
|
+
<li><a href="./lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
118
|
+
<li><a href="./lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
119
|
+
</ul></details>
|
120
|
+
</ul>
|
121
|
+
</div>
|
122
|
+
|
123
|
+
</div>
|
124
|
+
</nav>
|
125
|
+
|
126
|
+
<main role="main" aria-label="Page CHEAT_SHEET.md">
|
127
|
+
|
128
|
+
<h3 id="label-Build+gem+on+localhost">Build gem on localhost<span><a href="#label-Build+gem+on+localhost">¶</a> <a href="#top">↑</a></span></h3>
|
129
|
+
|
130
|
+
<pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-identifier">build</span> <span class="ruby-identifier">loggable_activity</span>.<span class="ruby-identifier">gemspec</span>
|
131
|
+
</pre>
|
132
|
+
|
133
|
+
<h3 id="label-Release+gem">Release gem<span><a href="#label-Release+gem">¶</a> <a href="#top">↑</a></span></h3>
|
134
|
+
<ul><li>
|
135
|
+
<p>Catch DONT update VERSION, this is done by <code>gem bump --version x.x.x</code></p>
|
136
|
+
</li><li>
|
137
|
+
<p>Update the CHANGE_LOG.md</p>
|
138
|
+
</li></ul>
|
139
|
+
|
140
|
+
<p>Make sure <code>gem install gem-release</code> is installed</p>
|
141
|
+
|
142
|
+
<pre>$ gem bump --version 0.3.0
|
143
|
+
$ rake release
|
144
|
+
$ read terminal output and authorize release</pre>
|
145
|
+
|
146
|
+
<h3 id="label-Heroku">Heroku<span><a href="#label-Heroku">¶</a> <a href="#top">↑</a></span></h3>
|
147
|
+
|
148
|
+
<pre>$ heroku pg:backups:capture --app loggableactivity
|
149
|
+
$ heroku pg:backups:download --app loggableactivity</pre>
|
150
|
+
|
151
|
+
<p>install on localhost</p>
|
152
|
+
|
153
|
+
<pre>$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U maxgronlund -d activity_logger_development latest.dump</pre>
|
154
|
+
|
155
|
+
<h2 id="label-Build+documentation">Build documentation<span><a href="#label-Build+documentation">¶</a> <a href="#top">↑</a></span></h2>
|
156
|
+
|
157
|
+
<pre>$ rdoc -o docs/ --all --main</pre>
|
158
|
+
|
159
|
+
</main>
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
<footer id="validator-badges" role="contentinfo">
|
164
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
165
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
166
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
167
|
+
</footer>
|
168
|
+
|