crspec 0.1.1 → 0.1.2
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/lib/crspec/version.rb +1 -1
- metadata +1 -156
- data/benchmark/README.md +0 -56
- data/benchmark/run.rb +0 -72
- data/benchmark/spec/user_service_crspec_spec.rb +0 -15
- data/benchmark/spec/user_service_rspec_spec.rb +0 -16
- data/benchmark/target_service.rb +0 -12
- data/benchmark/test/user_service_test.rb +0 -18
- data/demo.rb +0 -129
- data/samples/book_store/.dockerignore +0 -51
- data/samples/book_store/.gitattributes +0 -9
- data/samples/book_store/.github/dependabot.yml +0 -12
- data/samples/book_store/.github/workflows/ci.yml +0 -130
- data/samples/book_store/.gitignore +0 -35
- data/samples/book_store/.kamal/hooks/docker-setup.sample +0 -3
- data/samples/book_store/.kamal/hooks/post-app-boot.sample +0 -3
- data/samples/book_store/.kamal/hooks/post-deploy.sample +0 -14
- data/samples/book_store/.kamal/hooks/post-proxy-reboot.sample +0 -3
- data/samples/book_store/.kamal/hooks/pre-app-boot.sample +0 -3
- data/samples/book_store/.kamal/hooks/pre-build.sample +0 -51
- data/samples/book_store/.kamal/hooks/pre-connect.sample +0 -47
- data/samples/book_store/.kamal/hooks/pre-deploy.sample +0 -122
- data/samples/book_store/.kamal/hooks/pre-proxy-reboot.sample +0 -3
- data/samples/book_store/.kamal/secrets +0 -20
- data/samples/book_store/.rubocop.yml +0 -8
- data/samples/book_store/.ruby-version +0 -1
- data/samples/book_store/Dockerfile +0 -77
- data/samples/book_store/Gemfile +0 -67
- data/samples/book_store/Gemfile.lock +0 -572
- data/samples/book_store/README.md +0 -24
- data/samples/book_store/Rakefile +0 -6
- data/samples/book_store/app/assets/images/.keep +0 -0
- data/samples/book_store/app/assets/stylesheets/application.css +0 -10
- data/samples/book_store/app/controllers/application_controller.rb +0 -2
- data/samples/book_store/app/controllers/books_controller.rb +0 -30
- data/samples/book_store/app/controllers/comments_controller.rb +0 -21
- data/samples/book_store/app/controllers/concerns/.keep +0 -0
- data/samples/book_store/app/controllers/users_controller.rb +0 -21
- data/samples/book_store/app/helpers/application_helper.rb +0 -2
- data/samples/book_store/app/helpers/books_helper.rb +0 -2
- data/samples/book_store/app/helpers/comments_helper.rb +0 -2
- data/samples/book_store/app/helpers/users_helper.rb +0 -2
- data/samples/book_store/app/javascript/application.js +0 -3
- data/samples/book_store/app/javascript/controllers/application.js +0 -9
- data/samples/book_store/app/javascript/controllers/hello_controller.js +0 -7
- data/samples/book_store/app/javascript/controllers/index.js +0 -4
- data/samples/book_store/app/jobs/application_job.rb +0 -7
- data/samples/book_store/app/mailers/application_mailer.rb +0 -4
- data/samples/book_store/app/models/application_record.rb +0 -3
- data/samples/book_store/app/models/book.rb +0 -10
- data/samples/book_store/app/models/comment.rb +0 -6
- data/samples/book_store/app/models/concerns/.keep +0 -0
- data/samples/book_store/app/models/user.rb +0 -4
- data/samples/book_store/app/views/layouts/application.html.erb +0 -29
- data/samples/book_store/app/views/layouts/mailer.html.erb +0 -13
- data/samples/book_store/app/views/layouts/mailer.text.erb +0 -1
- data/samples/book_store/app/views/pwa/manifest.json.erb +0 -22
- data/samples/book_store/app/views/pwa/service-worker.js +0 -26
- data/samples/book_store/bin/brakeman +0 -7
- data/samples/book_store/bin/bundler-audit +0 -6
- data/samples/book_store/bin/ci +0 -6
- data/samples/book_store/bin/dev +0 -2
- data/samples/book_store/bin/docker-entrypoint +0 -8
- data/samples/book_store/bin/importmap +0 -4
- data/samples/book_store/bin/jobs +0 -6
- data/samples/book_store/bin/kamal +0 -16
- data/samples/book_store/bin/rails +0 -4
- data/samples/book_store/bin/rake +0 -4
- data/samples/book_store/bin/rubocop +0 -8
- data/samples/book_store/bin/setup +0 -35
- data/samples/book_store/bin/thrust +0 -5
- data/samples/book_store/config/application.rb +0 -27
- data/samples/book_store/config/boot.rb +0 -4
- data/samples/book_store/config/bundler-audit.yml +0 -5
- data/samples/book_store/config/cable.yml +0 -17
- data/samples/book_store/config/cache.yml +0 -16
- data/samples/book_store/config/ci.rb +0 -24
- data/samples/book_store/config/credentials.yml.enc +0 -1
- data/samples/book_store/config/database.yml +0 -45
- data/samples/book_store/config/deploy.yml +0 -119
- data/samples/book_store/config/environment.rb +0 -5
- data/samples/book_store/config/environments/development.rb +0 -78
- data/samples/book_store/config/environments/production.rb +0 -90
- data/samples/book_store/config/environments/test.rb +0 -53
- data/samples/book_store/config/importmap.rb +0 -7
- data/samples/book_store/config/initializers/assets.rb +0 -7
- data/samples/book_store/config/initializers/content_security_policy.rb +0 -29
- data/samples/book_store/config/initializers/filter_parameter_logging.rb +0 -8
- data/samples/book_store/config/initializers/inflections.rb +0 -16
- data/samples/book_store/config/locales/en.yml +0 -31
- data/samples/book_store/config/puma.rb +0 -42
- data/samples/book_store/config/queue.yml +0 -18
- data/samples/book_store/config/recurring.yml +0 -15
- data/samples/book_store/config/routes.rb +0 -17
- data/samples/book_store/config/storage.yml +0 -27
- data/samples/book_store/config.ru +0 -6
- data/samples/book_store/db/cable_schema.rb +0 -11
- data/samples/book_store/db/cache_schema.rb +0 -12
- data/samples/book_store/db/migrate/20260731035441_create_users.rb +0 -10
- data/samples/book_store/db/migrate/20260731035506_create_books.rb +0 -11
- data/samples/book_store/db/migrate/20260731035528_create_comments.rb +0 -11
- data/samples/book_store/db/queue_schema.rb +0 -129
- data/samples/book_store/db/schema.rb +0 -39
- data/samples/book_store/db/seeds.rb +0 -9
- data/samples/book_store/lib/tasks/.keep +0 -0
- data/samples/book_store/log/.keep +0 -0
- data/samples/book_store/public/400.html +0 -135
- data/samples/book_store/public/404.html +0 -135
- data/samples/book_store/public/406-unsupported-browser.html +0 -135
- data/samples/book_store/public/422.html +0 -135
- data/samples/book_store/public/500.html +0 -135
- data/samples/book_store/public/icon.png +0 -0
- data/samples/book_store/public/icon.svg +0 -3
- data/samples/book_store/public/robots.txt +0 -1
- data/samples/book_store/script/.keep +0 -0
- data/samples/book_store/spec/models/book_spec.rb +0 -42
- data/samples/book_store/spec/models/comment_spec.rb +0 -22
- data/samples/book_store/spec/models/user_advanced_spec.rb +0 -27
- data/samples/book_store/spec/models/user_spec.rb +0 -30
- data/samples/book_store/spec/rails_helper.rb +0 -36
- data/samples/book_store/spec/rails_parallel_spec.rb +0 -23
- data/samples/book_store/spec/requests/books_spec.rb +0 -21
- data/samples/book_store/spec/requests/users_spec.rb +0 -14
- data/samples/book_store/spec/services/inventory_service_spec.rb +0 -28
- data/samples/book_store/spec/services/time_dependent_service_spec.rb +0 -26
- data/samples/book_store/spec/spec_helper.rb +0 -16
- data/samples/book_store/spec/system/book_store_system_spec.rb +0 -18
- data/samples/book_store/storage/.keep +0 -0
- data/samples/book_store/test/controllers/.keep +0 -0
- data/samples/book_store/test/controllers/books_controller_test.rb +0 -7
- data/samples/book_store/test/controllers/comments_controller_test.rb +0 -7
- data/samples/book_store/test/controllers/users_controller_test.rb +0 -7
- data/samples/book_store/test/fixtures/books.yml +0 -11
- data/samples/book_store/test/fixtures/comments.yml +0 -11
- data/samples/book_store/test/fixtures/files/.keep +0 -0
- data/samples/book_store/test/fixtures/users.yml +0 -9
- data/samples/book_store/test/helpers/.keep +0 -0
- data/samples/book_store/test/integration/.keep +0 -0
- data/samples/book_store/test/mailers/.keep +0 -0
- data/samples/book_store/test/models/.keep +0 -0
- data/samples/book_store/test/models/book_test.rb +0 -7
- data/samples/book_store/test/models/comment_test.rb +0 -7
- data/samples/book_store/test/models/user_test.rb +0 -7
- data/samples/book_store/test/test_helper.rb +0 -15
- data/samples/book_store/tmp/.keep +0 -0
- data/samples/book_store/tmp/pids/.keep +0 -0
- data/samples/book_store/tmp/storage/.keep +0 -0
- data/samples/book_store/vendor/.keep +0 -0
- data/samples/book_store/vendor/javascript/.keep +0 -0
- data/samples/user_spec.rb +0 -31
- data/test/crspec/configuration_test.rb +0 -76
- data/test/crspec/execution_context_test.rb +0 -61
- data/test/crspec/mock_test.rb +0 -55
- data/test/crspec/rails_test.rb +0 -62
- data/test/crspec/runner_test.rb +0 -68
- data/test/crspec/transpiler_test.rb +0 -41
- data/test/test_helper.rb +0 -6
|
@@ -1,572 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ../..
|
|
3
|
-
specs:
|
|
4
|
-
crspec (0.1.0)
|
|
5
|
-
prism (>= 0.19.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
action_text-trix (2.1.19)
|
|
11
|
-
railties
|
|
12
|
-
actioncable (8.1.3.1)
|
|
13
|
-
actionpack (= 8.1.3.1)
|
|
14
|
-
activesupport (= 8.1.3.1)
|
|
15
|
-
nio4r (~> 2.0)
|
|
16
|
-
websocket-driver (>= 0.6.1)
|
|
17
|
-
zeitwerk (~> 2.6)
|
|
18
|
-
actionmailbox (8.1.3.1)
|
|
19
|
-
actionpack (= 8.1.3.1)
|
|
20
|
-
activejob (= 8.1.3.1)
|
|
21
|
-
activerecord (= 8.1.3.1)
|
|
22
|
-
activestorage (= 8.1.3.1)
|
|
23
|
-
activesupport (= 8.1.3.1)
|
|
24
|
-
mail (>= 2.8.0)
|
|
25
|
-
actionmailer (8.1.3.1)
|
|
26
|
-
actionpack (= 8.1.3.1)
|
|
27
|
-
actionview (= 8.1.3.1)
|
|
28
|
-
activejob (= 8.1.3.1)
|
|
29
|
-
activesupport (= 8.1.3.1)
|
|
30
|
-
mail (>= 2.8.0)
|
|
31
|
-
rails-dom-testing (~> 2.2)
|
|
32
|
-
actionpack (8.1.3.1)
|
|
33
|
-
actionview (= 8.1.3.1)
|
|
34
|
-
activesupport (= 8.1.3.1)
|
|
35
|
-
nokogiri (>= 1.8.5)
|
|
36
|
-
rack (>= 2.2.4)
|
|
37
|
-
rack-session (>= 1.0.1)
|
|
38
|
-
rack-test (>= 0.6.3)
|
|
39
|
-
rails-dom-testing (~> 2.2)
|
|
40
|
-
rails-html-sanitizer (~> 1.6)
|
|
41
|
-
useragent (~> 0.16)
|
|
42
|
-
actiontext (8.1.3.1)
|
|
43
|
-
action_text-trix (~> 2.1.15)
|
|
44
|
-
actionpack (= 8.1.3.1)
|
|
45
|
-
activerecord (= 8.1.3.1)
|
|
46
|
-
activestorage (= 8.1.3.1)
|
|
47
|
-
activesupport (= 8.1.3.1)
|
|
48
|
-
globalid (>= 0.6.0)
|
|
49
|
-
nokogiri (>= 1.8.5)
|
|
50
|
-
actionview (8.1.3.1)
|
|
51
|
-
activesupport (= 8.1.3.1)
|
|
52
|
-
builder (~> 3.1)
|
|
53
|
-
erubi (~> 1.11)
|
|
54
|
-
rails-dom-testing (~> 2.2)
|
|
55
|
-
rails-html-sanitizer (~> 1.6)
|
|
56
|
-
activejob (8.1.3.1)
|
|
57
|
-
activesupport (= 8.1.3.1)
|
|
58
|
-
globalid (>= 0.3.6)
|
|
59
|
-
activemodel (8.1.3.1)
|
|
60
|
-
activesupport (= 8.1.3.1)
|
|
61
|
-
activerecord (8.1.3.1)
|
|
62
|
-
activemodel (= 8.1.3.1)
|
|
63
|
-
activesupport (= 8.1.3.1)
|
|
64
|
-
timeout (>= 0.4.0)
|
|
65
|
-
activestorage (8.1.3.1)
|
|
66
|
-
actionpack (= 8.1.3.1)
|
|
67
|
-
activejob (= 8.1.3.1)
|
|
68
|
-
activerecord (= 8.1.3.1)
|
|
69
|
-
activesupport (= 8.1.3.1)
|
|
70
|
-
marcel (~> 1.0)
|
|
71
|
-
activesupport (8.1.3.1)
|
|
72
|
-
base64
|
|
73
|
-
bigdecimal
|
|
74
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
75
|
-
connection_pool (>= 2.2.5)
|
|
76
|
-
drb
|
|
77
|
-
i18n (>= 1.6, < 2)
|
|
78
|
-
json
|
|
79
|
-
logger (>= 1.4.2)
|
|
80
|
-
minitest (>= 5.1)
|
|
81
|
-
securerandom (>= 0.3)
|
|
82
|
-
tzinfo (~> 2.0, >= 2.0.5)
|
|
83
|
-
uri (>= 0.13.1)
|
|
84
|
-
addressable (2.9.0)
|
|
85
|
-
public_suffix (>= 2.0.2, < 8.0)
|
|
86
|
-
ast (2.4.3)
|
|
87
|
-
base64 (0.3.0)
|
|
88
|
-
bcrypt_pbkdf (1.1.2)
|
|
89
|
-
bigdecimal (4.1.2)
|
|
90
|
-
bindex (0.8.1)
|
|
91
|
-
bootsnap (1.24.6)
|
|
92
|
-
msgpack (~> 1.2)
|
|
93
|
-
brakeman (8.0.5)
|
|
94
|
-
racc
|
|
95
|
-
builder (3.3.0)
|
|
96
|
-
bundler-audit (0.9.3)
|
|
97
|
-
bundler (>= 1.2.0)
|
|
98
|
-
thor (~> 1.0)
|
|
99
|
-
capybara (3.40.0)
|
|
100
|
-
addressable
|
|
101
|
-
matrix
|
|
102
|
-
mini_mime (>= 0.1.3)
|
|
103
|
-
nokogiri (~> 1.11)
|
|
104
|
-
rack (>= 1.6.0)
|
|
105
|
-
rack-test (>= 0.6.3)
|
|
106
|
-
regexp_parser (>= 1.5, < 3.0)
|
|
107
|
-
xpath (~> 3.2)
|
|
108
|
-
concurrent-ruby (1.3.8)
|
|
109
|
-
connection_pool (3.0.2)
|
|
110
|
-
crass (1.0.7)
|
|
111
|
-
date (3.5.1)
|
|
112
|
-
debug (1.11.1)
|
|
113
|
-
irb (~> 1.10)
|
|
114
|
-
reline (>= 0.3.8)
|
|
115
|
-
dotenv (3.2.0)
|
|
116
|
-
drb (2.2.3)
|
|
117
|
-
ed25519 (1.4.0)
|
|
118
|
-
erb (6.0.6)
|
|
119
|
-
erubi (1.13.1)
|
|
120
|
-
et-orbi (1.4.1)
|
|
121
|
-
tzinfo
|
|
122
|
-
ffi (1.17.4-aarch64-linux-gnu)
|
|
123
|
-
ffi (1.17.4-aarch64-linux-musl)
|
|
124
|
-
ffi (1.17.4-arm-linux-gnu)
|
|
125
|
-
ffi (1.17.4-arm-linux-musl)
|
|
126
|
-
ffi (1.17.4-arm64-darwin)
|
|
127
|
-
ffi (1.17.4-x86_64-linux-gnu)
|
|
128
|
-
ffi (1.17.4-x86_64-linux-musl)
|
|
129
|
-
fugit (1.13.0)
|
|
130
|
-
et-orbi (~> 1.4)
|
|
131
|
-
raabro (~> 1.4)
|
|
132
|
-
globalid (1.4.0)
|
|
133
|
-
activesupport (>= 6.1)
|
|
134
|
-
i18n (1.15.2)
|
|
135
|
-
concurrent-ruby (~> 1.0)
|
|
136
|
-
image_processing (1.14.0)
|
|
137
|
-
mini_magick (>= 4.9.5, < 6)
|
|
138
|
-
ruby-vips (>= 2.0.17, < 3)
|
|
139
|
-
importmap-rails (2.2.3)
|
|
140
|
-
actionpack (>= 6.0.0)
|
|
141
|
-
activesupport (>= 6.0.0)
|
|
142
|
-
railties (>= 6.0.0)
|
|
143
|
-
io-console (0.8.2)
|
|
144
|
-
irb (1.18.0)
|
|
145
|
-
pp (>= 0.6.0)
|
|
146
|
-
prism (>= 1.3.0)
|
|
147
|
-
rdoc (>= 4.0.0)
|
|
148
|
-
reline (>= 0.4.2)
|
|
149
|
-
jbuilder (2.15.1)
|
|
150
|
-
actionview (>= 7.0.0)
|
|
151
|
-
activesupport (>= 7.0.0)
|
|
152
|
-
json (2.21.1)
|
|
153
|
-
kamal (2.12.0)
|
|
154
|
-
activesupport (>= 7.0)
|
|
155
|
-
base64 (~> 0.2)
|
|
156
|
-
bcrypt_pbkdf (~> 1.0)
|
|
157
|
-
concurrent-ruby (~> 1.2)
|
|
158
|
-
dotenv (~> 3.1)
|
|
159
|
-
ed25519 (~> 1.4)
|
|
160
|
-
net-ssh (~> 7.3)
|
|
161
|
-
sshkit (>= 1.23.0, < 2.0)
|
|
162
|
-
thor (~> 1.3)
|
|
163
|
-
zeitwerk (>= 2.6.18, < 3.0)
|
|
164
|
-
language_server-protocol (3.17.0.6)
|
|
165
|
-
lint_roller (1.1.0)
|
|
166
|
-
logger (1.7.0)
|
|
167
|
-
loofah (2.25.2)
|
|
168
|
-
crass (~> 1.0.2)
|
|
169
|
-
nokogiri (>= 1.12.0)
|
|
170
|
-
mail (2.9.1)
|
|
171
|
-
logger
|
|
172
|
-
mini_mime (>= 0.1.1)
|
|
173
|
-
net-imap
|
|
174
|
-
net-pop
|
|
175
|
-
net-smtp
|
|
176
|
-
marcel (1.2.1)
|
|
177
|
-
matrix (0.4.3)
|
|
178
|
-
mini_magick (5.3.2)
|
|
179
|
-
logger
|
|
180
|
-
mini_mime (1.1.5)
|
|
181
|
-
minitest (6.0.6)
|
|
182
|
-
drb (~> 2.0)
|
|
183
|
-
prism (~> 1.5)
|
|
184
|
-
msgpack (1.8.4)
|
|
185
|
-
net-imap (0.6.6)
|
|
186
|
-
date
|
|
187
|
-
net-protocol
|
|
188
|
-
net-pop (0.1.2)
|
|
189
|
-
net-protocol
|
|
190
|
-
net-protocol (0.2.2)
|
|
191
|
-
timeout
|
|
192
|
-
net-scp (4.1.0)
|
|
193
|
-
net-ssh (>= 2.6.5, < 8.0.0)
|
|
194
|
-
net-sftp (4.0.0)
|
|
195
|
-
net-ssh (>= 5.0.0, < 8.0.0)
|
|
196
|
-
net-smtp (0.5.1)
|
|
197
|
-
net-protocol
|
|
198
|
-
net-ssh (7.3.3)
|
|
199
|
-
nio4r (2.7.5)
|
|
200
|
-
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
201
|
-
racc (~> 1.4)
|
|
202
|
-
nokogiri (1.19.4-aarch64-linux-musl)
|
|
203
|
-
racc (~> 1.4)
|
|
204
|
-
nokogiri (1.19.4-arm-linux-gnu)
|
|
205
|
-
racc (~> 1.4)
|
|
206
|
-
nokogiri (1.19.4-arm-linux-musl)
|
|
207
|
-
racc (~> 1.4)
|
|
208
|
-
nokogiri (1.19.4-arm64-darwin)
|
|
209
|
-
racc (~> 1.4)
|
|
210
|
-
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
211
|
-
racc (~> 1.4)
|
|
212
|
-
nokogiri (1.19.4-x86_64-linux-musl)
|
|
213
|
-
racc (~> 1.4)
|
|
214
|
-
ostruct (0.6.3)
|
|
215
|
-
parallel (2.1.0)
|
|
216
|
-
parser (3.3.12.0)
|
|
217
|
-
ast (~> 2.4.1)
|
|
218
|
-
racc
|
|
219
|
-
pp (0.6.4)
|
|
220
|
-
prettyprint
|
|
221
|
-
prettyprint (0.2.0)
|
|
222
|
-
prism (1.9.0)
|
|
223
|
-
propshaft (1.3.2)
|
|
224
|
-
actionpack (>= 7.0.0)
|
|
225
|
-
activesupport (>= 7.0.0)
|
|
226
|
-
rack
|
|
227
|
-
public_suffix (7.0.5)
|
|
228
|
-
puma (8.0.2)
|
|
229
|
-
nio4r (~> 2.0)
|
|
230
|
-
raabro (1.5.0)
|
|
231
|
-
racc (1.8.1)
|
|
232
|
-
rack (3.2.6)
|
|
233
|
-
rack-session (2.1.2)
|
|
234
|
-
base64 (>= 0.1.0)
|
|
235
|
-
rack (>= 3.0.0)
|
|
236
|
-
rack-test (2.2.0)
|
|
237
|
-
rack (>= 1.3)
|
|
238
|
-
rackup (2.3.1)
|
|
239
|
-
rack (>= 3)
|
|
240
|
-
rails (8.1.3.1)
|
|
241
|
-
actioncable (= 8.1.3.1)
|
|
242
|
-
actionmailbox (= 8.1.3.1)
|
|
243
|
-
actionmailer (= 8.1.3.1)
|
|
244
|
-
actionpack (= 8.1.3.1)
|
|
245
|
-
actiontext (= 8.1.3.1)
|
|
246
|
-
actionview (= 8.1.3.1)
|
|
247
|
-
activejob (= 8.1.3.1)
|
|
248
|
-
activemodel (= 8.1.3.1)
|
|
249
|
-
activerecord (= 8.1.3.1)
|
|
250
|
-
activestorage (= 8.1.3.1)
|
|
251
|
-
activesupport (= 8.1.3.1)
|
|
252
|
-
bundler (>= 1.15.0)
|
|
253
|
-
railties (= 8.1.3.1)
|
|
254
|
-
rails-dom-testing (2.3.0)
|
|
255
|
-
activesupport (>= 5.0.0)
|
|
256
|
-
minitest
|
|
257
|
-
nokogiri (>= 1.6)
|
|
258
|
-
rails-html-sanitizer (1.7.1)
|
|
259
|
-
loofah (~> 2.25, >= 2.25.2)
|
|
260
|
-
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
261
|
-
railties (8.1.3.1)
|
|
262
|
-
actionpack (= 8.1.3.1)
|
|
263
|
-
activesupport (= 8.1.3.1)
|
|
264
|
-
irb (~> 1.13)
|
|
265
|
-
rackup (>= 1.0.0)
|
|
266
|
-
rake (>= 12.2)
|
|
267
|
-
thor (~> 1.0, >= 1.2.2)
|
|
268
|
-
tsort (>= 0.2)
|
|
269
|
-
zeitwerk (~> 2.6)
|
|
270
|
-
rainbow (3.1.1)
|
|
271
|
-
rake (13.4.2)
|
|
272
|
-
rbs (4.1.1)
|
|
273
|
-
logger
|
|
274
|
-
prism (>= 1.6.0)
|
|
275
|
-
tsort
|
|
276
|
-
rdoc (8.0.0)
|
|
277
|
-
erb
|
|
278
|
-
prism (>= 1.6.0)
|
|
279
|
-
rbs (>= 4.0.0)
|
|
280
|
-
tsort
|
|
281
|
-
regexp_parser (2.12.0)
|
|
282
|
-
reline (0.6.3)
|
|
283
|
-
io-console (~> 0.5)
|
|
284
|
-
rexml (3.4.4)
|
|
285
|
-
rubocop (1.88.2)
|
|
286
|
-
json (~> 2.3)
|
|
287
|
-
language_server-protocol (~> 3.17.0.2)
|
|
288
|
-
lint_roller (~> 1.1.0)
|
|
289
|
-
parallel (>= 1.10)
|
|
290
|
-
parser (>= 3.3.0.2)
|
|
291
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
292
|
-
regexp_parser (>= 2.9.3, < 3.0)
|
|
293
|
-
rubocop-ast (>= 1.49.0, < 2.0)
|
|
294
|
-
ruby-progressbar (~> 1.7)
|
|
295
|
-
unicode-display_width (>= 2.4.0, < 4.0)
|
|
296
|
-
rubocop-ast (1.50.0)
|
|
297
|
-
parser (>= 3.3.7.2)
|
|
298
|
-
prism (~> 1.7)
|
|
299
|
-
rubocop-performance (1.26.1)
|
|
300
|
-
lint_roller (~> 1.1)
|
|
301
|
-
rubocop (>= 1.75.0, < 2.0)
|
|
302
|
-
rubocop-ast (>= 1.47.1, < 2.0)
|
|
303
|
-
rubocop-rails (2.36.0)
|
|
304
|
-
activesupport (>= 4.2.0)
|
|
305
|
-
lint_roller (~> 1.1)
|
|
306
|
-
rack (>= 1.1)
|
|
307
|
-
rubocop (>= 1.75.0, < 2.0)
|
|
308
|
-
rubocop-ast (>= 1.44.0, < 2.0)
|
|
309
|
-
rubocop-rails-omakase (1.1.0)
|
|
310
|
-
rubocop (>= 1.72)
|
|
311
|
-
rubocop-performance (>= 1.24)
|
|
312
|
-
rubocop-rails (>= 2.30)
|
|
313
|
-
ruby-progressbar (1.13.0)
|
|
314
|
-
ruby-vips (2.3.0)
|
|
315
|
-
ffi (~> 1.12)
|
|
316
|
-
logger
|
|
317
|
-
rubyzip (3.4.1)
|
|
318
|
-
securerandom (0.4.1)
|
|
319
|
-
selenium-webdriver (4.46.0)
|
|
320
|
-
base64 (~> 0.2)
|
|
321
|
-
logger (~> 1.4)
|
|
322
|
-
rexml (~> 3.2, >= 3.2.5)
|
|
323
|
-
rubyzip (>= 1.2.2, < 4.0)
|
|
324
|
-
websocket (~> 1.0)
|
|
325
|
-
solid_cable (4.0.2)
|
|
326
|
-
actioncable (>= 7.2)
|
|
327
|
-
activejob (>= 7.2)
|
|
328
|
-
activerecord (>= 7.2)
|
|
329
|
-
railties (>= 7.2)
|
|
330
|
-
solid_cache (1.0.10)
|
|
331
|
-
activejob (>= 7.2)
|
|
332
|
-
activerecord (>= 7.2)
|
|
333
|
-
railties (>= 7.2)
|
|
334
|
-
solid_queue (1.5.1)
|
|
335
|
-
activejob (>= 7.1)
|
|
336
|
-
activerecord (>= 7.1)
|
|
337
|
-
concurrent-ruby (>= 1.3.1)
|
|
338
|
-
fugit (~> 1.11)
|
|
339
|
-
railties (>= 7.1)
|
|
340
|
-
thor (>= 1.3.1)
|
|
341
|
-
sqlite3 (2.9.5-aarch64-linux-gnu)
|
|
342
|
-
sqlite3 (2.9.5-aarch64-linux-musl)
|
|
343
|
-
sqlite3 (2.9.5-arm-linux-gnu)
|
|
344
|
-
sqlite3 (2.9.5-arm-linux-musl)
|
|
345
|
-
sqlite3 (2.9.5-arm64-darwin)
|
|
346
|
-
sqlite3 (2.9.5-x86_64-linux-gnu)
|
|
347
|
-
sqlite3 (2.9.5-x86_64-linux-musl)
|
|
348
|
-
sshkit (1.25.1)
|
|
349
|
-
base64
|
|
350
|
-
logger
|
|
351
|
-
net-scp (>= 1.1.2)
|
|
352
|
-
net-sftp (>= 2.1.2)
|
|
353
|
-
net-ssh (>= 2.8.0)
|
|
354
|
-
ostruct
|
|
355
|
-
stimulus-rails (1.3.4)
|
|
356
|
-
railties (>= 6.0.0)
|
|
357
|
-
thor (1.5.0)
|
|
358
|
-
thruster (0.1.23)
|
|
359
|
-
thruster (0.1.23-aarch64-linux)
|
|
360
|
-
thruster (0.1.23-arm64-darwin)
|
|
361
|
-
thruster (0.1.23-x86_64-linux)
|
|
362
|
-
timeout (0.6.1)
|
|
363
|
-
tsort (0.2.0)
|
|
364
|
-
turbo-rails (2.0.23)
|
|
365
|
-
actionpack (>= 7.1.0)
|
|
366
|
-
railties (>= 7.1.0)
|
|
367
|
-
tzinfo (2.0.6)
|
|
368
|
-
concurrent-ruby (~> 1.0)
|
|
369
|
-
unicode-display_width (3.2.0)
|
|
370
|
-
unicode-emoji (~> 4.1)
|
|
371
|
-
unicode-emoji (4.2.0)
|
|
372
|
-
uri (1.1.1)
|
|
373
|
-
useragent (0.16.11)
|
|
374
|
-
web-console (4.3.0)
|
|
375
|
-
actionview (>= 8.0.0)
|
|
376
|
-
bindex (>= 0.4.0)
|
|
377
|
-
railties (>= 8.0.0)
|
|
378
|
-
websocket (1.2.11)
|
|
379
|
-
websocket-driver (0.8.2)
|
|
380
|
-
base64
|
|
381
|
-
websocket-extensions (>= 0.1.0)
|
|
382
|
-
websocket-extensions (0.1.5)
|
|
383
|
-
xpath (3.2.0)
|
|
384
|
-
nokogiri (~> 1.8)
|
|
385
|
-
zeitwerk (2.8.2)
|
|
386
|
-
|
|
387
|
-
PLATFORMS
|
|
388
|
-
aarch64-linux
|
|
389
|
-
aarch64-linux-gnu
|
|
390
|
-
aarch64-linux-musl
|
|
391
|
-
arm-linux-gnu
|
|
392
|
-
arm-linux-musl
|
|
393
|
-
arm64-darwin-23
|
|
394
|
-
x86_64-linux
|
|
395
|
-
x86_64-linux-gnu
|
|
396
|
-
x86_64-linux-musl
|
|
397
|
-
|
|
398
|
-
DEPENDENCIES
|
|
399
|
-
bootsnap
|
|
400
|
-
brakeman
|
|
401
|
-
bundler-audit
|
|
402
|
-
capybara
|
|
403
|
-
crspec!
|
|
404
|
-
debug
|
|
405
|
-
image_processing (~> 1.2)
|
|
406
|
-
importmap-rails
|
|
407
|
-
jbuilder
|
|
408
|
-
kamal
|
|
409
|
-
propshaft
|
|
410
|
-
puma (>= 5.0)
|
|
411
|
-
rails (~> 8.1.3)
|
|
412
|
-
rubocop-rails-omakase
|
|
413
|
-
selenium-webdriver
|
|
414
|
-
solid_cable
|
|
415
|
-
solid_cache
|
|
416
|
-
solid_queue
|
|
417
|
-
sqlite3 (>= 2.1)
|
|
418
|
-
stimulus-rails
|
|
419
|
-
thruster
|
|
420
|
-
turbo-rails
|
|
421
|
-
tzinfo-data
|
|
422
|
-
web-console
|
|
423
|
-
|
|
424
|
-
CHECKSUMS
|
|
425
|
-
action_text-trix (2.1.19) sha256=7012f59421009cf284aa651294896414d653a61a2417c9b8714c8476d2f74009
|
|
426
|
-
actioncable (8.1.3.1) sha256=e318528295c878a3efdfe25f0f2267c80cb7a76eba41bb5f64d44aa380a3d91b
|
|
427
|
-
actionmailbox (8.1.3.1) sha256=5f704972097d843ade8e435e93694a1dac732b926df1717aceba1f3840082b1c
|
|
428
|
-
actionmailer (8.1.3.1) sha256=88ea441b28ff02a0c6c006468892642a3d9942affce9d294e81a74504aa5c43c
|
|
429
|
-
actionpack (8.1.3.1) sha256=974cb7154548e81f470b1b0f247b99cb38e87825899dca58610596e2817723d0
|
|
430
|
-
actiontext (8.1.3.1) sha256=5da729d833d1a29cddb1eee938878e55e503d2613e00e735f5daf58c2ba98af2
|
|
431
|
-
actionview (8.1.3.1) sha256=2da68b8414c47b43bfbed1ce69c5afe1c04f78c267aacb5660a4cab5ca12cfb6
|
|
432
|
-
activejob (8.1.3.1) sha256=1c8dd275df930df40deecffec63d913a550a33fd94bd298f69721dd96939954a
|
|
433
|
-
activemodel (8.1.3.1) sha256=99cc02ce2faec371d14440949d85787ebd23a907c9baef0a9d4bcd4d21888f88
|
|
434
|
-
activerecord (8.1.3.1) sha256=0a2fb6c28f4938f6b013a3a549bec0a7e37d535f3dc8990e804bcc3258c0403b
|
|
435
|
-
activestorage (8.1.3.1) sha256=f555254f387b1cffa499d2fd3115d12635eadc5b15206a8534316a67036163ef
|
|
436
|
-
activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
|
|
437
|
-
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
|
|
438
|
-
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
439
|
-
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
440
|
-
bcrypt_pbkdf (1.1.2) sha256=c2414c23ce66869b3eb9f643d6a3374d8322dfb5078125c82792304c10b94cf6
|
|
441
|
-
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
442
|
-
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
|
|
443
|
-
bootsnap (1.24.6) sha256=c60bab88c70332290f0a2636a288f675299eb4f804a02a3c085b42eca9da164a
|
|
444
|
-
brakeman (8.0.5) sha256=03735f9690d3fd4b32d66aacbf0a6d15a84266bdd06b32c05c8ecc8f6021d2be
|
|
445
|
-
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
446
|
-
bundler-audit (0.9.3) sha256=81c8766c71e47d0d28a0f98c7eed028539f21a6ea3cd8f685eb6f42333c9b4e9
|
|
447
|
-
capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
|
|
448
|
-
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
449
|
-
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
450
|
-
crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
|
|
451
|
-
crspec (0.1.0)
|
|
452
|
-
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
453
|
-
debug (1.11.1) sha256=2e0b0ac6119f2207a6f8ac7d4a73ca8eb4e440f64da0a3136c30343146e952b6
|
|
454
|
-
dotenv (3.2.0) sha256=e375b83121ea7ca4ce20f214740076129ab8514cd81378161f11c03853fe619d
|
|
455
|
-
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
456
|
-
ed25519 (1.4.0) sha256=16e97f5198689a154247169f3453ef4cfd3f7a47481fde0ae33206cdfdcac506
|
|
457
|
-
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
|
|
458
|
-
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
459
|
-
et-orbi (1.4.1) sha256=007e2685b1d873415a7587ef889336c6dcdf8a47fc9c9a63547582b21660a11b
|
|
460
|
-
ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
|
|
461
|
-
ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
|
|
462
|
-
ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
|
|
463
|
-
ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
|
|
464
|
-
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
|
|
465
|
-
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
|
|
466
|
-
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
|
|
467
|
-
fugit (1.13.0) sha256=a4f093fce740da52f216740a5041e2a594ea763cdb89e8b2754ca4399634ab18
|
|
468
|
-
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
469
|
-
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
470
|
-
image_processing (1.14.0) sha256=754cc169c9c262980889bec6bfd325ed1dafad34f85242b5a07b60af004742fb
|
|
471
|
-
importmap-rails (2.2.3) sha256=7101be2a4dc97cf1558fb8f573a718404c5f6bcfe94f304bf1f39e444feeb16a
|
|
472
|
-
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
473
|
-
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
474
|
-
jbuilder (2.15.1) sha256=2430bec28fb0cebacb5875b1009cf9d8bc3c303ccb810c4c8b062a4b51457637
|
|
475
|
-
json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
|
|
476
|
-
kamal (2.12.0) sha256=c51d1ab085e515470f98d0c0f043637122b5ebf76e8b610cb1fbbed0b7f9b8fa
|
|
477
|
-
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
478
|
-
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
479
|
-
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
480
|
-
loofah (2.25.2) sha256=2007f746959ac65552456e04b433e83deb22759ab38c838b4445c70e43425918
|
|
481
|
-
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
|
|
482
|
-
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
483
|
-
matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
|
|
484
|
-
mini_magick (5.3.2) sha256=a7ef54b480b15283c396eb8343d9e088471f54b31d9974cb7e523cc57598609f
|
|
485
|
-
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
486
|
-
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
487
|
-
msgpack (1.8.4) sha256=4411c22d350dd1c20250f7eada3cca2695438c2f769cf0782f0cd065d90a3e7b
|
|
488
|
-
net-imap (0.6.6) sha256=96aa4ee50df3060203e649efc341f53480b791d49e150f2fdebf68beb141a8df
|
|
489
|
-
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
490
|
-
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
491
|
-
net-scp (4.1.0) sha256=a99b0b92a1e5d360b0de4ffbf2dc0c91531502d3d4f56c28b0139a7c093d1a5d
|
|
492
|
-
net-sftp (4.0.0) sha256=65bb91c859c2f93b09826757af11b69af931a3a9155050f50d1b06d384526364
|
|
493
|
-
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
494
|
-
net-ssh (7.3.3) sha256=831def58b2c51dcef66ec00d29397d4f210de89c19fe78f95873ca30f386e86a
|
|
495
|
-
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
496
|
-
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
497
|
-
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
498
|
-
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
499
|
-
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
500
|
-
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
501
|
-
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
502
|
-
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
503
|
-
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
504
|
-
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
505
|
-
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
506
|
-
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
507
|
-
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
508
|
-
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
509
|
-
propshaft (1.3.2) sha256=1d56a3e56a92c21bfc29caf07406b5386b00d4c47ddf357cf989a5a234b1389e
|
|
510
|
-
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
511
|
-
puma (8.0.2) sha256=c8ed871dfbbe66448ea9ffd46692342d9804d4071522b52b5331b7b6e7b686fb
|
|
512
|
-
raabro (1.5.0) sha256=3f998a7bc84f9c84df3ab580634d2e0a5bda4f0841168d56035f529c9877440a
|
|
513
|
-
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
514
|
-
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
515
|
-
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
516
|
-
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
517
|
-
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
518
|
-
rails (8.1.3.1) sha256=ccd11a36bfc171bf9c66d585d14c0ece91c0c9dde840aae60c0118d6f5c9c52a
|
|
519
|
-
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
520
|
-
rails-html-sanitizer (1.7.1) sha256=e797a7c9b01e567307e317c576b49ab4168017e63eea4dba9ce3cb587e2f22c2
|
|
521
|
-
railties (8.1.3.1) sha256=2388a232579a00cefea4487de66c8553c3408c1300abdc6cf1799d86ffb04487
|
|
522
|
-
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
523
|
-
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
524
|
-
rbs (4.1.1) sha256=1bf118f2f95d1cd3956357645d495152b661e0257e57781d18ceecd461622b9e
|
|
525
|
-
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
526
|
-
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
527
|
-
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
528
|
-
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
529
|
-
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
|
|
530
|
-
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
531
|
-
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
532
|
-
rubocop-rails (2.36.0) sha256=105a5f5b0001ff2ef28a3af90da50862464e0775e8d0016d599079c0ca408bdb
|
|
533
|
-
rubocop-rails-omakase (1.1.0) sha256=2af73ac8ee5852de2919abbd2618af9c15c19b512c4cfc1f9a5d3b6ef009109d
|
|
534
|
-
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
535
|
-
ruby-vips (2.3.0) sha256=e685ec02c13969912debbd98019e50492e12989282da5f37d05f5471442f5374
|
|
536
|
-
rubyzip (3.4.1) sha256=0a79e745b5c25872ebd148457df5665da8530ed8626c993b01457128f173ca02
|
|
537
|
-
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
538
|
-
selenium-webdriver (4.46.0) sha256=cb6cfa6f79eac041749df0b14cdcb0e9fe5df3715a64c77bfaa56b345b99f957
|
|
539
|
-
solid_cable (4.0.2) sha256=084636a67679ad00d23088b33c84047e614bcf41ee559db24b414d83cdc42d03
|
|
540
|
-
solid_cache (1.0.10) sha256=bc05a2fb3ac78a6f43cbb5946679cf9db67dd30d22939ededc385cb93e120d41
|
|
541
|
-
solid_queue (1.5.1) sha256=ecd2ee3b3f09c2f210b1176d68264f7dcca4d28b1a5d2d1ad9f57dc1e7a750df
|
|
542
|
-
sqlite3 (2.9.5-aarch64-linux-gnu) sha256=78075b6337d3d182c6d2b4691049ed45cd220826160c9ea18946bf6a1de200dc
|
|
543
|
-
sqlite3 (2.9.5-aarch64-linux-musl) sha256=18c801185deb4adc01ddb281e8f672a39e3d1729979ca91e39439cd3eac0402d
|
|
544
|
-
sqlite3 (2.9.5-arm-linux-gnu) sha256=1bdfca0c7d63998c60b0f4a8e3c8df2d33800ccc4abd2d612eddbbbc92a4c48b
|
|
545
|
-
sqlite3 (2.9.5-arm-linux-musl) sha256=bae1109d12b2e9f588455967729b008e1ff4feb7761749df695019c9079913c6
|
|
546
|
-
sqlite3 (2.9.5-arm64-darwin) sha256=d0cf444a70fc9395d513cfbcc1e6719e224aa645314e3824cb0474c721425aa2
|
|
547
|
-
sqlite3 (2.9.5-x86_64-linux-gnu) sha256=233dbcb6714148dd23bc5aeb33e8efd6eac974969564ddd5794c23d5f52b231e
|
|
548
|
-
sqlite3 (2.9.5-x86_64-linux-musl) sha256=e7d3a7474e8af0f96150c21abc203fbab5437206bfcdf11deab7741c0ca516f2
|
|
549
|
-
sshkit (1.25.1) sha256=be3f10b9d6eb0b44d5eaba3f7cbe41bc6bb894bce4339688ac20124391455b78
|
|
550
|
-
stimulus-rails (1.3.4) sha256=765676ffa1f33af64ce026d26b48e8ffb2e0b94e0f50e9119e11d6107d67cb06
|
|
551
|
-
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
552
|
-
thruster (0.1.23) sha256=ad3081e8ff3b5cb413768292c367f1e015c423bb6b35919b9b9f533af50d639f
|
|
553
|
-
thruster (0.1.23-aarch64-linux) sha256=042a05581dd1d750d1583d83817460b1f7fde254ed0b2bcd7ec56f9bed278c7a
|
|
554
|
-
thruster (0.1.23-arm64-darwin) sha256=2f1b73119ffec813cdb104d64dd39bfc3771b5308eb0f4dc2428077141140022
|
|
555
|
-
thruster (0.1.23-x86_64-linux) sha256=9cd7265bf54e954575c8442e42d050ed8eb55df4f9d7da8fd6f94fcc0339baa5
|
|
556
|
-
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
557
|
-
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
558
|
-
turbo-rails (2.0.23) sha256=ee0d90733aafff056cf51ff11e803d65e43cae258cc55f6492020ec1f9f9315f
|
|
559
|
-
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
560
|
-
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
561
|
-
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
562
|
-
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
563
|
-
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
564
|
-
web-console (4.3.0) sha256=e13b71301cdfc2093f155b5aa3a622db80b4672d1f2f713119cc7ec7ac6a6da4
|
|
565
|
-
websocket (1.2.11) sha256=b7e7a74e2410b5e85c25858b26b3322f29161e300935f70a0e0d3c35e0462737
|
|
566
|
-
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
567
|
-
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
568
|
-
xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
|
|
569
|
-
zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
|
|
570
|
-
|
|
571
|
-
BUNDLED WITH
|
|
572
|
-
4.0.10
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# README
|
|
2
|
-
|
|
3
|
-
This README would normally document whatever steps are necessary to get the
|
|
4
|
-
application up and running.
|
|
5
|
-
|
|
6
|
-
Things you may want to cover:
|
|
7
|
-
|
|
8
|
-
* Ruby version
|
|
9
|
-
|
|
10
|
-
* System dependencies
|
|
11
|
-
|
|
12
|
-
* Configuration
|
|
13
|
-
|
|
14
|
-
* Database creation
|
|
15
|
-
|
|
16
|
-
* Database initialization
|
|
17
|
-
|
|
18
|
-
* How to run the test suite
|
|
19
|
-
|
|
20
|
-
* Services (job queues, cache servers, search engines, etc.)
|
|
21
|
-
|
|
22
|
-
* Deployment instructions
|
|
23
|
-
|
|
24
|
-
* ...
|
data/samples/book_store/Rakefile
DELETED
|
File without changes
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* This is a manifest file that'll be compiled into application.css.
|
|
3
|
-
*
|
|
4
|
-
* With Propshaft, assets are served efficiently without preprocessing steps. You can still include
|
|
5
|
-
* application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
|
|
6
|
-
* cascading order, meaning styles declared later in the document or manifest will override earlier ones,
|
|
7
|
-
* depending on specificity.
|
|
8
|
-
*
|
|
9
|
-
* Consider organizing styles into separate files for maintainability.
|
|
10
|
-
*/
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
class BooksController < ApplicationController
|
|
2
|
-
def index
|
|
3
|
-
books = Book.all
|
|
4
|
-
render json: books
|
|
5
|
-
end
|
|
6
|
-
|
|
7
|
-
def show
|
|
8
|
-
book = Book.find_by(id: params[:id])
|
|
9
|
-
if book
|
|
10
|
-
render json: book
|
|
11
|
-
else
|
|
12
|
-
render json: { error: "Book not found" }, status: :not_found
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
def create
|
|
17
|
-
book = Book.new(book_params)
|
|
18
|
-
if book.save
|
|
19
|
-
render json: book, status: :created
|
|
20
|
-
else
|
|
21
|
-
render json: { errors: book.errors.full_messages }, status: :unprocessable_entity
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
private
|
|
26
|
-
|
|
27
|
-
def book_params
|
|
28
|
-
params.require(:book).permit(:name, :author, :description)
|
|
29
|
-
end
|
|
30
|
-
end
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
class CommentsController < ApplicationController
|
|
2
|
-
def index
|
|
3
|
-
comments = Comment.all
|
|
4
|
-
render json: comments
|
|
5
|
-
end
|
|
6
|
-
|
|
7
|
-
def create
|
|
8
|
-
comment = Comment.new(comment_params)
|
|
9
|
-
if comment.save
|
|
10
|
-
render json: comment, status: :created
|
|
11
|
-
else
|
|
12
|
-
render json: { errors: comment.errors.full_messages }, status: :unprocessable_entity
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
def comment_params
|
|
19
|
-
params.require(:comment).permit(:books_id, :title, :text)
|
|
20
|
-
end
|
|
21
|
-
end
|
|
File without changes
|