activerecord-ejection_seat 0.3.1 → 0.3.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/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile +0 -2
- data/Gemfile.lock +41 -52
- data/lib/activerecord-ejection_seat/version.rb +1 -1
- data/sorbet/rbi/gems/{activerecord@7.0.4.2.rbi → activerecord@7.0.4.3.rbi} +128 -128
- data/sorbet/rbi/gems/{activesupport@7.0.4.2.rbi → activesupport@7.0.4.3.rbi} +79 -103
- data/sorbet/rbi/gems/{concurrent-ruby@1.2.0.rbi → concurrent-ruby@1.2.2.rbi} +64 -89
- data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +19 -0
- data/sorbet/rbi/gems/i18n@1.13.0.rbi +2320 -0
- data/sorbet/rbi/gems/{irb@1.6.2.rbi → irb@1.6.4.rbi} +50 -35
- data/sorbet/rbi/gems/json@2.6.3.rbi +65 -73
- data/sorbet/rbi/gems/{minitest@5.17.0.rbi → minitest@5.18.0.rbi} +79 -48
- data/sorbet/rbi/gems/{parallel@1.22.1.rbi → parallel@1.23.0.rbi} +75 -79
- data/sorbet/rbi/gems/{parser@3.2.1.0.rbi → parser@3.2.2.1.rbi} +164 -164
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +11 -6
- data/sorbet/rbi/gems/rake@13.0.6.rbi +141 -0
- data/sorbet/rbi/gems/rbi@0.0.16.rbi +17 -17
- data/sorbet/rbi/gems/{regexp_parser@2.7.0.rbi → regexp_parser@2.8.0.rbi} +617 -449
- data/sorbet/rbi/gems/rexml@3.2.5.rbi +57 -0
- data/sorbet/rbi/gems/{rubocop-ast@1.26.0.rbi → rubocop-ast@1.28.1.rbi} +79 -60
- data/sorbet/rbi/gems/{rubocop-minitest@0.27.0.rbi → rubocop-minitest@0.31.0.rbi} +364 -222
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +24 -50
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.0.rbi +0 -15
- data/sorbet/rbi/gems/{rubocop@1.45.1.rbi → rubocop@1.51.0.rbi} +2170 -1402
- data/sorbet/rbi/gems/{ruby-progressbar@1.11.0.rbi → ruby-progressbar@1.13.0.rbi} +382 -277
- data/sorbet/rbi/gems/sorbet-struct-comparable@1.3.0.rbi +18 -0
- data/sorbet/rbi/gems/{spoom@1.1.15.rbi → spoom@1.2.1.rbi} +621 -501
- data/sorbet/rbi/gems/{tapioca@0.10.5.rbi → tapioca@0.11.6.rbi} +293 -207
- data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.2.2.rbi} +76 -61
- data/sorbet/rbi/gems/{yard-sorbet@0.8.0.rbi → yard-sorbet@0.8.1.rbi} +13 -26
- data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.34.rbi} +1531 -345
- metadata +27 -33
- data/activerecord-ejection_seat.gemspec +0 -40
- data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -8
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -8
- data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +0 -8
- data/sorbet/rbi/gems/ruby-lsp@0.4.0.rbi +0 -14
- data/sorbet/rbi/gems/syntax_tree@6.0.0.rbi +0 -8
- data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2498
- /data/sorbet/rbi/gems/{activemodel@7.0.4.2.rbi → activemodel@7.0.4.3.rbi} +0 -0
- /data/sorbet/rbi/gems/{reline@0.3.2.rbi → reline@0.3.3.rbi} +0 -0
- /data/sorbet/rbi/gems/{sqlite3@1.6.0.rbi → sqlite3@1.6.2.rbi} +0 -0
@@ -7842,28 +7842,28 @@ class ActiveRecord::Base
|
|
7842
7842
|
extend ::ActiveRecord::Suppressor::ClassMethods
|
7843
7843
|
extend ::ActiveRecord::Encryption::EncryptableRecord::ClassMethods
|
7844
7844
|
|
7845
|
-
# source://activesupport/7.0.4.
|
7845
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
7846
7846
|
def __callbacks; end
|
7847
7847
|
|
7848
|
-
# source://activesupport/7.0.4.
|
7848
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
7849
7849
|
def __callbacks?; end
|
7850
7850
|
|
7851
|
-
# source://activesupport/7.0.4.
|
7851
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7852
7852
|
def _before_commit_callbacks; end
|
7853
7853
|
|
7854
|
-
# source://activesupport/7.0.4.
|
7854
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7855
7855
|
def _commit_callbacks; end
|
7856
7856
|
|
7857
|
-
# source://activesupport/7.0.4.
|
7857
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7858
7858
|
def _create_callbacks; end
|
7859
7859
|
|
7860
|
-
# source://activesupport/7.0.4.
|
7860
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7861
7861
|
def _destroy_callbacks; end
|
7862
7862
|
|
7863
|
-
# source://activesupport/7.0.4.
|
7863
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7864
7864
|
def _find_callbacks; end
|
7865
7865
|
|
7866
|
-
# source://activesupport/7.0.4.
|
7866
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7867
7867
|
def _initialize_callbacks; end
|
7868
7868
|
|
7869
7869
|
# source://activerecord//lib/active_record/reflection.rb#11
|
@@ -7872,64 +7872,64 @@ class ActiveRecord::Base
|
|
7872
7872
|
# source://activerecord//lib/active_record/reflection.rb#11
|
7873
7873
|
def _reflections?; end
|
7874
7874
|
|
7875
|
-
# source://activesupport/7.0.4.
|
7875
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7876
7876
|
def _rollback_callbacks; end
|
7877
7877
|
|
7878
|
-
# source://activesupport/7.0.4.
|
7878
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7879
7879
|
def _run_before_commit_callbacks(&block); end
|
7880
7880
|
|
7881
|
-
# source://activesupport/7.0.4.
|
7881
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7882
7882
|
def _run_commit_callbacks(&block); end
|
7883
7883
|
|
7884
|
-
# source://activesupport/7.0.4.
|
7884
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7885
7885
|
def _run_create_callbacks(&block); end
|
7886
7886
|
|
7887
|
-
# source://activesupport/7.0.4.
|
7887
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7888
7888
|
def _run_destroy_callbacks(&block); end
|
7889
7889
|
|
7890
|
-
# source://activesupport/7.0.4.
|
7890
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7891
7891
|
def _run_find_callbacks(&block); end
|
7892
7892
|
|
7893
|
-
# source://activesupport/7.0.4.
|
7893
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7894
7894
|
def _run_initialize_callbacks(&block); end
|
7895
7895
|
|
7896
|
-
# source://activesupport/7.0.4.
|
7896
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7897
7897
|
def _run_rollback_callbacks(&block); end
|
7898
7898
|
|
7899
|
-
# source://activesupport/7.0.4.
|
7899
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7900
7900
|
def _run_save_callbacks(&block); end
|
7901
7901
|
|
7902
|
-
# source://activesupport/7.0.4.
|
7902
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7903
7903
|
def _run_touch_callbacks(&block); end
|
7904
7904
|
|
7905
|
-
# source://activesupport/7.0.4.
|
7905
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7906
7906
|
def _run_update_callbacks(&block); end
|
7907
7907
|
|
7908
|
-
# source://activesupport/7.0.4.
|
7908
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7909
7909
|
def _run_validate_callbacks(&block); end
|
7910
7910
|
|
7911
|
-
# source://activesupport/7.0.4.
|
7911
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
7912
7912
|
def _run_validation_callbacks(&block); end
|
7913
7913
|
|
7914
|
-
# source://activesupport/7.0.4.
|
7914
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7915
7915
|
def _save_callbacks; end
|
7916
7916
|
|
7917
|
-
# source://activesupport/7.0.4.
|
7917
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7918
7918
|
def _touch_callbacks; end
|
7919
7919
|
|
7920
|
-
# source://activesupport/7.0.4.
|
7920
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7921
7921
|
def _update_callbacks; end
|
7922
7922
|
|
7923
|
-
# source://activesupport/7.0.4.
|
7923
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7924
7924
|
def _validate_callbacks; end
|
7925
7925
|
|
7926
|
-
# source://activesupport/7.0.4.
|
7926
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
7927
7927
|
def _validation_callbacks; end
|
7928
7928
|
|
7929
|
-
# source://activemodel/7.0.4.
|
7929
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
7930
7930
|
def _validators; end
|
7931
7931
|
|
7932
|
-
# source://activemodel/7.0.4.
|
7932
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
7933
7933
|
def _validators?; end
|
7934
7934
|
|
7935
7935
|
# source://activerecord//lib/active_record/reflection.rb#12
|
@@ -7938,16 +7938,16 @@ class ActiveRecord::Base
|
|
7938
7938
|
# source://activerecord//lib/active_record/reflection.rb#12
|
7939
7939
|
def aggregate_reflections?; end
|
7940
7940
|
|
7941
|
-
# source://activemodel/7.0.4.
|
7941
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#73
|
7942
7942
|
def attribute_aliases; end
|
7943
7943
|
|
7944
|
-
# source://activemodel/7.0.4.
|
7944
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#73
|
7945
7945
|
def attribute_aliases?; end
|
7946
7946
|
|
7947
|
-
# source://activemodel/7.0.4.
|
7947
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#74
|
7948
7948
|
def attribute_method_matchers; end
|
7949
7949
|
|
7950
|
-
# source://activemodel/7.0.4.
|
7950
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#74
|
7951
7951
|
def attribute_method_matchers?; end
|
7952
7952
|
|
7953
7953
|
# source://activerecord//lib/active_record/reflection.rb#13
|
@@ -8019,10 +8019,10 @@ class ActiveRecord::Base
|
|
8019
8019
|
# source://activerecord//lib/active_record/encryption/encryptable_record.rb#11
|
8020
8020
|
def encrypted_attributes?; end
|
8021
8021
|
|
8022
|
-
# source://activemodel/7.0.4.
|
8022
|
+
# source://activemodel/7.0.4.3/lib/active_model/serializers/json.rb#15
|
8023
8023
|
def include_root_in_json; end
|
8024
8024
|
|
8025
|
-
# source://activemodel/7.0.4.
|
8025
|
+
# source://activemodel/7.0.4.3/lib/active_model/serializers/json.rb#15
|
8026
8026
|
def include_root_in_json?; end
|
8027
8027
|
|
8028
8028
|
# source://activerecord//lib/active_record/locking/optimistic.rb#56
|
@@ -8037,7 +8037,7 @@ class ActiveRecord::Base
|
|
8037
8037
|
# source://activerecord//lib/active_record/core.rb#20
|
8038
8038
|
def logger?; end
|
8039
8039
|
|
8040
|
-
# source://activemodel/7.0.4.
|
8040
|
+
# source://activemodel/7.0.4.3/lib/active_model/naming.rb#244
|
8041
8041
|
def model_name(*_arg0, **_arg1, &_arg2); end
|
8042
8042
|
|
8043
8043
|
# source://activerecord//lib/active_record/nested_attributes.rb#15
|
@@ -8130,22 +8130,22 @@ class ActiveRecord::Base
|
|
8130
8130
|
# source://activerecord//lib/active_record/model_schema.rb#171
|
8131
8131
|
def type_for_attribute(*_arg0, **_arg1, &_arg2); end
|
8132
8132
|
|
8133
|
-
# source://activemodel/7.0.4.
|
8133
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#48
|
8134
8134
|
def validation_context; end
|
8135
8135
|
|
8136
8136
|
private
|
8137
8137
|
|
8138
|
-
# source://activemodel/7.0.4.
|
8138
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#48
|
8139
8139
|
def validation_context=(_arg0); end
|
8140
8140
|
|
8141
8141
|
class << self
|
8142
|
-
# source://activesupport/7.0.4.
|
8142
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
8143
8143
|
def __callbacks; end
|
8144
8144
|
|
8145
|
-
# source://activesupport/7.0.4.
|
8145
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
8146
8146
|
def __callbacks=(value); end
|
8147
8147
|
|
8148
|
-
# source://activesupport/7.0.4.
|
8148
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
8149
8149
|
def __callbacks?; end
|
8150
8150
|
|
8151
8151
|
# source://activerecord//lib/active_record/readonly_attributes.rb#8
|
@@ -8157,40 +8157,40 @@ class ActiveRecord::Base
|
|
8157
8157
|
# source://activerecord//lib/active_record/readonly_attributes.rb#8
|
8158
8158
|
def _attr_readonly?; end
|
8159
8159
|
|
8160
|
-
# source://activesupport/7.0.4.
|
8160
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8161
8161
|
def _before_commit_callbacks; end
|
8162
8162
|
|
8163
|
-
# source://activesupport/7.0.4.
|
8163
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8164
8164
|
def _before_commit_callbacks=(value); end
|
8165
8165
|
|
8166
|
-
# source://activesupport/7.0.4.
|
8166
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8167
8167
|
def _commit_callbacks; end
|
8168
8168
|
|
8169
|
-
# source://activesupport/7.0.4.
|
8169
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8170
8170
|
def _commit_callbacks=(value); end
|
8171
8171
|
|
8172
|
-
# source://activesupport/7.0.4.
|
8172
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8173
8173
|
def _create_callbacks; end
|
8174
8174
|
|
8175
|
-
# source://activesupport/7.0.4.
|
8175
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8176
8176
|
def _create_callbacks=(value); end
|
8177
8177
|
|
8178
|
-
# source://activesupport/7.0.4.
|
8178
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8179
8179
|
def _destroy_callbacks; end
|
8180
8180
|
|
8181
|
-
# source://activesupport/7.0.4.
|
8181
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8182
8182
|
def _destroy_callbacks=(value); end
|
8183
8183
|
|
8184
|
-
# source://activesupport/7.0.4.
|
8184
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8185
8185
|
def _find_callbacks; end
|
8186
8186
|
|
8187
|
-
# source://activesupport/7.0.4.
|
8187
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8188
8188
|
def _find_callbacks=(value); end
|
8189
8189
|
|
8190
|
-
# source://activesupport/7.0.4.
|
8190
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8191
8191
|
def _initialize_callbacks; end
|
8192
8192
|
|
8193
|
-
# source://activesupport/7.0.4.
|
8193
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8194
8194
|
def _initialize_callbacks=(value); end
|
8195
8195
|
|
8196
8196
|
# source://activerecord//lib/active_record/reflection.rb#11
|
@@ -8202,70 +8202,70 @@ class ActiveRecord::Base
|
|
8202
8202
|
# source://activerecord//lib/active_record/reflection.rb#11
|
8203
8203
|
def _reflections?; end
|
8204
8204
|
|
8205
|
-
# source://activesupport/7.0.4.
|
8205
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8206
8206
|
def _rollback_callbacks; end
|
8207
8207
|
|
8208
|
-
# source://activesupport/7.0.4.
|
8208
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8209
8209
|
def _rollback_callbacks=(value); end
|
8210
8210
|
|
8211
|
-
# source://activesupport/7.0.4.
|
8211
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8212
8212
|
def _save_callbacks; end
|
8213
8213
|
|
8214
|
-
# source://activesupport/7.0.4.
|
8214
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8215
8215
|
def _save_callbacks=(value); end
|
8216
8216
|
|
8217
|
-
# source://activesupport/7.0.4.
|
8217
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8218
8218
|
def _touch_callbacks; end
|
8219
8219
|
|
8220
|
-
# source://activesupport/7.0.4.
|
8220
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8221
8221
|
def _touch_callbacks=(value); end
|
8222
8222
|
|
8223
|
-
# source://activesupport/7.0.4.
|
8223
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8224
8224
|
def _update_callbacks; end
|
8225
8225
|
|
8226
|
-
# source://activesupport/7.0.4.
|
8226
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8227
8227
|
def _update_callbacks=(value); end
|
8228
8228
|
|
8229
|
-
# source://activesupport/7.0.4.
|
8229
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8230
8230
|
def _validate_callbacks; end
|
8231
8231
|
|
8232
|
-
# source://activesupport/7.0.4.
|
8232
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8233
8233
|
def _validate_callbacks=(value); end
|
8234
8234
|
|
8235
|
-
# source://activesupport/7.0.4.
|
8235
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
8236
8236
|
def _validation_callbacks; end
|
8237
8237
|
|
8238
|
-
# source://activesupport/7.0.4.
|
8238
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
8239
8239
|
def _validation_callbacks=(value); end
|
8240
8240
|
|
8241
|
-
# source://activemodel/7.0.4.
|
8241
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
8242
8242
|
def _validators; end
|
8243
8243
|
|
8244
|
-
# source://activemodel/7.0.4.
|
8244
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
8245
8245
|
def _validators=(value); end
|
8246
8246
|
|
8247
|
-
# source://activemodel/7.0.4.
|
8247
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
8248
8248
|
def _validators?; end
|
8249
8249
|
|
8250
|
-
# source://activemodel/7.0.4.
|
8250
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8251
8251
|
def after_create(*args, **options, &block); end
|
8252
8252
|
|
8253
|
-
# source://activemodel/7.0.4.
|
8253
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8254
8254
|
def after_destroy(*args, **options, &block); end
|
8255
8255
|
|
8256
|
-
# source://activemodel/7.0.4.
|
8256
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8257
8257
|
def after_find(*args, **options, &block); end
|
8258
8258
|
|
8259
|
-
# source://activemodel/7.0.4.
|
8259
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8260
8260
|
def after_initialize(*args, **options, &block); end
|
8261
8261
|
|
8262
|
-
# source://activemodel/7.0.4.
|
8262
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8263
8263
|
def after_save(*args, **options, &block); end
|
8264
8264
|
|
8265
|
-
# source://activemodel/7.0.4.
|
8265
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8266
8266
|
def after_touch(*args, **options, &block); end
|
8267
8267
|
|
8268
|
-
# source://activemodel/7.0.4.
|
8268
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#144
|
8269
8269
|
def after_update(*args, **options, &block); end
|
8270
8270
|
|
8271
8271
|
# source://activerecord//lib/active_record/reflection.rb#12
|
@@ -8280,16 +8280,16 @@ class ActiveRecord::Base
|
|
8280
8280
|
# source://activerecord//lib/active_record/core.rb#82
|
8281
8281
|
def application_record_class?; end
|
8282
8282
|
|
8283
|
-
# source://activemodel/7.0.4.
|
8283
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#137
|
8284
8284
|
def around_create(*args, **options, &block); end
|
8285
8285
|
|
8286
|
-
# source://activemodel/7.0.4.
|
8286
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#137
|
8287
8287
|
def around_destroy(*args, **options, &block); end
|
8288
8288
|
|
8289
|
-
# source://activemodel/7.0.4.
|
8289
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#137
|
8290
8290
|
def around_save(*args, **options, &block); end
|
8291
8291
|
|
8292
|
-
# source://activemodel/7.0.4.
|
8292
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#137
|
8293
8293
|
def around_update(*args, **options, &block); end
|
8294
8294
|
|
8295
8295
|
# source://activerecord//lib/active_record/core.rb#129
|
@@ -8298,22 +8298,22 @@ class ActiveRecord::Base
|
|
8298
8298
|
# source://activerecord//lib/active_record/core.rb#133
|
8299
8299
|
def asynchronous_queries_tracker; end
|
8300
8300
|
|
8301
|
-
# source://activemodel/7.0.4.
|
8301
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#73
|
8302
8302
|
def attribute_aliases; end
|
8303
8303
|
|
8304
|
-
# source://activemodel/7.0.4.
|
8304
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#73
|
8305
8305
|
def attribute_aliases=(value); end
|
8306
8306
|
|
8307
|
-
# source://activemodel/7.0.4.
|
8307
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#73
|
8308
8308
|
def attribute_aliases?; end
|
8309
8309
|
|
8310
|
-
# source://activemodel/7.0.4.
|
8310
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#74
|
8311
8311
|
def attribute_method_matchers; end
|
8312
8312
|
|
8313
|
-
# source://activemodel/7.0.4.
|
8313
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#74
|
8314
8314
|
def attribute_method_matchers=(value); end
|
8315
8315
|
|
8316
|
-
# source://activemodel/7.0.4.
|
8316
|
+
# source://activemodel/7.0.4.3/lib/active_model/attribute_methods.rb#74
|
8317
8317
|
def attribute_method_matchers?; end
|
8318
8318
|
|
8319
8319
|
# source://activerecord//lib/active_record/attributes.rb#11
|
@@ -8334,16 +8334,16 @@ class ActiveRecord::Base
|
|
8334
8334
|
# source://activerecord//lib/active_record/reflection.rb#13
|
8335
8335
|
def automatic_scope_inversing?; end
|
8336
8336
|
|
8337
|
-
# source://activemodel/7.0.4.
|
8337
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#130
|
8338
8338
|
def before_create(*args, **options, &block); end
|
8339
8339
|
|
8340
|
-
# source://activemodel/7.0.4.
|
8340
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#130
|
8341
8341
|
def before_destroy(*args, **options, &block); end
|
8342
8342
|
|
8343
|
-
# source://activemodel/7.0.4.
|
8343
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#130
|
8344
8344
|
def before_save(*args, **options, &block); end
|
8345
8345
|
|
8346
|
-
# source://activemodel/7.0.4.
|
8346
|
+
# source://activemodel/7.0.4.3/lib/active_model/callbacks.rb#130
|
8347
8347
|
def before_update(*args, **options, &block); end
|
8348
8348
|
|
8349
8349
|
# source://activerecord//lib/active_record/core.rb#68
|
@@ -8523,13 +8523,13 @@ class ActiveRecord::Base
|
|
8523
8523
|
# source://activerecord//lib/active_record/model_schema.rb#157
|
8524
8524
|
def implicit_order_column?; end
|
8525
8525
|
|
8526
|
-
# source://activemodel/7.0.4.
|
8526
|
+
# source://activemodel/7.0.4.3/lib/active_model/serializers/json.rb#15
|
8527
8527
|
def include_root_in_json; end
|
8528
8528
|
|
8529
|
-
# source://activemodel/7.0.4.
|
8529
|
+
# source://activemodel/7.0.4.3/lib/active_model/serializers/json.rb#15
|
8530
8530
|
def include_root_in_json=(value); end
|
8531
8531
|
|
8532
|
-
# source://activemodel/7.0.4.
|
8532
|
+
# source://activemodel/7.0.4.3/lib/active_model/serializers/json.rb#15
|
8533
8533
|
def include_root_in_json?; end
|
8534
8534
|
|
8535
8535
|
# source://activerecord//lib/active_record/model_schema.rb#160
|
@@ -9729,22 +9729,22 @@ class ActiveRecord::ConnectionAdapters::AbstractAdapter
|
|
9729
9729
|
# source://activerecord//lib/active_record/connection_adapters/abstract_adapter.rb#82
|
9730
9730
|
def initialize(connection, logger = T.unsafe(nil), config = T.unsafe(nil)); end
|
9731
9731
|
|
9732
|
-
# source://activesupport/7.0.4.
|
9732
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
9733
9733
|
def __callbacks; end
|
9734
9734
|
|
9735
|
-
# source://activesupport/7.0.4.
|
9735
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
9736
9736
|
def __callbacks?; end
|
9737
9737
|
|
9738
|
-
# source://activesupport/7.0.4.
|
9738
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
9739
9739
|
def _checkin_callbacks; end
|
9740
9740
|
|
9741
|
-
# source://activesupport/7.0.4.
|
9741
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#940
|
9742
9742
|
def _checkout_callbacks; end
|
9743
9743
|
|
9744
|
-
# source://activesupport/7.0.4.
|
9744
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
9745
9745
|
def _run_checkin_callbacks(&block); end
|
9746
9746
|
|
9747
|
-
# source://activesupport/7.0.4.
|
9747
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#928
|
9748
9748
|
def _run_checkout_callbacks(&block); end
|
9749
9749
|
|
9750
9750
|
# Checks whether the connection to the database is still active. This includes
|
@@ -10374,25 +10374,25 @@ class ActiveRecord::ConnectionAdapters::AbstractAdapter
|
|
10374
10374
|
def without_prepared_statement?(binds); end
|
10375
10375
|
|
10376
10376
|
class << self
|
10377
|
-
# source://activesupport/7.0.4.
|
10377
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
10378
10378
|
def __callbacks; end
|
10379
10379
|
|
10380
|
-
# source://activesupport/7.0.4.
|
10380
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
10381
10381
|
def __callbacks=(value); end
|
10382
10382
|
|
10383
|
-
# source://activesupport/7.0.4.
|
10383
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#68
|
10384
10384
|
def __callbacks?; end
|
10385
10385
|
|
10386
|
-
# source://activesupport/7.0.4.
|
10386
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
10387
10387
|
def _checkin_callbacks; end
|
10388
10388
|
|
10389
|
-
# source://activesupport/7.0.4.
|
10389
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
10390
10390
|
def _checkin_callbacks=(value); end
|
10391
10391
|
|
10392
|
-
# source://activesupport/7.0.4.
|
10392
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#932
|
10393
10393
|
def _checkout_callbacks; end
|
10394
10394
|
|
10395
|
-
# source://activesupport/7.0.4.
|
10395
|
+
# source://activesupport/7.0.4.3/lib/active_support/callbacks.rb#936
|
10396
10396
|
def _checkout_callbacks=(value); end
|
10397
10397
|
|
10398
10398
|
# source://activerecord//lib/active_record/connection_adapters/abstract_adapter.rb#68
|
@@ -11299,7 +11299,7 @@ class ActiveRecord::ConnectionAdapters::ConnectionPool
|
|
11299
11299
|
|
11300
11300
|
# Returns the value of attribute connection_class.
|
11301
11301
|
#
|
11302
|
-
# source://activesupport/7.0.4.
|
11302
|
+
# source://activesupport/7.0.4.3/lib/active_support/deprecation/method_wrappers.rb#63
|
11303
11303
|
def connection_klass(*args, **_arg1, &block); end
|
11304
11304
|
|
11305
11305
|
# Returns an array containing the connections currently in the pool.
|
@@ -17458,10 +17458,10 @@ module ActiveRecord::Encryption
|
|
17458
17458
|
# source://activerecord//lib/active_record/encryption/configurable.rb#10
|
17459
17459
|
def config; end
|
17460
17460
|
|
17461
|
-
# source://activesupport/7.0.4.
|
17461
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#56
|
17462
17462
|
def custom_contexts; end
|
17463
17463
|
|
17464
|
-
# source://activesupport/7.0.4.
|
17464
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#100
|
17465
17465
|
def custom_contexts=(obj); end
|
17466
17466
|
|
17467
17467
|
# source://activerecord//lib/active_record/encryption/contexts.rb#17
|
@@ -17477,10 +17477,10 @@ module ActiveRecord::Encryption
|
|
17477
17477
|
# source://activerecord//lib/active_record/encryption/configurable.rb#10
|
17478
17478
|
def config; end
|
17479
17479
|
|
17480
|
-
# source://activesupport/7.0.4.
|
17480
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48
|
17481
17481
|
def custom_contexts; end
|
17482
17482
|
|
17483
|
-
# source://activesupport/7.0.4.
|
17483
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92
|
17484
17484
|
def custom_contexts=(obj); end
|
17485
17485
|
|
17486
17486
|
# source://activerecord//lib/active_record/encryption/contexts.rb#17
|
@@ -18775,7 +18775,7 @@ class ActiveRecord::Encryption::Properties
|
|
18775
18775
|
# source://activerecord//lib/active_record/encryption/properties.rb#37
|
18776
18776
|
def iv=(value); end
|
18777
18777
|
|
18778
|
-
# source://activesupport/7.0.4.
|
18778
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/delegation.rb#302
|
18779
18779
|
def method_missing(method, *args, **_arg2, &block); end
|
18780
18780
|
|
18781
18781
|
# source://activerecord//lib/active_record/encryption/properties.rb#68
|
@@ -18791,7 +18791,7 @@ class ActiveRecord::Encryption::Properties
|
|
18791
18791
|
# source://activerecord//lib/active_record/encryption/properties.rb#73
|
18792
18792
|
def data; end
|
18793
18793
|
|
18794
|
-
# source://activesupport/7.0.4.
|
18794
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/delegation.rb#294
|
18795
18795
|
def respond_to_missing?(name, include_private = T.unsafe(nil)); end
|
18796
18796
|
end
|
18797
18797
|
|
@@ -21354,7 +21354,7 @@ class ActiveRecord::InternalMetadata < ::ActiveRecord::Base
|
|
21354
21354
|
# source://activerecord//lib/active_record/internal_metadata.rb#28
|
21355
21355
|
def []=(key, value); end
|
21356
21356
|
|
21357
|
-
# source://activemodel/7.0.4.
|
21357
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
21358
21358
|
def _validators; end
|
21359
21359
|
|
21360
21360
|
# Creates an internal metadata table with columns +key+ and +value+
|
@@ -24639,23 +24639,23 @@ class ActiveRecord::NoDatabaseError < ::ActiveRecord::StatementInvalid
|
|
24639
24639
|
# source://activerecord//lib/active_record/errors.rb#245
|
24640
24640
|
def initialize(message = T.unsafe(nil)); end
|
24641
24641
|
|
24642
|
-
# source://activesupport/7.0.4.
|
24642
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24643
24643
|
def _actions; end
|
24644
24644
|
|
24645
|
-
# source://activesupport/7.0.4.
|
24645
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24646
24646
|
def _actions=(_arg0); end
|
24647
24647
|
|
24648
|
-
# source://activesupport/7.0.4.
|
24648
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24649
24649
|
def _actions?; end
|
24650
24650
|
|
24651
24651
|
class << self
|
24652
|
-
# source://activesupport/7.0.4.
|
24652
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24653
24653
|
def _actions; end
|
24654
24654
|
|
24655
|
-
# source://activesupport/7.0.4.
|
24655
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24656
24656
|
def _actions=(value); end
|
24657
24657
|
|
24658
|
-
# source://activesupport/7.0.4.
|
24658
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24659
24659
|
def _actions?; end
|
24660
24660
|
|
24661
24661
|
# source://activerecord//lib/active_record/errors.rb#250
|
@@ -24804,13 +24804,13 @@ class ActiveRecord::PendingMigrationError < ::ActiveRecord::MigrationError
|
|
24804
24804
|
# source://activerecord//lib/active_record/migration.rb#146
|
24805
24805
|
def initialize(message = T.unsafe(nil)); end
|
24806
24806
|
|
24807
|
-
# source://activesupport/7.0.4.
|
24807
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24808
24808
|
def _actions; end
|
24809
24809
|
|
24810
|
-
# source://activesupport/7.0.4.
|
24810
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24811
24811
|
def _actions=(_arg0); end
|
24812
24812
|
|
24813
|
-
# source://activesupport/7.0.4.
|
24813
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24814
24814
|
def _actions?; end
|
24815
24815
|
|
24816
24816
|
private
|
@@ -24819,13 +24819,13 @@ class ActiveRecord::PendingMigrationError < ::ActiveRecord::MigrationError
|
|
24819
24819
|
def detailed_migration_message; end
|
24820
24820
|
|
24821
24821
|
class << self
|
24822
|
-
# source://activesupport/7.0.4.
|
24822
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24823
24823
|
def _actions; end
|
24824
24824
|
|
24825
|
-
# source://activesupport/7.0.4.
|
24825
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24826
24826
|
def _actions=(value); end
|
24827
24827
|
|
24828
|
-
# source://activesupport/7.0.4.
|
24828
|
+
# source://activesupport/7.0.4.3/lib/active_support/actionable_error.rb#15
|
24829
24829
|
def _actions?; end
|
24830
24830
|
end
|
24831
24831
|
end
|
@@ -26104,10 +26104,10 @@ module ActiveRecord::QueryLogs
|
|
26104
26104
|
# source://activerecord//lib/active_record/query_logs.rb#77
|
26105
26105
|
def cache_query_log_tags=(val); end
|
26106
26106
|
|
26107
|
-
# source://activesupport/7.0.4.
|
26107
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48
|
26108
26108
|
def cached_comment; end
|
26109
26109
|
|
26110
|
-
# source://activesupport/7.0.4.
|
26110
|
+
# source://activesupport/7.0.4.3/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92
|
26111
26111
|
def cached_comment=(obj); end
|
26112
26112
|
|
26113
26113
|
# source://activerecord//lib/active_record/query_logs.rb#81
|
@@ -30547,7 +30547,7 @@ class ActiveRecord::SchemaMigration < ::ActiveRecord::Base
|
|
30547
30547
|
def version; end
|
30548
30548
|
|
30549
30549
|
class << self
|
30550
|
-
# source://activemodel/7.0.4.
|
30550
|
+
# source://activemodel/7.0.4.3/lib/active_model/validations.rb#52
|
30551
30551
|
def _validators; end
|
30552
30552
|
|
30553
30553
|
# source://activerecord//lib/active_record/schema_migration.rb#41
|
@@ -32064,7 +32064,7 @@ module ActiveRecord::Tasks::DatabaseTasks
|
|
32064
32064
|
# source://activerecord//lib/active_record/tasks/database_tasks.rb#457
|
32065
32065
|
def schema_dump_path(db_config, format = T.unsafe(nil)); end
|
32066
32066
|
|
32067
|
-
# source://activesupport/7.0.4.
|
32067
|
+
# source://activesupport/7.0.4.3/lib/active_support/deprecation/method_wrappers.rb#63
|
32068
32068
|
def schema_file_type(*args, **_arg1, &block); end
|
32069
32069
|
|
32070
32070
|
# @return [Boolean]
|