panko_serializer 0.8.3 → 0.8.4
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/.github/workflows/database_matrix.yml +85 -0
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/lint.yml +3 -3
- data/.github/workflows/tests.yml +34 -0
- data/Appraisals +15 -16
- data/Gemfile +1 -0
- data/README.md +4 -4
- data/docs/docs/associations.md +13 -13
- data/docs/docs/attributes.md +24 -17
- data/docs/docs/design-choices.md +17 -17
- data/docs/docs/getting-started.md +4 -4
- data/docs/docs/introduction.md +4 -4
- data/docs/docs/performance.md +4 -4
- data/docs/docs/response-bag.md +5 -5
- data/docs/docusaurus.config.js +2 -2
- data/docs/package-lock.json +5769 -3891
- data/docs/package.json +4 -7
- data/ext/panko_serializer/attributes_writer/active_record.c +2 -29
- data/ext/panko_serializer/attributes_writer/type_cast/type_cast.c +1 -1
- data/gemfiles/7.2.0.gemfile +3 -1
- data/gemfiles/7.2.0.gemfile.lock +101 -78
- data/gemfiles/8.0.0.gemfile +3 -1
- data/gemfiles/8.0.0.gemfile.lock +108 -88
- data/gemfiles/{7.0.0.gemfile → 8.1.0.gemfile} +6 -4
- data/gemfiles/8.1.0.gemfile.lock +248 -0
- data/lib/panko/version.rb +1 -1
- metadata +7 -12
- data/.github/workflows/ruby.yml +0 -51
- data/gemfiles/7.0.0.gemfile.lock +0 -176
- data/gemfiles/7.1.0.gemfile +0 -39
- data/gemfiles/7.1.0.gemfile.lock +0 -198
data/gemfiles/7.0.0.gemfile.lock
DELETED
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
panko_serializer (0.8.3)
|
|
5
|
-
activesupport
|
|
6
|
-
oj (> 3.11.0, < 4.0.0)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
actionpack (7.0.8.5)
|
|
12
|
-
actionview (= 7.0.8.5)
|
|
13
|
-
activesupport (= 7.0.8.5)
|
|
14
|
-
rack (~> 2.0, >= 2.2.4)
|
|
15
|
-
rack-test (>= 0.6.3)
|
|
16
|
-
rails-dom-testing (~> 2.0)
|
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
18
|
-
actionview (7.0.8.5)
|
|
19
|
-
activesupport (= 7.0.8.5)
|
|
20
|
-
builder (~> 3.1)
|
|
21
|
-
erubi (~> 1.4)
|
|
22
|
-
rails-dom-testing (~> 2.0)
|
|
23
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
24
|
-
active_model_serializers (0.10.14)
|
|
25
|
-
actionpack (>= 4.1)
|
|
26
|
-
activemodel (>= 4.1)
|
|
27
|
-
case_transform (>= 0.2)
|
|
28
|
-
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
|
29
|
-
activemodel (7.0.8.5)
|
|
30
|
-
activesupport (= 7.0.8.5)
|
|
31
|
-
activerecord (7.0.8.5)
|
|
32
|
-
activemodel (= 7.0.8.5)
|
|
33
|
-
activesupport (= 7.0.8.5)
|
|
34
|
-
activesupport (7.0.8.5)
|
|
35
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
36
|
-
i18n (>= 1.6, < 2)
|
|
37
|
-
minitest (>= 5.1)
|
|
38
|
-
tzinfo (~> 2.0)
|
|
39
|
-
appraisal (2.5.0)
|
|
40
|
-
bundler
|
|
41
|
-
rake
|
|
42
|
-
thor (>= 0.14.0)
|
|
43
|
-
ast (2.4.2)
|
|
44
|
-
benchmark-ips (2.14.0)
|
|
45
|
-
bigdecimal (3.1.8)
|
|
46
|
-
builder (3.3.0)
|
|
47
|
-
byebug (11.1.3)
|
|
48
|
-
case_transform (0.2)
|
|
49
|
-
activesupport
|
|
50
|
-
concurrent-ruby (1.3.4)
|
|
51
|
-
crass (1.0.6)
|
|
52
|
-
diff-lcs (1.5.1)
|
|
53
|
-
erubi (1.13.0)
|
|
54
|
-
faker (3.5.1)
|
|
55
|
-
i18n (>= 1.8.11, < 2)
|
|
56
|
-
i18n (1.14.6)
|
|
57
|
-
concurrent-ruby (~> 1.0)
|
|
58
|
-
json (2.7.5)
|
|
59
|
-
jsonapi-renderer (0.2.2)
|
|
60
|
-
language_server-protocol (3.17.0.3)
|
|
61
|
-
lint_roller (1.1.0)
|
|
62
|
-
loofah (2.22.0)
|
|
63
|
-
crass (~> 1.0.2)
|
|
64
|
-
nokogiri (>= 1.12.0)
|
|
65
|
-
memory_profiler (1.1.0)
|
|
66
|
-
minitest (5.25.4)
|
|
67
|
-
nokogiri (1.16.7-arm64-darwin)
|
|
68
|
-
racc (~> 1.4)
|
|
69
|
-
oj (3.16.7)
|
|
70
|
-
bigdecimal (>= 3.0)
|
|
71
|
-
ostruct (>= 0.2)
|
|
72
|
-
ostruct (0.6.0)
|
|
73
|
-
parallel (1.26.3)
|
|
74
|
-
parser (3.3.5.1)
|
|
75
|
-
ast (~> 2.4.1)
|
|
76
|
-
racc
|
|
77
|
-
pg (1.5.9)
|
|
78
|
-
racc (1.8.1)
|
|
79
|
-
rack (2.2.10)
|
|
80
|
-
rack-test (2.1.0)
|
|
81
|
-
rack (>= 1.3)
|
|
82
|
-
rails-dom-testing (2.2.0)
|
|
83
|
-
activesupport (>= 5.0.0)
|
|
84
|
-
minitest
|
|
85
|
-
nokogiri (>= 1.6)
|
|
86
|
-
rails-html-sanitizer (1.6.0)
|
|
87
|
-
loofah (~> 2.21)
|
|
88
|
-
nokogiri (~> 1.14)
|
|
89
|
-
rainbow (3.1.1)
|
|
90
|
-
rake (13.2.1)
|
|
91
|
-
rake-compiler (1.2.8)
|
|
92
|
-
rake
|
|
93
|
-
regexp_parser (2.9.2)
|
|
94
|
-
rspec (3.13.0)
|
|
95
|
-
rspec-core (~> 3.13.0)
|
|
96
|
-
rspec-expectations (~> 3.13.0)
|
|
97
|
-
rspec-mocks (~> 3.13.0)
|
|
98
|
-
rspec-core (3.13.2)
|
|
99
|
-
rspec-support (~> 3.13.0)
|
|
100
|
-
rspec-expectations (3.13.3)
|
|
101
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
-
rspec-support (~> 3.13.0)
|
|
103
|
-
rspec-mocks (3.13.2)
|
|
104
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
-
rspec-support (~> 3.13.0)
|
|
106
|
-
rspec-support (3.13.1)
|
|
107
|
-
rubocop (1.66.1)
|
|
108
|
-
json (~> 2.3)
|
|
109
|
-
language_server-protocol (>= 3.17.0)
|
|
110
|
-
parallel (~> 1.10)
|
|
111
|
-
parser (>= 3.3.0.2)
|
|
112
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
113
|
-
regexp_parser (>= 2.4, < 3.0)
|
|
114
|
-
rubocop-ast (>= 1.32.2, < 2.0)
|
|
115
|
-
ruby-progressbar (~> 1.7)
|
|
116
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
117
|
-
rubocop-ast (1.33.0)
|
|
118
|
-
parser (>= 3.3.1.0)
|
|
119
|
-
rubocop-performance (1.22.1)
|
|
120
|
-
rubocop (>= 1.48.1, < 2.0)
|
|
121
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
122
|
-
rubocop-rspec (3.2.0)
|
|
123
|
-
rubocop (~> 1.61)
|
|
124
|
-
ruby-progressbar (1.13.0)
|
|
125
|
-
sqlite3 (1.7.3-arm64-darwin)
|
|
126
|
-
stackprof (0.2.26)
|
|
127
|
-
standard (1.41.1)
|
|
128
|
-
language_server-protocol (~> 3.17.0.2)
|
|
129
|
-
lint_roller (~> 1.0)
|
|
130
|
-
rubocop (~> 1.66.0)
|
|
131
|
-
standard-custom (~> 1.0.0)
|
|
132
|
-
standard-performance (~> 1.5)
|
|
133
|
-
standard-custom (1.0.2)
|
|
134
|
-
lint_roller (~> 1.0)
|
|
135
|
-
rubocop (~> 1.50)
|
|
136
|
-
standard-performance (1.5.0)
|
|
137
|
-
lint_roller (~> 1.1)
|
|
138
|
-
rubocop-performance (~> 1.22.0)
|
|
139
|
-
terminal-table (3.0.2)
|
|
140
|
-
unicode-display_width (>= 1.1.1, < 3)
|
|
141
|
-
thor (1.3.2)
|
|
142
|
-
tzinfo (2.0.6)
|
|
143
|
-
concurrent-ruby (~> 1.0)
|
|
144
|
-
unicode-display_width (2.6.0)
|
|
145
|
-
vernier (1.3.0)
|
|
146
|
-
|
|
147
|
-
PLATFORMS
|
|
148
|
-
arm64-darwin-23
|
|
149
|
-
|
|
150
|
-
DEPENDENCIES
|
|
151
|
-
active_model_serializers (~> 0.10)
|
|
152
|
-
activemodel (~> 7.0.0)
|
|
153
|
-
activerecord (~> 7.0.0)
|
|
154
|
-
activesupport (~> 7.0.0)
|
|
155
|
-
appraisal
|
|
156
|
-
benchmark-ips
|
|
157
|
-
byebug
|
|
158
|
-
faker
|
|
159
|
-
memory_profiler
|
|
160
|
-
panko_serializer!
|
|
161
|
-
pg
|
|
162
|
-
rake
|
|
163
|
-
rake-compiler
|
|
164
|
-
rspec (~> 3.0)
|
|
165
|
-
rubocop
|
|
166
|
-
rubocop-performance
|
|
167
|
-
rubocop-rspec
|
|
168
|
-
sqlite3 (~> 1.4)
|
|
169
|
-
stackprof
|
|
170
|
-
standard
|
|
171
|
-
standard-performance
|
|
172
|
-
terminal-table
|
|
173
|
-
vernier
|
|
174
|
-
|
|
175
|
-
BUNDLED WITH
|
|
176
|
-
2.4.6
|
data/gemfiles/7.1.0.gemfile
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# This file was generated by Appraisal
|
|
2
|
-
|
|
3
|
-
source "https://rubygems.org"
|
|
4
|
-
|
|
5
|
-
gem "sqlite3", "~> 1.4"
|
|
6
|
-
gem "activesupport", "~> 7.1.5"
|
|
7
|
-
gem "activemodel", "~> 7.1.5"
|
|
8
|
-
gem "activerecord", "~> 7.1.5", group: :test
|
|
9
|
-
|
|
10
|
-
group :benchmarks do
|
|
11
|
-
gem "vernier"
|
|
12
|
-
gem "stackprof"
|
|
13
|
-
gem "pg"
|
|
14
|
-
gem "benchmark-ips"
|
|
15
|
-
gem "active_model_serializers", "~> 0.10"
|
|
16
|
-
gem "terminal-table"
|
|
17
|
-
gem "memory_profiler"
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
group :test do
|
|
21
|
-
gem "faker"
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
group :development do
|
|
25
|
-
gem "byebug"
|
|
26
|
-
gem "rake"
|
|
27
|
-
gem "rspec", "~> 3.0"
|
|
28
|
-
gem "rake-compiler"
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
group :development, :test do
|
|
32
|
-
gem "rubocop"
|
|
33
|
-
gem "standard"
|
|
34
|
-
gem "standard-performance"
|
|
35
|
-
gem "rubocop-performance"
|
|
36
|
-
gem "rubocop-rspec"
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
gemspec path: "../"
|
data/gemfiles/7.1.0.gemfile.lock
DELETED
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
panko_serializer (0.8.3)
|
|
5
|
-
activesupport
|
|
6
|
-
oj (> 3.11.0, < 4.0.0)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
actionpack (7.1.5.1)
|
|
12
|
-
actionview (= 7.1.5.1)
|
|
13
|
-
activesupport (= 7.1.5.1)
|
|
14
|
-
nokogiri (>= 1.8.5)
|
|
15
|
-
racc
|
|
16
|
-
rack (>= 2.2.4)
|
|
17
|
-
rack-session (>= 1.0.1)
|
|
18
|
-
rack-test (>= 0.6.3)
|
|
19
|
-
rails-dom-testing (~> 2.2)
|
|
20
|
-
rails-html-sanitizer (~> 1.6)
|
|
21
|
-
actionview (7.1.5.1)
|
|
22
|
-
activesupport (= 7.1.5.1)
|
|
23
|
-
builder (~> 3.1)
|
|
24
|
-
erubi (~> 1.11)
|
|
25
|
-
rails-dom-testing (~> 2.2)
|
|
26
|
-
rails-html-sanitizer (~> 1.6)
|
|
27
|
-
active_model_serializers (0.10.14)
|
|
28
|
-
actionpack (>= 4.1)
|
|
29
|
-
activemodel (>= 4.1)
|
|
30
|
-
case_transform (>= 0.2)
|
|
31
|
-
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
|
32
|
-
activemodel (7.1.5.1)
|
|
33
|
-
activesupport (= 7.1.5.1)
|
|
34
|
-
activerecord (7.1.5.1)
|
|
35
|
-
activemodel (= 7.1.5.1)
|
|
36
|
-
activesupport (= 7.1.5.1)
|
|
37
|
-
timeout (>= 0.4.0)
|
|
38
|
-
activesupport (7.1.5.1)
|
|
39
|
-
base64
|
|
40
|
-
benchmark (>= 0.3)
|
|
41
|
-
bigdecimal
|
|
42
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
43
|
-
connection_pool (>= 2.2.5)
|
|
44
|
-
drb
|
|
45
|
-
i18n (>= 1.6, < 2)
|
|
46
|
-
logger (>= 1.4.2)
|
|
47
|
-
minitest (>= 5.1)
|
|
48
|
-
mutex_m
|
|
49
|
-
securerandom (>= 0.3)
|
|
50
|
-
tzinfo (~> 2.0)
|
|
51
|
-
appraisal (2.5.0)
|
|
52
|
-
bundler
|
|
53
|
-
rake
|
|
54
|
-
thor (>= 0.14.0)
|
|
55
|
-
ast (2.4.2)
|
|
56
|
-
base64 (0.2.0)
|
|
57
|
-
benchmark (0.4.0)
|
|
58
|
-
benchmark-ips (2.14.0)
|
|
59
|
-
bigdecimal (3.1.8)
|
|
60
|
-
builder (3.3.0)
|
|
61
|
-
byebug (11.1.3)
|
|
62
|
-
case_transform (0.2)
|
|
63
|
-
activesupport
|
|
64
|
-
concurrent-ruby (1.3.4)
|
|
65
|
-
connection_pool (2.4.1)
|
|
66
|
-
crass (1.0.6)
|
|
67
|
-
diff-lcs (1.5.1)
|
|
68
|
-
drb (2.2.1)
|
|
69
|
-
erubi (1.13.0)
|
|
70
|
-
faker (3.5.1)
|
|
71
|
-
i18n (>= 1.8.11, < 2)
|
|
72
|
-
i18n (1.14.6)
|
|
73
|
-
concurrent-ruby (~> 1.0)
|
|
74
|
-
json (2.7.5)
|
|
75
|
-
jsonapi-renderer (0.2.2)
|
|
76
|
-
language_server-protocol (3.17.0.3)
|
|
77
|
-
lint_roller (1.1.0)
|
|
78
|
-
logger (1.6.3)
|
|
79
|
-
loofah (2.23.1)
|
|
80
|
-
crass (~> 1.0.2)
|
|
81
|
-
nokogiri (>= 1.12.0)
|
|
82
|
-
memory_profiler (1.1.0)
|
|
83
|
-
minitest (5.25.4)
|
|
84
|
-
mutex_m (0.3.0)
|
|
85
|
-
nokogiri (1.16.7-arm64-darwin)
|
|
86
|
-
racc (~> 1.4)
|
|
87
|
-
oj (3.16.7)
|
|
88
|
-
bigdecimal (>= 3.0)
|
|
89
|
-
ostruct (>= 0.2)
|
|
90
|
-
ostruct (0.6.0)
|
|
91
|
-
parallel (1.26.3)
|
|
92
|
-
parser (3.3.5.1)
|
|
93
|
-
ast (~> 2.4.1)
|
|
94
|
-
racc
|
|
95
|
-
pg (1.5.9)
|
|
96
|
-
racc (1.8.1)
|
|
97
|
-
rack (3.1.8)
|
|
98
|
-
rack-session (2.0.0)
|
|
99
|
-
rack (>= 3.0.0)
|
|
100
|
-
rack-test (2.1.0)
|
|
101
|
-
rack (>= 1.3)
|
|
102
|
-
rails-dom-testing (2.2.0)
|
|
103
|
-
activesupport (>= 5.0.0)
|
|
104
|
-
minitest
|
|
105
|
-
nokogiri (>= 1.6)
|
|
106
|
-
rails-html-sanitizer (1.6.0)
|
|
107
|
-
loofah (~> 2.21)
|
|
108
|
-
nokogiri (~> 1.14)
|
|
109
|
-
rainbow (3.1.1)
|
|
110
|
-
rake (13.2.1)
|
|
111
|
-
rake-compiler (1.2.8)
|
|
112
|
-
rake
|
|
113
|
-
regexp_parser (2.9.2)
|
|
114
|
-
rspec (3.13.0)
|
|
115
|
-
rspec-core (~> 3.13.0)
|
|
116
|
-
rspec-expectations (~> 3.13.0)
|
|
117
|
-
rspec-mocks (~> 3.13.0)
|
|
118
|
-
rspec-core (3.13.2)
|
|
119
|
-
rspec-support (~> 3.13.0)
|
|
120
|
-
rspec-expectations (3.13.3)
|
|
121
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
122
|
-
rspec-support (~> 3.13.0)
|
|
123
|
-
rspec-mocks (3.13.2)
|
|
124
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
125
|
-
rspec-support (~> 3.13.0)
|
|
126
|
-
rspec-support (3.13.1)
|
|
127
|
-
rubocop (1.66.1)
|
|
128
|
-
json (~> 2.3)
|
|
129
|
-
language_server-protocol (>= 3.17.0)
|
|
130
|
-
parallel (~> 1.10)
|
|
131
|
-
parser (>= 3.3.0.2)
|
|
132
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
133
|
-
regexp_parser (>= 2.4, < 3.0)
|
|
134
|
-
rubocop-ast (>= 1.32.2, < 2.0)
|
|
135
|
-
ruby-progressbar (~> 1.7)
|
|
136
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
|
137
|
-
rubocop-ast (1.33.0)
|
|
138
|
-
parser (>= 3.3.1.0)
|
|
139
|
-
rubocop-performance (1.22.1)
|
|
140
|
-
rubocop (>= 1.48.1, < 2.0)
|
|
141
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
142
|
-
rubocop-rspec (3.2.0)
|
|
143
|
-
rubocop (~> 1.61)
|
|
144
|
-
ruby-progressbar (1.13.0)
|
|
145
|
-
securerandom (0.4.0)
|
|
146
|
-
sqlite3 (1.7.3-arm64-darwin)
|
|
147
|
-
stackprof (0.2.26)
|
|
148
|
-
standard (1.41.1)
|
|
149
|
-
language_server-protocol (~> 3.17.0.2)
|
|
150
|
-
lint_roller (~> 1.0)
|
|
151
|
-
rubocop (~> 1.66.0)
|
|
152
|
-
standard-custom (~> 1.0.0)
|
|
153
|
-
standard-performance (~> 1.5)
|
|
154
|
-
standard-custom (1.0.2)
|
|
155
|
-
lint_roller (~> 1.0)
|
|
156
|
-
rubocop (~> 1.50)
|
|
157
|
-
standard-performance (1.5.0)
|
|
158
|
-
lint_roller (~> 1.1)
|
|
159
|
-
rubocop-performance (~> 1.22.0)
|
|
160
|
-
terminal-table (3.0.2)
|
|
161
|
-
unicode-display_width (>= 1.1.1, < 3)
|
|
162
|
-
thor (1.3.2)
|
|
163
|
-
timeout (0.4.2)
|
|
164
|
-
tzinfo (2.0.6)
|
|
165
|
-
concurrent-ruby (~> 1.0)
|
|
166
|
-
unicode-display_width (2.6.0)
|
|
167
|
-
vernier (1.3.0)
|
|
168
|
-
|
|
169
|
-
PLATFORMS
|
|
170
|
-
arm64-darwin
|
|
171
|
-
|
|
172
|
-
DEPENDENCIES
|
|
173
|
-
active_model_serializers (~> 0.10)
|
|
174
|
-
activemodel (~> 7.1.5)
|
|
175
|
-
activerecord (~> 7.1.5)
|
|
176
|
-
activesupport (~> 7.1.5)
|
|
177
|
-
appraisal
|
|
178
|
-
benchmark-ips
|
|
179
|
-
byebug
|
|
180
|
-
faker
|
|
181
|
-
memory_profiler
|
|
182
|
-
panko_serializer!
|
|
183
|
-
pg
|
|
184
|
-
rake
|
|
185
|
-
rake-compiler
|
|
186
|
-
rspec (~> 3.0)
|
|
187
|
-
rubocop
|
|
188
|
-
rubocop-performance
|
|
189
|
-
rubocop-rspec
|
|
190
|
-
sqlite3 (~> 1.4)
|
|
191
|
-
stackprof
|
|
192
|
-
standard
|
|
193
|
-
standard-performance
|
|
194
|
-
terminal-table
|
|
195
|
-
vernier
|
|
196
|
-
|
|
197
|
-
BUNDLED WITH
|
|
198
|
-
2.5.21
|