loggable_activity 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/GETTING-STARTED.md +1 -0
  4. data/docker-compose.yml +27 -0
  5. data/docs/CHANGELOG_md.html +318 -0
  6. data/docs/CHEAT_SHEET_md.html +168 -0
  7. data/docs/CODE_OF_CONDUCT_md.html +250 -0
  8. data/docs/CreateLoggableActivities.html +175 -0
  9. data/docs/CreateLoggableActivityTables.html +173 -0
  10. data/docs/GETTING-STARTED_md.html +211 -0
  11. data/docs/Gemfile.html +153 -0
  12. data/docs/Gemfile_lock.html +438 -0
  13. data/docs/LoggableActivity/ActivitiesController.html +160 -0
  14. data/docs/LoggableActivity/ActivitiesHelper.html +158 -0
  15. data/docs/LoggableActivity/Activity.html +565 -0
  16. data/docs/LoggableActivity/ApplicationController.html +97 -0
  17. data/docs/LoggableActivity/ApplicationHelper.html +91 -0
  18. data/docs/LoggableActivity/ApplicationJob.html +97 -0
  19. data/docs/LoggableActivity/ApplicationMailer.html +97 -0
  20. data/docs/LoggableActivity/ApplicationRecord.html +97 -0
  21. data/docs/LoggableActivity/Configuration.html +237 -0
  22. data/docs/LoggableActivity/ConfigurationError.html +142 -0
  23. data/docs/LoggableActivity/CurrentActor.html +166 -0
  24. data/docs/LoggableActivity/DataOwner.html +138 -0
  25. data/docs/LoggableActivity/Encryption.html +321 -0
  26. data/docs/LoggableActivity/EncryptionError.html +142 -0
  27. data/docs/LoggableActivity/EncryptionKey.html +399 -0
  28. data/docs/LoggableActivity/Engine.html +108 -0
  29. data/docs/LoggableActivity/Error.html +142 -0
  30. data/docs/LoggableActivity/Generators/InstallGenerator.html +212 -0
  31. data/docs/LoggableActivity/Generators.html +91 -0
  32. data/docs/LoggableActivity/Hooks.html +841 -0
  33. data/docs/LoggableActivity/Payload.html +430 -0
  34. data/docs/LoggableActivity/Sanitizer.html +134 -0
  35. data/docs/LoggableActivity/Services/BasePayloadsBuilder.html +472 -0
  36. data/docs/LoggableActivity/Services/CustomPayloadsBuilder.html +225 -0
  37. data/docs/LoggableActivity/Services/DestroyPayloadsBuilder.html +396 -0
  38. data/docs/LoggableActivity/Services/PayloadsBuilder.html +348 -0
  39. data/docs/LoggableActivity/Services/UpdatePayloadsBuilder.html +540 -0
  40. data/docs/LoggableActivity/Services.html +93 -0
  41. data/docs/LoggableActivity.html +173 -0
  42. data/docs/MIT-LICENSE.html +132 -0
  43. data/docs/Object.html +110 -0
  44. data/docs/README_md.html +186 -0
  45. data/docs/Rakefile.html +134 -0
  46. data/docs/app/assets/config/loggable_activity_manifest_js.html +126 -0
  47. data/docs/app/assets/javascripts/loggable_activity/application_js.html +124 -0
  48. data/docs/app/assets/stylesheets/loggable_activity/activities_scss.html +154 -0
  49. data/docs/app/assets/stylesheets/loggable_activity/application_scss.html +142 -0
  50. data/docs/app/views/layouts/loggable_activity/application_html_slim.html +145 -0
  51. data/docs/app/views/loggable_activity/activities/_activities_html_slim.html +159 -0
  52. data/docs/created.rid +74 -0
  53. data/docs/css/fonts.css +167 -0
  54. data/docs/css/rdoc.css +687 -0
  55. data/docs/fonts/Lato-Light.ttf +0 -0
  56. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  57. data/docs/fonts/Lato-Regular.ttf +0 -0
  58. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  59. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  60. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  61. data/docs/git-org/HEAD.html +126 -0
  62. data/docs/git-org/config.html +128 -0
  63. data/docs/git-org/description.html +126 -0
  64. data/docs/git-org/hooks/applypatch-msg_sample.html +128 -0
  65. data/docs/git-org/hooks/commit-msg_sample.html +138 -0
  66. data/docs/git-org/hooks/fsmonitor-watchman_sample.html +302 -0
  67. data/docs/git-org/hooks/post-update_sample.html +128 -0
  68. data/docs/git-org/hooks/pre-applypatch_sample.html +128 -0
  69. data/docs/git-org/hooks/pre-commit_sample.html +174 -0
  70. data/docs/git-org/hooks/pre-merge-commit_sample.html +133 -0
  71. data/docs/git-org/hooks/pre-push_sample.html +161 -0
  72. data/docs/git-org/hooks/pre-rebase_sample.html +282 -0
  73. data/docs/git-org/hooks/pre-receive_sample.html +144 -0
  74. data/docs/git-org/hooks/prepare-commit-msg_sample.html +136 -0
  75. data/docs/git-org/hooks/push-to-checkout_sample.html +178 -0
  76. data/docs/git-org/hooks/update_sample.html +226 -0
  77. data/docs/git-org/info/exclude.html +126 -0
  78. data/docs/images/add.png +0 -0
  79. data/docs/images/arrow_up.png +0 -0
  80. data/docs/images/brick.png +0 -0
  81. data/docs/images/brick_link.png +0 -0
  82. data/docs/images/bug.png +0 -0
  83. data/docs/images/bullet_black.png +0 -0
  84. data/docs/images/bullet_toggle_minus.png +0 -0
  85. data/docs/images/bullet_toggle_plus.png +0 -0
  86. data/docs/images/date.png +0 -0
  87. data/docs/images/delete.png +0 -0
  88. data/docs/images/find.png +0 -0
  89. data/docs/images/loadingAnimation.gif +0 -0
  90. data/docs/images/macFFBgHack.png +0 -0
  91. data/docs/images/package.png +0 -0
  92. data/docs/images/page_green.png +0 -0
  93. data/docs/images/page_white_text.png +0 -0
  94. data/docs/images/page_white_width.png +0 -0
  95. data/docs/images/plugin.png +0 -0
  96. data/docs/images/ruby.png +0 -0
  97. data/docs/images/tag_blue.png +0 -0
  98. data/docs/images/tag_green.png +0 -0
  99. data/docs/images/transparent.png +0 -0
  100. data/docs/images/wrench.png +0 -0
  101. data/docs/images/wrench_orange.png +0 -0
  102. data/docs/images/zoom.png +0 -0
  103. data/docs/index.html +166 -0
  104. data/docs/js/darkfish.js +97 -0
  105. data/docs/js/navigation.js +105 -0
  106. data/docs/js/navigation.js.gz +0 -0
  107. data/docs/js/search.js +110 -0
  108. data/docs/js/search_index.js +1 -0
  109. data/docs/js/search_index.js.gz +0 -0
  110. data/docs/js/searcher.js +229 -0
  111. data/docs/js/searcher.js.gz +0 -0
  112. data/docs/lib/loggable_activity/config_schema_json.html +205 -0
  113. data/docs/lib/tasks/loggable_activity_tasks_rake.html +128 -0
  114. data/docs/table_of_contents.html +954 -0
  115. data/lib/loggable_activity/concerns/current_actor.rb +25 -0
  116. data/lib/loggable_activity/hooks.rb +41 -19
  117. data/lib/loggable_activity/version.rb +1 -1
  118. data/lib/loggable_activity.rb +1 -1
  119. metadata +114 -3
  120. data/lib/loggable_activity/concerns/current_user.rb +0 -26
@@ -0,0 +1,438 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile.lock - 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 Gemfile.lock">
114
+
115
+ <p>PATH</p>
116
+
117
+ <pre>remote: .
118
+ specs:
119
+ loggable_activity (0.5.6)
120
+ activerecord (~&gt; 7.1.3)
121
+ json-schema (~&gt; 4.1, &gt;= 4.1.1)
122
+ kaminari (~&gt; 1.2, &gt;= 1.2.2)
123
+ rails (~&gt; 7.1.2)
124
+ sassc-rails (~&gt; 2.1, &gt;= 2.1.2)
125
+ slim-rails (~&gt; 3.6, &gt;= 3.6.3)</pre>
126
+
127
+ <p>GEM</p>
128
+
129
+ <pre>remote: https://rubygems.org/
130
+ specs:
131
+ actioncable (7.1.3.4)
132
+ actionpack (= 7.1.3.4)
133
+ activesupport (= 7.1.3.4)
134
+ nio4r (~&gt; 2.0)
135
+ websocket-driver (&gt;= 0.6.1)
136
+ zeitwerk (~&gt; 2.6)
137
+ actionmailbox (7.1.3.4)
138
+ actionpack (= 7.1.3.4)
139
+ activejob (= 7.1.3.4)
140
+ activerecord (= 7.1.3.4)
141
+ activestorage (= 7.1.3.4)
142
+ activesupport (= 7.1.3.4)
143
+ mail (&gt;= 2.7.1)
144
+ net-imap
145
+ net-pop
146
+ net-smtp
147
+ actionmailer (7.1.3.4)
148
+ actionpack (= 7.1.3.4)
149
+ actionview (= 7.1.3.4)
150
+ activejob (= 7.1.3.4)
151
+ activesupport (= 7.1.3.4)
152
+ mail (~&gt; 2.5, &gt;= 2.5.4)
153
+ net-imap
154
+ net-pop
155
+ net-smtp
156
+ rails-dom-testing (~&gt; 2.2)
157
+ actionpack (7.1.3.4)
158
+ actionview (= 7.1.3.4)
159
+ activesupport (= 7.1.3.4)
160
+ nokogiri (&gt;= 1.8.5)
161
+ racc
162
+ rack (&gt;= 2.2.4)
163
+ rack-session (&gt;= 1.0.1)
164
+ rack-test (&gt;= 0.6.3)
165
+ rails-dom-testing (~&gt; 2.2)
166
+ rails-html-sanitizer (~&gt; 1.6)
167
+ actiontext (7.1.3.4)
168
+ actionpack (= 7.1.3.4)
169
+ activerecord (= 7.1.3.4)
170
+ activestorage (= 7.1.3.4)
171
+ activesupport (= 7.1.3.4)
172
+ globalid (&gt;= 0.6.0)
173
+ nokogiri (&gt;= 1.8.5)
174
+ actionview (7.1.3.4)
175
+ activesupport (= 7.1.3.4)
176
+ builder (~&gt; 3.1)
177
+ erubi (~&gt; 1.11)
178
+ rails-dom-testing (~&gt; 2.2)
179
+ rails-html-sanitizer (~&gt; 1.6)
180
+ activejob (7.1.3.4)
181
+ activesupport (= 7.1.3.4)
182
+ globalid (&gt;= 0.3.6)
183
+ activemodel (7.1.3.4)
184
+ activesupport (= 7.1.3.4)
185
+ activerecord (7.1.3.4)
186
+ activemodel (= 7.1.3.4)
187
+ activesupport (= 7.1.3.4)
188
+ timeout (&gt;= 0.4.0)
189
+ activestorage (7.1.3.4)
190
+ actionpack (= 7.1.3.4)
191
+ activejob (= 7.1.3.4)
192
+ activerecord (= 7.1.3.4)
193
+ activesupport (= 7.1.3.4)
194
+ marcel (~&gt; 1.0)
195
+ activesupport (7.1.3.4)
196
+ base64
197
+ bigdecimal
198
+ concurrent-ruby (~&gt; 1.0, &gt;= 1.0.2)
199
+ connection_pool (&gt;= 2.2.5)
200
+ drb
201
+ i18n (&gt;= 1.6, &lt; 2)
202
+ minitest (&gt;= 5.1)
203
+ mutex_m
204
+ tzinfo (~&gt; 2.0)
205
+ addressable (2.8.7)
206
+ public_suffix (&gt;= 2.0.2, &lt; 7.0)
207
+ ast (2.4.2)
208
+ awesome_print (1.9.2)
209
+ base64 (0.2.0)
210
+ bigdecimal (3.1.8)
211
+ builder (3.3.0)
212
+ concurrent-ruby (1.3.3)
213
+ connection_pool (2.4.1)
214
+ crass (1.0.6)
215
+ date (3.3.4)
216
+ drb (2.2.1)
217
+ erubi (1.13.0)
218
+ factory_bot (6.4.6)
219
+ activesupport (&gt;= 5.0.0)
220
+ factory_bot_rails (6.4.3)
221
+ factory_bot (~&gt; 6.4)
222
+ railties (&gt;= 5.0.0)
223
+ faker (3.4.1)
224
+ i18n (&gt;= 1.8.11, &lt; 2)
225
+ ffi (1.17.0-aarch64-linux-gnu)
226
+ ffi (1.17.0-arm-linux-gnu)
227
+ ffi (1.17.0-arm64-darwin)
228
+ ffi (1.17.0-x86-linux-gnu)
229
+ ffi (1.17.0-x86_64-darwin)
230
+ ffi (1.17.0-x86_64-linux-gnu)
231
+ globalid (1.2.1)
232
+ activesupport (&gt;= 6.1)
233
+ i18n (1.14.5)
234
+ concurrent-ruby (~&gt; 1.0)
235
+ io-console (0.7.2)
236
+ irb (1.13.2)
237
+ rdoc (&gt;= 4.0.0)
238
+ reline (&gt;= 0.4.2)
239
+ json (2.7.2)
240
+ json-schema (4.3.0)
241
+ addressable (&gt;= 2.8)
242
+ kaminari (1.2.2)
243
+ activesupport (&gt;= 4.1.0)
244
+ kaminari-actionview (= 1.2.2)
245
+ kaminari-activerecord (= 1.2.2)
246
+ kaminari-core (= 1.2.2)
247
+ kaminari-actionview (1.2.2)
248
+ actionview
249
+ kaminari-core (= 1.2.2)
250
+ kaminari-activerecord (1.2.2)
251
+ activerecord
252
+ kaminari-core (= 1.2.2)
253
+ kaminari-core (1.2.2)
254
+ language_server-protocol (3.17.0.3)
255
+ loofah (2.22.0)
256
+ crass (~&gt; 1.0.2)
257
+ nokogiri (&gt;= 1.12.0)
258
+ mail (2.8.1)
259
+ mini_mime (&gt;= 0.1.1)
260
+ net-imap
261
+ net-pop
262
+ net-smtp
263
+ marcel (1.0.4)
264
+ mini_mime (1.1.5)
265
+ minitest (5.24.0)
266
+ mocha (2.4.0)
267
+ ruby2_keywords (&gt;= 0.0.5)
268
+ mutex_m (0.2.0)
269
+ net-imap (0.4.14)
270
+ date
271
+ net-protocol
272
+ net-pop (0.1.2)
273
+ net-protocol
274
+ net-protocol (0.2.2)
275
+ timeout
276
+ net-smtp (0.5.0)
277
+ net-protocol
278
+ nio4r (2.7.3)
279
+ nokogiri (1.16.6-aarch64-linux)
280
+ racc (~&gt; 1.4)
281
+ nokogiri (1.16.6-arm-linux)
282
+ racc (~&gt; 1.4)
283
+ nokogiri (1.16.6-arm64-darwin)
284
+ racc (~&gt; 1.4)
285
+ nokogiri (1.16.6-x86-linux)
286
+ racc (~&gt; 1.4)
287
+ nokogiri (1.16.6-x86_64-darwin)
288
+ racc (~&gt; 1.4)
289
+ nokogiri (1.16.6-x86_64-linux)
290
+ racc (~&gt; 1.4)
291
+ parallel (1.25.1)
292
+ parser (3.3.3.0)
293
+ ast (~&gt; 2.4.1)
294
+ racc
295
+ psych (5.1.2)
296
+ stringio
297
+ public_suffix (6.0.0)
298
+ puma (6.4.2)
299
+ nio4r (~&gt; 2.0)
300
+ racc (1.8.0)
301
+ rack (3.1.4)
302
+ rack-session (2.0.0)
303
+ rack (&gt;= 3.0.0)
304
+ rack-test (2.1.0)
305
+ rack (&gt;= 1.3)
306
+ rackup (2.1.0)
307
+ rack (&gt;= 3)
308
+ webrick (~&gt; 1.8)
309
+ rails (7.1.3.4)
310
+ actioncable (= 7.1.3.4)
311
+ actionmailbox (= 7.1.3.4)
312
+ actionmailer (= 7.1.3.4)
313
+ actionpack (= 7.1.3.4)
314
+ actiontext (= 7.1.3.4)
315
+ actionview (= 7.1.3.4)
316
+ activejob (= 7.1.3.4)
317
+ activemodel (= 7.1.3.4)
318
+ activerecord (= 7.1.3.4)
319
+ activestorage (= 7.1.3.4)
320
+ activesupport (= 7.1.3.4)
321
+ bundler (&gt;= 1.15.0)
322
+ railties (= 7.1.3.4)
323
+ rails-dom-testing (2.2.0)
324
+ activesupport (&gt;= 5.0.0)
325
+ minitest
326
+ nokogiri (&gt;= 1.6)
327
+ rails-html-sanitizer (1.6.0)
328
+ loofah (~&gt; 2.21)
329
+ nokogiri (~&gt; 1.14)
330
+ railties (7.1.3.4)
331
+ actionpack (= 7.1.3.4)
332
+ activesupport (= 7.1.3.4)
333
+ irb
334
+ rackup (&gt;= 1.0.0)
335
+ rake (&gt;= 12.2)
336
+ thor (~&gt; 1.0, &gt;= 1.2.2)
337
+ zeitwerk (~&gt; 2.6)
338
+ rainbow (3.1.1)
339
+ rake (13.2.1)
340
+ rdoc (6.7.0)
341
+ psych (&gt;= 4.0.0)
342
+ regexp_parser (2.9.2)
343
+ reline (0.5.9)
344
+ io-console (~&gt; 0.5)
345
+ rexml (3.3.1)
346
+ strscan
347
+ rubocop (1.64.1)
348
+ json (~&gt; 2.3)
349
+ language_server-protocol (&gt;= 3.17.0)
350
+ parallel (~&gt; 1.10)
351
+ parser (&gt;= 3.3.0.2)
352
+ rainbow (&gt;= 2.2.2, &lt; 4.0)
353
+ regexp_parser (&gt;= 1.8, &lt; 3.0)
354
+ rexml (&gt;= 3.2.5, &lt; 4.0)
355
+ rubocop-ast (&gt;= 1.31.1, &lt; 2.0)
356
+ ruby-progressbar (~&gt; 1.7)
357
+ unicode-display_width (&gt;= 2.4.0, &lt; 3.0)
358
+ rubocop-ast (1.31.3)
359
+ parser (&gt;= 3.3.1.0)
360
+ ruby-progressbar (1.13.0)
361
+ ruby2_keywords (0.0.5)
362
+ sassc (2.4.0)
363
+ ffi (~&gt; 1.9)
364
+ sassc-rails (2.1.2)
365
+ railties (&gt;= 4.0.0)
366
+ sassc (&gt;= 2.0)
367
+ sprockets (&gt; 3.0)
368
+ sprockets-rails
369
+ tilt
370
+ slim (5.2.1)
371
+ temple (~&gt; 0.10.0)
372
+ tilt (&gt;= 2.1.0)
373
+ slim-rails (3.6.3)
374
+ actionpack (&gt;= 3.1)
375
+ railties (&gt;= 3.1)
376
+ slim (&gt;= 3.0, &lt; 6.0, != 5.0.0)
377
+ sprockets (4.2.1)
378
+ concurrent-ruby (~&gt; 1.0)
379
+ rack (&gt;= 2.2.4, &lt; 4)
380
+ sprockets-rails (3.5.1)
381
+ actionpack (&gt;= 6.1)
382
+ activesupport (&gt;= 6.1)
383
+ sprockets (&gt;= 3.0.0)
384
+ sqlite3 (1.4.4)
385
+ stringio (3.1.1)
386
+ strscan (3.1.0)
387
+ temple (0.10.3)
388
+ thor (1.3.1)
389
+ tilt (2.4.0)
390
+ timeout (0.4.1)
391
+ tzinfo (2.0.6)
392
+ concurrent-ruby (~&gt; 1.0)
393
+ unicode-display_width (2.5.0)
394
+ webrick (1.8.1)
395
+ websocket-driver (0.7.6)
396
+ websocket-extensions (&gt;= 0.1.0)
397
+ websocket-extensions (0.1.5)
398
+ zeitwerk (2.6.16)</pre>
399
+
400
+ <p>PLATFORMS</p>
401
+
402
+ <pre class="ruby"><span class="ruby-identifier">aarch64</span><span class="ruby-operator">-</span><span class="ruby-identifier">linux</span>
403
+ <span class="ruby-identifier">arm</span><span class="ruby-operator">-</span><span class="ruby-identifier">linux</span>
404
+ <span class="ruby-identifier">arm64</span><span class="ruby-operator">-</span><span class="ruby-identifier">darwin</span>
405
+ <span class="ruby-identifier">x86</span><span class="ruby-operator">-</span><span class="ruby-identifier">linux</span>
406
+ <span class="ruby-identifier">x86_64</span><span class="ruby-operator">-</span><span class="ruby-identifier">darwin</span>
407
+ <span class="ruby-identifier">x86_64</span><span class="ruby-operator">-</span><span class="ruby-identifier">linux</span>
408
+ </pre>
409
+
410
+ <p>DEPENDENCIES</p>
411
+
412
+ <pre>awesome_print (~&gt; 1.9, &gt;= 1.9.2)
413
+ factory_bot_rails (~&gt; 6.4, &gt;= 6.4.3)
414
+ faker (~&gt; 3.4, &gt;= 3.4.1)
415
+ kaminari (~&gt; 1.2, &gt;= 1.2.2)
416
+ loggable_activity!
417
+ mocha (~&gt; 2.4)
418
+ puma
419
+ rubocop (~&gt; 1.60, &gt;= 1.60.2)
420
+ sassc-rails
421
+ slim-rails (~&gt; 3.6, &gt;= 3.6.3)
422
+ sprockets-rails
423
+ sqlite3 (~&gt; 1.4.2)</pre>
424
+
425
+ <p>BUNDLED WITH</p>
426
+
427
+ <pre>2.5.7</pre>
428
+
429
+ </main>
430
+
431
+
432
+
433
+ <footer id="validator-badges" role="contentinfo">
434
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
435
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
436
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
437
+ </footer>
438
+
@@ -0,0 +1,160 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class LoggableActivity::ActivitiesController - 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="class">
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="class-metadata">
59
+
60
+
61
+ <div id="parent-class-section" class="nav-section">
62
+ <h3>Parent</h3>
63
+
64
+ <p class="link">ApplicationController
65
+ </div>
66
+
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <div id="method-list-section" class="nav-section">
72
+ <h3>Methods</h3>
73
+
74
+ <ul class="link-list" role="directory">
75
+ <li ><a href="#method-i-index">#index</a>
76
+ <li ><a href="#method-i-show">#show</a>
77
+ </ul>
78
+ </div>
79
+
80
+ </div>
81
+ </nav>
82
+
83
+ <main role="main" aria-labelledby="class-LoggableActivity::ActivitiesController">
84
+ <h1 id="class-LoggableActivity::ActivitiesController" class="class">
85
+ class LoggableActivity::ActivitiesController
86
+ </h1>
87
+
88
+ <section class="description">
89
+
90
+ <p>Controller for activities</p>
91
+
92
+ </section>
93
+
94
+ <section id="5Buntitled-5D" class="documentation-section">
95
+
96
+
97
+
98
+
99
+
100
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
101
+ <header>
102
+ <h3>Public Instance Methods</h3>
103
+ </header>
104
+
105
+ <div id="method-i-index" class="method-detail ">
106
+ <div class="method-header">
107
+ <div class="method-heading">
108
+ <span class="method-name">index</span><span
109
+ class="method-args">()</span>
110
+ <span class="method-click-advice">click to toggle source</span>
111
+ </div>
112
+ </div>
113
+
114
+ <div class="method-description">
115
+
116
+
117
+ <div class="method-source-code" id="index-source">
118
+ <pre><span class="ruby-comment"># File app/controllers/loggable_activity/activities_controller.rb, line 6</span>
119
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">index</span>
120
+ <span class="ruby-ivar">@activities</span> = <span class="ruby-constant">LoggableActivity</span><span class="ruby-operator">::</span><span class="ruby-constant">Activity</span>.<span class="ruby-identifier">order</span>(<span class="ruby-value">created_at:</span> <span class="ruby-value">:desc</span>).<span class="ruby-identifier">page</span> <span class="ruby-identifier">params</span>[<span class="ruby-value">:page</span>]
121
+ <span class="ruby-keyword">end</span></pre>
122
+ </div>
123
+ </div>
124
+
125
+
126
+ </div>
127
+
128
+ <div id="method-i-show" class="method-detail ">
129
+ <div class="method-header">
130
+ <div class="method-heading">
131
+ <span class="method-name">show</span><span
132
+ class="method-args">()</span>
133
+ <span class="method-click-advice">click to toggle source</span>
134
+ </div>
135
+ </div>
136
+
137
+ <div class="method-description">
138
+
139
+
140
+ <div class="method-source-code" id="show-source">
141
+ <pre><span class="ruby-comment"># File app/controllers/loggable_activity/activities_controller.rb, line 10</span>
142
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">show</span>; <span class="ruby-keyword">end</span></pre>
143
+ </div>
144
+ </div>
145
+
146
+
147
+ </div>
148
+
149
+ </section>
150
+
151
+ </section>
152
+ </main>
153
+
154
+
155
+ <footer id="validator-badges" role="contentinfo">
156
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
157
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
158
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
159
+ </footer>
160
+