loggable_activity 0.1.44 → 0.1.46

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/docs/LoggableActivity/Activity.html +213 -0
  3. data/docs/LoggableActivity/Encryption.html +1 -1
  4. data/docs/LoggableActivity/EncryptionKey.html +13 -13
  5. data/docs/LoggableActivity/Hooks.html +456 -1
  6. data/docs/LoggableActivity/Payload.html +172 -1
  7. data/docs/LoggableActivity/PayloadsBuilder.html +231 -0
  8. data/docs/LoggableActivity/UpdatePayloadsBuilder.html +226 -1
  9. data/docs/created.rid +10 -10
  10. data/docs/js/navigation.js.gz +0 -0
  11. data/docs/js/search_index.js +1 -1
  12. data/docs/js/search_index.js.gz +0 -0
  13. data/docs/js/searcher.js.gz +0 -0
  14. data/docs/table_of_contents.html +230 -0
  15. data/lib/generators/loggable_activity/templates/create_loggable_encryption_keys.rb +1 -1
  16. data/lib/loggable_activity/activity.rb +2 -0
  17. data/lib/loggable_activity/encryption_key.rb +7 -7
  18. data/lib/loggable_activity/version.rb +1 -1
  19. metadata +2 -22
  20. data/doc/.nojekyll +0 -1
  21. data/doc/CHANGELOG_md.html +0 -125
  22. data/doc/CODE_OF_CONDUCT_md.html +0 -220
  23. data/doc/CONSIDERTIONS_md.html +0 -227
  24. data/doc/CreateLoggableActivities.html +0 -144
  25. data/doc/CreateLoggableEncryptionKeys.html +0 -140
  26. data/doc/CreateLoggablePayloads.html +0 -144
  27. data/doc/GETTING-STARTED_md.html +0 -186
  28. data/doc/Gemfile.html +0 -104
  29. data/doc/Gemfile_lock.html +0 -152
  30. data/doc/LICENSE_txt.html +0 -104
  31. data/doc/LoggableActivity/CurrentUser.html +0 -99
  32. data/doc/LoggableActivity/Generators/InstallGenerator.html +0 -178
  33. data/doc/LoggableActivity/Generators.html +0 -91
  34. data/doc/README_md.html +0 -138
  35. data/doc/ROADMAP_md.html +0 -151
  36. data/doc/Rakefile.html +0 -102
  37. data/doc/bin/setup.html +0 -100
  38. data/doc/notes/CHEAT_SHEET_md.html +0 -130
  39. data/doc/sig/loggable_activity_rbs.html +0 -101
data/doc/README_md.html DELETED
@@ -1,138 +0,0 @@
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-What+it+is+not">What it is not</a>
69
- <li> <a href="#label-Applications">Applications</a>
70
-
71
- </ul>
72
- </details>
73
- </li>
74
-
75
- </ul>
76
- </div>
77
-
78
-
79
- <div id="project-metadata">
80
-
81
- <div id="fileindex-section" class="nav-section">
82
- <h3>Pages</h3>
83
-
84
- <ul class="link-list">
85
- <li><a href="./CHANGELOG_md.html">CHANGELOG</a>
86
- <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
87
- <li><a href="./CONSIDERTIONS_md.html">CONSIDERTIONS</a>
88
- <li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
89
- <li><a href="./Gemfile.html">Gemfile</a>
90
- <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
91
- <li><a href="./LICENSE_txt.html">LICENSE</a>
92
- <li><a href="./README_md.html">README</a>
93
- <li><a href="./ROADMAP_md.html">ROADMAP</a>
94
- <li><a href="./Rakefile.html">Rakefile</a>
95
- <li><a href="./bin/setup.html">setup</a>
96
- <li><a href="./notes/CHEAT_SHEET_md.html">CHEAT_SHEET</a>
97
- <li><a href="./sig/loggable_activity_rbs.html">loggable_activity.rbs</a>
98
- </ul>
99
- </div>
100
-
101
- </div>
102
- </nav>
103
-
104
- <main role="main" aria-label="Page README.md">
105
-
106
- <h1 id="label-Loggable+Activity+-F0-9F-8C-9F">Loggable Activity 🌟<span><a href="#label-Loggable+Activity+-F0-9F-8C-9F">&para;</a> <a href="#top">&uarr;</a></span></h1>
107
-
108
- <p>Secure protect data and log how it is handled - Keep an activity log of how data in the db are handled. - Protect and secure the privacy of data stored in Activity Logs - Prepare for General Data Protection Regulation (GDPR) compliance. - Handles activities that involves more than one table in the DB.</p>
109
-
110
- <h3 id="label-What+it+is+not">What it is not<span><a href="#label-What+it+is+not">&para;</a> <a href="#top">&uarr;</a></span></h3>
111
- <ul><li>
112
- <p>An error logging system</p>
113
- </li><li>
114
- <p>A paper trails system with rollback.</p>
115
- </li><li>
116
- <p>A backup system</p>
117
- </li></ul>
118
-
119
- <h3 id="label-Applications">Applications<span><a href="#label-Applications">&para;</a> <a href="#top">&uarr;</a></span></h3>
120
-
121
- <p>Most organizations needs to keep a log of how users interact with data stored in the DB - Finance - Healthcare - Sales and Support</p>
122
-
123
- <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. - 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 the log is deleted.</p>
124
-
125
- <p>Beside the journal in the db, an activity log is kept so it is possible to track how the journal is used.&lt;br/&gt; At some point in time the patients data from the DB and the activity log has to be removed according to GDPR.<br/&gt;</p>
126
-
127
- <p>👉 Join the Slack channel here: <a href="https://join.slack.com/t/loggableactivity/shared_invite/zt-2a3tvgv37-mGwjHJTrBXBH2srXFRRSXQ">LoggableActivity Slack Workspace</a> &lt;br/&gt;👉 Want to play around with an online version: <a href="https://loggableactivity-efe7b931c886.herokuapp.com/">Show Demo</a> &lt;br/&gt; We value each contribution and believe in the power of community. Looking forward to seeing you there!</p>
128
-
129
- </main>
130
-
131
-
132
-
133
- <footer id="validator-badges" role="contentinfo">
134
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
135
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
136
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
137
- </footer>
138
-
data/doc/ROADMAP_md.html DELETED
@@ -1,151 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>ROADMAP - 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-Roadmap">Roadmap</a>
66
- </summary>
67
- <ul class="link-list" role="directory">
68
- <li> <a href="#label-Demo+project">Demo project</a>
69
- <li> <a href="#label-Open+Source">Open Source</a>
70
- <li> <a href="#label-Investigations">Investigations</a>
71
-
72
- </ul>
73
- </details>
74
- </li>
75
-
76
- </ul>
77
- </div>
78
-
79
-
80
- <div id="project-metadata">
81
-
82
- <div id="fileindex-section" class="nav-section">
83
- <h3>Pages</h3>
84
-
85
- <ul class="link-list">
86
- <li><a href="./CHANGELOG_md.html">CHANGELOG</a>
87
- <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
88
- <li><a href="./CONSIDERTIONS_md.html">CONSIDERTIONS</a>
89
- <li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
90
- <li><a href="./Gemfile.html">Gemfile</a>
91
- <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
92
- <li><a href="./LICENSE_txt.html">LICENSE</a>
93
- <li><a href="./README_md.html">README</a>
94
- <li><a href="./ROADMAP_md.html">ROADMAP</a>
95
- <li><a href="./Rakefile.html">Rakefile</a>
96
- <li><a href="./bin/setup.html">setup</a>
97
- <li><a href="./notes/CHEAT_SHEET_md.html">CHEAT_SHEET</a>
98
- <li><a href="./sig/loggable_activity_rbs.html">loggable_activity.rbs</a>
99
- </ul>
100
- </div>
101
-
102
- </div>
103
- </nav>
104
-
105
- <main role="main" aria-label="Page ROADMAP.md">
106
-
107
- <h1 id="label-Roadmap">Roadmap<span><a href="#label-Roadmap">&para;</a> <a href="#top">&uarr;</a></span></h1>
108
-
109
- <p>Outline of steps to get the <a href="LoggableActivity.html"><code>LoggableActivity</code></a> adapted.</p>
110
-
111
- <h3 id="label-Demo+project">Demo project<span><a href="#label-Demo+project">&para;</a> <a href="#top">&uarr;</a></span></h3>
112
-
113
- <p>Nothing is better than gain som experience by getting som real world tests and experiences. &lt;br/&gt; Try the <a href="&quot;https://loggableactivity-efe7b931c886.herokuapp.com/&quot;">Live Demo</a> here or download it from <a href="&quot;https://github.com/maxgronlund/LoggableActivityDemoApp&quot;">Github</a> here</p>
114
-
115
- <h3 id="label-Open+Source">Open Source<span><a href="#label-Open+Source">&para;</a> <a href="#top">&uarr;</a></span></h3>
116
-
117
- <p>More eyes and brains on the project wil make it mature and better.</p>
118
-
119
- <h3 id="label-Investigations">Investigations<span><a href="#label-Investigations">&para;</a> <a href="#top">&uarr;</a></span></h3>
120
- <ul><li>
121
- <p>Does there exists a protocol for activity logging</p>
122
- </li><li>
123
- <p>Will a bigger company like platformatec sponsor the project</p>
124
- </li><li>
125
- <p>Legal approval, official, medical approval.</p>
126
- </li><li>
127
- <p>RFC for protocol</p>
128
- </li><li>
129
- <p>Commercial potentials, business models.</p>
130
- </li><li>
131
- <p>Explainers</p>
132
- </li><li>
133
- <p>Documentation RDoc</p>
134
- </li><li>
135
- <p>Rest API</p>
136
- </li><li>
137
- <p>GraphQL API</p>
138
- </li><li>
139
- <p>Integration with other languages, node, elixir…</p>
140
- </li></ul>
141
-
142
- </main>
143
-
144
-
145
-
146
- <footer id="validator-badges" role="contentinfo">
147
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
148
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
149
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
150
- </footer>
151
-
data/doc/Rakefile.html DELETED
@@ -1,102 +0,0 @@
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="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
66
- <li><a href="./CONSIDERTIONS_md.html">CONSIDERTIONS</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="./LICENSE_txt.html">LICENSE</a>
71
- <li><a href="./README_md.html">README</a>
72
- <li><a href="./ROADMAP_md.html">ROADMAP</a>
73
- <li><a href="./Rakefile.html">Rakefile</a>
74
- <li><a href="./bin/setup.html">setup</a>
75
- <li><a href="./notes/CHEAT_SHEET_md.html">CHEAT_SHEET</a>
76
- <li><a href="./sig/loggable_activity_rbs.html">loggable_activity.rbs</a>
77
- </ul>
78
- </div>
79
-
80
- </div>
81
- </nav>
82
-
83
- <main role="main" aria-label="Page Rakefile">
84
-
85
- <p># frozen_string_literal: true</p>
86
-
87
- <p>require ‘bundler/gem_tasks’ require ‘rspec/core/rake_task’</p>
88
-
89
- <p>RSpec::Core::RakeTask.new(:spec)</p>
90
-
91
- <p>task default: :spec</p>
92
-
93
- </main>
94
-
95
-
96
-
97
- <footer id="validator-badges" role="contentinfo">
98
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
99
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
100
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
101
- </footer>
102
-
data/doc/bin/setup.html DELETED
@@ -1,100 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>setup - 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="../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
66
- <li><a href="../CONSIDERTIONS_md.html">CONSIDERTIONS</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="../LICENSE_txt.html">LICENSE</a>
71
- <li><a href="../README_md.html">README</a>
72
- <li><a href="../ROADMAP_md.html">ROADMAP</a>
73
- <li><a href="../Rakefile.html">Rakefile</a>
74
- <li><a href="../bin/setup.html">setup</a>
75
- <li><a href="../notes/CHEAT_SHEET_md.html">CHEAT_SHEET</a>
76
- <li><a href="../sig/loggable_activity_rbs.html">loggable_activity.rbs</a>
77
- </ul>
78
- </div>
79
-
80
- </div>
81
- </nav>
82
-
83
- <main role="main" aria-label="Page bin/setup">
84
-
85
- <p>!/usr/bin/env bash set -euo pipefail IFS=$‘nt’ set -vx</p>
86
-
87
- <p>bundle install</p>
88
-
89
- <p># Do any other automated setup that you need to do here</p>
90
-
91
- </main>
92
-
93
-
94
-
95
- <footer id="validator-badges" role="contentinfo">
96
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
97
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
98
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
99
- </footer>
100
-
@@ -1,130 +0,0 @@
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">Build gem</a>
64
- <li> <a href="#label-Heroku">Heroku</a>
65
-
66
- </ul>
67
- </div>
68
-
69
-
70
- <div id="project-metadata">
71
-
72
- <div id="fileindex-section" class="nav-section">
73
- <h3>Pages</h3>
74
-
75
- <ul class="link-list">
76
- <li><a href="../CHANGELOG_md.html">CHANGELOG</a>
77
- <li><a href="../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
78
- <li><a href="../CONSIDERTIONS_md.html">CONSIDERTIONS</a>
79
- <li><a href="../GETTING-STARTED_md.html">GETTING-STARTED</a>
80
- <li><a href="../Gemfile.html">Gemfile</a>
81
- <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
82
- <li><a href="../LICENSE_txt.html">LICENSE</a>
83
- <li><a href="../README_md.html">README</a>
84
- <li><a href="../ROADMAP_md.html">ROADMAP</a>
85
- <li><a href="../Rakefile.html">Rakefile</a>
86
- <li><a href="../bin/setup.html">setup</a>
87
- <li><a href="../notes/CHEAT_SHEET_md.html">CHEAT_SHEET</a>
88
- <li><a href="../sig/loggable_activity_rbs.html">loggable_activity.rbs</a>
89
- </ul>
90
- </div>
91
-
92
- </div>
93
- </nav>
94
-
95
- <main role="main" aria-label="Page notes/CHEAT_SHEET.md">
96
-
97
- <h3 id="label-Build+gem">Build gem<span><a href="#label-Build+gem">&para;</a> <a href="#top">&uarr;</a></span></h3>
98
- <ul><li>
99
- <p>Run test TODO</p>
100
- </li><li>
101
- <p>Catch DONT update VERSION, this is done by <code>gem bump --version x.x.x</code></p>
102
- </li><li>
103
- <p>Update the CHANGE_LOG.md</p>
104
- </li></ul>
105
-
106
- <p>Make sure <code>gem install gem-release</code> is installed</p>
107
-
108
- <pre>$ gem bump --version 0.1.39
109
- $ rake release
110
- $ read terminal output and authorize release</pre>
111
-
112
- <h3 id="label-Heroku">Heroku<span><a href="#label-Heroku">&para;</a> <a href="#top">&uarr;</a></span></h3>
113
-
114
- <pre>$ heroku pg:backups:capture --app loggableactivity
115
- $ heroku pg:backups:download --app loggableactivity</pre>
116
-
117
- <p>install on localhost</p>
118
-
119
- <pre>$ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U maxgronlund -d activity_logger_development latest.dump</pre>
120
-
121
- </main>
122
-
123
-
124
-
125
- <footer id="validator-badges" role="contentinfo">
126
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
127
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
128
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
129
- </footer>
130
-