active_cached_resource 0.0.1.pre → 0.1.0
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/.rubocop.yml +2 -1
- data/Rakefile +22 -14
- data/lib/active_cached_resource/version.rb +3 -3
- data/lib/activeresource/examples/performance.rb +1 -1
- data/lib/activeresource/lib/active_resource/collection.rb +14 -1
- data/lib/activeresource/lib/active_resource/railtie.rb +2 -2
- data/lib/activeresource/lib/active_resource.rb +1 -1
- data/lib/activeresource/test/abstract_unit.rb +2 -1
- data/lib/activeresource/test/cases/active_job_serializer_test.rb +1 -1
- data/lib/activeresource/test/cases/collection_test.rb +24 -0
- data/lib/activeresource/test/cases/log_subscriber_test.rb +2 -1
- data/lib/activeresource/test/fixtures/fixtures.rbi +46 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/{actioncable@8.0.0.rbi → actioncable@8.0.1.rbi} +51 -51
- data/sorbet/rbi/gems/{actionpack@8.0.0.rbi → actionpack@8.0.1.rbi} +548 -346
- data/sorbet/rbi/gems/{actionview@8.0.0.rbi → actionview@8.0.1.rbi} +465 -263
- data/sorbet/rbi/gems/activejob@8.0.1.rbi +90 -0
- data/sorbet/rbi/gems/activemodel-serializers-xml@1.0.3.rbi +4 -4
- data/sorbet/rbi/gems/{activemodel@8.0.0.rbi → activemodel@8.0.1.rbi} +11 -3
- data/sorbet/rbi/gems/{activerecord@8.0.0.rbi → activerecord@8.0.1.rbi} +957 -576
- data/sorbet/rbi/gems/{activesupport@8.0.0.rbi → activesupport@8.0.1.rbi} +287 -112
- data/sorbet/rbi/gems/{json@2.8.2.rbi → json@2.9.0.rbi} +107 -64
- data/sorbet/rbi/gems/{logger@1.6.1.rbi → logger@1.6.3.rbi} +31 -11
- data/sorbet/rbi/gems/mocha@2.7.1.rbi +12 -0
- data/sorbet/rbi/gems/msgpack@1.7.5.rbi +320 -0
- data/sorbet/rbi/gems/{nokogiri@1.16.7.rbi → nokogiri@1.17.2.rbi} +1692 -802
- data/sorbet/rbi/gems/{psych@5.2.0.rbi → psych@5.2.1.rbi} +47 -47
- data/sorbet/rbi/gems/rack@3.1.8.rbi +1 -1
- data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +22 -22
- data/sorbet/rbi/gems/{rails-html-sanitizer@1.6.0.rbi → rails-html-sanitizer@1.6.2.rbi} +100 -100
- data/sorbet/rbi/gems/{railties@8.0.0.rbi → railties@8.0.1.rbi} +186 -126
- data/sorbet/rbi/gems/rake@13.2.1.rbi +0 -63
- data/sorbet/rbi/gems/{rdoc@6.8.1.rbi → rdoc@6.9.1.rbi} +160 -139
- data/sorbet/rbi/gems/{regexp_parser@2.9.2.rbi → regexp_parser@2.9.3.rbi} +35 -35
- data/sorbet/rbi/gems/{reline@0.5.12.rbi → reline@0.6.0.rbi} +473 -435
- data/sorbet/rbi/gems/{rexml@3.3.9.rbi → rexml@3.4.0.rbi} +87 -74
- data/sorbet/rbi/gems/rspec-core@3.13.2.rbi +3 -6
- data/sorbet/rbi/gems/{rubocop-ast@1.36.1.rbi → rubocop-ast@1.37.0.rbi} +514 -104
- data/sorbet/rbi/gems/rubocop-md@1.2.4.rbi +123 -0
- data/sorbet/rbi/gems/rubocop-minitest@0.36.0.rbi +2613 -0
- data/sorbet/rbi/gems/rubocop-packaging@0.5.2.rbi +388 -0
- data/sorbet/rbi/gems/rubocop-rails@2.27.0.rbi +9535 -0
- data/sorbet/rbi/gems/{rubocop@1.65.1.rbi → rubocop@1.69.2.rbi} +4058 -2628
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
- data/sorbet/rbi/gems/securerandom@0.4.1.rbi +78 -0
- data/sorbet/rbi/gems/sqlite3@2.3.1.rbi +1824 -0
- data/sorbet/rbi/gems/{standard@1.40.0.rbi → standard@1.43.0.rbi} +61 -64
- data/sorbet/rbi/gems/unicode-display_width@3.1.2.rbi +130 -0
- data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
- data/sorbet/tapioca/require.rb +2 -1
- metadata +49 -139
- data/sorbet/rbi/gems/activejob@8.0.0.rbi +0 -9
- data/sorbet/rbi/gems/activeresource@6.1.4.rbi +0 -3944
- data/sorbet/rbi/gems/securerandom@0.3.2.rbi +0 -395
- data/sorbet/rbi/gems/unicode-display_width@2.6.0.rbi +0 -66
- /data/sorbet/rbi/gems/{actionmailbox@8.0.0.rbi → actionmailbox@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{actionmailer@8.0.0.rbi → actionmailer@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{actiontext@8.0.0.rbi → actiontext@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{activestorage@8.0.0.rbi → activestorage@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{date@3.4.0.rbi → date@3.4.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{io-console@0.7.2.rbi → io-console@0.8.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{minitest@5.25.2.rbi → minitest@5.25.4.rbi} +0 -0
- /data/sorbet/rbi/gems/{net-imap@0.5.1.rbi → net-imap@0.5.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{rails@8.0.0.rbi → rails@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{rspec-support@3.13.1.rbi → rspec-support@3.13.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{rubocop-performance@1.21.1.rbi → rubocop-performance@1.23.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{standard-performance@1.4.0.rbi → standard-performance@1.6.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{useragent@0.16.10.rbi → useragent@0.16.11.rbi} +0 -0
|
@@ -229,24 +229,24 @@ end
|
|
|
229
229
|
# source://psych//lib/psych/versions.rb#3
|
|
230
230
|
module Psych
|
|
231
231
|
class << self
|
|
232
|
-
# source://psych//lib/psych.rb#
|
|
232
|
+
# source://psych//lib/psych.rb#700
|
|
233
233
|
def add_builtin_type(type_tag, &block); end
|
|
234
234
|
|
|
235
235
|
# :stopdoc:
|
|
236
236
|
#
|
|
237
|
-
# source://psych//lib/psych.rb#
|
|
237
|
+
# source://psych//lib/psych.rb#694
|
|
238
238
|
def add_domain_type(domain, type_tag, &block); end
|
|
239
239
|
|
|
240
|
-
# source://psych//lib/psych.rb#
|
|
240
|
+
# source://psych//lib/psych.rb#710
|
|
241
241
|
def add_tag(tag, klass); end
|
|
242
242
|
|
|
243
|
-
# source://psych//lib/psych.rb#
|
|
243
|
+
# source://psych//lib/psych.rb#726
|
|
244
244
|
def config; end
|
|
245
245
|
|
|
246
|
-
# source://psych//lib/psych.rb#
|
|
246
|
+
# source://psych//lib/psych.rb#738
|
|
247
247
|
def domain_types; end
|
|
248
248
|
|
|
249
|
-
# source://psych//lib/psych.rb#
|
|
249
|
+
# source://psych//lib/psych.rb#750
|
|
250
250
|
def domain_types=(value); end
|
|
251
251
|
|
|
252
252
|
# call-seq:
|
|
@@ -299,7 +299,7 @@ module Psych
|
|
|
299
299
|
# # Dump hash with symbol keys as string
|
|
300
300
|
# Psych.dump({a: "b"}, stringify_names: true) # => "---\na: b\n"
|
|
301
301
|
#
|
|
302
|
-
# source://psych//lib/psych.rb#
|
|
302
|
+
# source://psych//lib/psych.rb#515
|
|
303
303
|
def dump(o, io = T.unsafe(nil), options = T.unsafe(nil)); end
|
|
304
304
|
|
|
305
305
|
# Dump a list of objects as separate documents to a document stream.
|
|
@@ -308,13 +308,13 @@ module Psych
|
|
|
308
308
|
#
|
|
309
309
|
# Psych.dump_stream("foo\n ", {}) # => "--- ! \"foo\\n \"\n--- {}\n"
|
|
310
310
|
#
|
|
311
|
-
# source://psych//lib/psych.rb#
|
|
311
|
+
# source://psych//lib/psych.rb#613
|
|
312
312
|
def dump_stream(*objects); end
|
|
313
313
|
|
|
314
|
-
# source://psych//lib/psych.rb#
|
|
314
|
+
# source://psych//lib/psych.rb#734
|
|
315
315
|
def dump_tags; end
|
|
316
316
|
|
|
317
|
-
# source://psych//lib/psych.rb#
|
|
317
|
+
# source://psych//lib/psych.rb#746
|
|
318
318
|
def dump_tags=(value); end
|
|
319
319
|
|
|
320
320
|
# Load +yaml+ in to a Ruby data structure. If multiple documents are
|
|
@@ -346,7 +346,7 @@ module Psych
|
|
|
346
346
|
# Raises a TypeError when `yaml` parameter is NilClass. This method is
|
|
347
347
|
# similar to `safe_load` except that `Symbol` objects are allowed by default.
|
|
348
348
|
#
|
|
349
|
-
# source://psych//lib/psych.rb#
|
|
349
|
+
# source://psych//lib/psych.rb#370
|
|
350
350
|
def load(yaml, permitted_classes: T.unsafe(nil), permitted_symbols: T.unsafe(nil), aliases: T.unsafe(nil), filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
|
|
351
351
|
|
|
352
352
|
# Loads the document contained in +filename+. Returns the yaml contained in
|
|
@@ -354,7 +354,7 @@ module Psych
|
|
|
354
354
|
# the specified +fallback+ return value, which defaults to +nil+.
|
|
355
355
|
# See load for options.
|
|
356
356
|
#
|
|
357
|
-
# source://psych//lib/psych.rb#
|
|
357
|
+
# source://psych//lib/psych.rb#687
|
|
358
358
|
def load_file(filename, **kwargs); end
|
|
359
359
|
|
|
360
360
|
# Load multiple documents given in +yaml+. Returns the parsed documents
|
|
@@ -371,13 +371,13 @@ module Psych
|
|
|
371
371
|
# end
|
|
372
372
|
# list # => ['foo', 'bar']
|
|
373
373
|
#
|
|
374
|
-
# source://psych//lib/psych.rb#
|
|
374
|
+
# source://psych//lib/psych.rb#644
|
|
375
375
|
def load_stream(yaml, filename: T.unsafe(nil), fallback: T.unsafe(nil), **kwargs); end
|
|
376
376
|
|
|
377
|
-
# source://psych//lib/psych.rb#
|
|
377
|
+
# source://psych//lib/psych.rb#730
|
|
378
378
|
def load_tags; end
|
|
379
379
|
|
|
380
|
-
# source://psych//lib/psych.rb#
|
|
380
|
+
# source://psych//lib/psych.rb#742
|
|
381
381
|
def load_tags=(value); end
|
|
382
382
|
|
|
383
383
|
# Parse a YAML string in +yaml+. Returns the Psych::Nodes::Document.
|
|
@@ -399,14 +399,14 @@ module Psych
|
|
|
399
399
|
#
|
|
400
400
|
# See Psych::Nodes for more information about YAML AST.
|
|
401
401
|
#
|
|
402
|
-
# source://psych//lib/psych.rb#
|
|
402
|
+
# source://psych//lib/psych.rb#400
|
|
403
403
|
def parse(yaml, filename: T.unsafe(nil)); end
|
|
404
404
|
|
|
405
405
|
# Parse a file at +filename+. Returns the Psych::Nodes::Document.
|
|
406
406
|
#
|
|
407
407
|
# Raises a Psych::SyntaxError when a YAML syntax error is detected.
|
|
408
408
|
#
|
|
409
|
-
# source://psych//lib/psych.rb#
|
|
409
|
+
# source://psych//lib/psych.rb#412
|
|
410
410
|
def parse_file(filename, fallback: T.unsafe(nil)); end
|
|
411
411
|
|
|
412
412
|
# Parse a YAML string in +yaml+. Returns the Psych::Nodes::Stream.
|
|
@@ -438,15 +438,15 @@ module Psych
|
|
|
438
438
|
#
|
|
439
439
|
# See Psych::Nodes for more information about YAML AST.
|
|
440
440
|
#
|
|
441
|
-
# source://psych//lib/psych.rb#
|
|
441
|
+
# source://psych//lib/psych.rb#454
|
|
442
442
|
def parse_stream(yaml, filename: T.unsafe(nil), &block); end
|
|
443
443
|
|
|
444
444
|
# Returns a default parser
|
|
445
445
|
#
|
|
446
|
-
# source://psych//lib/psych.rb#
|
|
446
|
+
# source://psych//lib/psych.rb#421
|
|
447
447
|
def parser; end
|
|
448
448
|
|
|
449
|
-
# source://psych//lib/psych.rb#
|
|
449
|
+
# source://psych//lib/psych.rb#706
|
|
450
450
|
def remove_type(type_tag); end
|
|
451
451
|
|
|
452
452
|
# call-seq:
|
|
@@ -519,7 +519,7 @@ module Psych
|
|
|
519
519
|
# # Dump hash with symbol keys as string
|
|
520
520
|
# Psych.dump({a: "b"}, stringify_names: true) # => "---\na: b\n"
|
|
521
521
|
#
|
|
522
|
-
# source://psych//lib/psych.rb#
|
|
522
|
+
# source://psych//lib/psych.rb#596
|
|
523
523
|
def safe_dump(o, io = T.unsafe(nil), options = T.unsafe(nil)); end
|
|
524
524
|
|
|
525
525
|
# Safely load the yaml string in +yaml+. By default, only the following
|
|
@@ -566,7 +566,7 @@ module Psych
|
|
|
566
566
|
# Psych.safe_load("---\n foo: bar") # => {"foo"=>"bar"}
|
|
567
567
|
# Psych.safe_load("---\n foo: bar", symbolize_names: true) # => {:foo=>"bar"}
|
|
568
568
|
#
|
|
569
|
-
# source://psych//lib/psych.rb#
|
|
569
|
+
# source://psych//lib/psych.rb#324
|
|
570
570
|
def safe_load(yaml, permitted_classes: T.unsafe(nil), permitted_symbols: T.unsafe(nil), aliases: T.unsafe(nil), filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
|
|
571
571
|
|
|
572
572
|
# Safely loads the document contained in +filename+. Returns the yaml contained in
|
|
@@ -574,12 +574,12 @@ module Psych
|
|
|
574
574
|
# the specified +fallback+ return value, which defaults to +nil+.
|
|
575
575
|
# See safe_load for options.
|
|
576
576
|
#
|
|
577
|
-
# source://psych//lib/psych.rb#
|
|
577
|
+
# source://psych//lib/psych.rb#676
|
|
578
578
|
def safe_load_file(filename, **kwargs); end
|
|
579
579
|
|
|
580
580
|
# Dump Ruby +object+ to a JSON string.
|
|
581
581
|
#
|
|
582
|
-
# source://psych//lib/psych.rb#
|
|
582
|
+
# source://psych//lib/psych.rb#623
|
|
583
583
|
def to_json(object); end
|
|
584
584
|
|
|
585
585
|
# Load +yaml+ in to a Ruby data structure. If multiple documents are
|
|
@@ -614,7 +614,7 @@ module Psych
|
|
|
614
614
|
# YAML documents that are supplied via user input. Instead, please use the
|
|
615
615
|
# load method or the safe_load method.
|
|
616
616
|
#
|
|
617
|
-
# source://psych//lib/psych.rb#
|
|
617
|
+
# source://psych//lib/psych.rb#273
|
|
618
618
|
def unsafe_load(yaml, filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
|
|
619
619
|
|
|
620
620
|
# Load the document contained in +filename+. Returns the yaml contained in
|
|
@@ -625,7 +625,7 @@ module Psych
|
|
|
625
625
|
# YAML documents that are supplied via user input. Instead, please use the
|
|
626
626
|
# safe_load_file method.
|
|
627
627
|
#
|
|
628
|
-
# source://psych//lib/psych.rb#
|
|
628
|
+
# source://psych//lib/psych.rb#665
|
|
629
629
|
def unsafe_load_file(filename, **kwargs); end
|
|
630
630
|
end
|
|
631
631
|
end
|
|
@@ -1212,39 +1212,39 @@ class Psych::ScalarScanner
|
|
|
1212
1212
|
#
|
|
1213
1213
|
# @return [ScalarScanner] a new instance of ScalarScanner
|
|
1214
1214
|
#
|
|
1215
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1215
|
+
# source://psych//lib/psych/scalar_scanner.rb#30
|
|
1216
1216
|
def initialize(class_loader, strict_integer: T.unsafe(nil)); end
|
|
1217
1217
|
|
|
1218
1218
|
# Returns the value of attribute class_loader.
|
|
1219
1219
|
#
|
|
1220
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1220
|
+
# source://psych//lib/psych/scalar_scanner.rb#27
|
|
1221
1221
|
def class_loader; end
|
|
1222
1222
|
|
|
1223
1223
|
# Parse and return an int from +string+
|
|
1224
1224
|
#
|
|
1225
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1225
|
+
# source://psych//lib/psych/scalar_scanner.rb#108
|
|
1226
1226
|
def parse_int(string); end
|
|
1227
1227
|
|
|
1228
1228
|
# Parse and return a Time from +string+
|
|
1229
1229
|
#
|
|
1230
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1230
|
+
# source://psych//lib/psych/scalar_scanner.rb#114
|
|
1231
1231
|
def parse_time(string); end
|
|
1232
1232
|
|
|
1233
1233
|
# Tokenize +string+ returning the Ruby object
|
|
1234
1234
|
#
|
|
1235
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1235
|
+
# source://psych//lib/psych/scalar_scanner.rb#37
|
|
1236
1236
|
def tokenize(string); end
|
|
1237
1237
|
end
|
|
1238
1238
|
|
|
1239
1239
|
# Same as above, but allows commas.
|
|
1240
1240
|
# Not to YML spec, but kept for backwards compatibility
|
|
1241
1241
|
#
|
|
1242
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1242
|
+
# source://psych//lib/psych/scalar_scanner.rb#22
|
|
1243
1243
|
Psych::ScalarScanner::INTEGER_LEGACY = T.let(T.unsafe(nil), Regexp)
|
|
1244
1244
|
|
|
1245
1245
|
# Taken from http://yaml.org/type/int.html and modified to ensure at least one numerical symbol exists
|
|
1246
1246
|
#
|
|
1247
|
-
# source://psych//lib/psych/scalar_scanner.rb#
|
|
1247
|
+
# source://psych//lib/psych/scalar_scanner.rb#15
|
|
1248
1248
|
Psych::ScalarScanner::INTEGER_STRICT = T.let(T.unsafe(nil), Regexp)
|
|
1249
1249
|
|
|
1250
1250
|
# Psych::Stream is a streaming YAML emitter. It will not buffer your YAML,
|
|
@@ -1504,53 +1504,53 @@ class Psych::Visitors::ToRuby < ::Psych::Visitors::Visitor
|
|
|
1504
1504
|
# source://psych//lib/psych/visitors/to_ruby.rb#21
|
|
1505
1505
|
def class_loader; end
|
|
1506
1506
|
|
|
1507
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1507
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#326
|
|
1508
1508
|
def visit_Psych_Nodes_Alias(o); end
|
|
1509
1509
|
|
|
1510
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1510
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#318
|
|
1511
1511
|
def visit_Psych_Nodes_Document(o); end
|
|
1512
1512
|
|
|
1513
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1513
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#164
|
|
1514
1514
|
def visit_Psych_Nodes_Mapping(o); end
|
|
1515
1515
|
|
|
1516
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1516
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#128
|
|
1517
1517
|
def visit_Psych_Nodes_Scalar(o); end
|
|
1518
1518
|
|
|
1519
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1519
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#132
|
|
1520
1520
|
def visit_Psych_Nodes_Sequence(o); end
|
|
1521
1521
|
|
|
1522
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1522
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#322
|
|
1523
1523
|
def visit_Psych_Nodes_Stream(o); end
|
|
1524
1524
|
|
|
1525
1525
|
private
|
|
1526
1526
|
|
|
1527
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1527
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#394
|
|
1528
1528
|
def deduplicate(key); end
|
|
1529
1529
|
|
|
1530
1530
|
# source://psych//lib/psych/visitors/to_ruby.rb#51
|
|
1531
1531
|
def deserialize(o); end
|
|
1532
1532
|
|
|
1533
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1533
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#411
|
|
1534
1534
|
def init_with(o, h, node); end
|
|
1535
1535
|
|
|
1536
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1536
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#403
|
|
1537
1537
|
def merge_key(hash, key, val); end
|
|
1538
1538
|
|
|
1539
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1539
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#332
|
|
1540
1540
|
def register(node, object); end
|
|
1541
1541
|
|
|
1542
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1542
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#337
|
|
1543
1543
|
def register_empty(object); end
|
|
1544
1544
|
|
|
1545
1545
|
# Convert +klassname+ to a Class
|
|
1546
1546
|
#
|
|
1547
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1547
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#424
|
|
1548
1548
|
def resolve_class(klassname); end
|
|
1549
1549
|
|
|
1550
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1550
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#406
|
|
1551
1551
|
def revive(klass, node); end
|
|
1552
1552
|
|
|
1553
|
-
# source://psych//lib/psych/visitors/to_ruby.rb#
|
|
1553
|
+
# source://psych//lib/psych/visitors/to_ruby.rb#343
|
|
1554
1554
|
def revive_hash(hash, o, tagged = T.unsafe(nil)); end
|
|
1555
1555
|
|
|
1556
1556
|
class << self
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# All modules meant for use in your application are <tt>autoload</tt>ed here,
|
|
12
12
|
# so it should be enough just to <tt>require 'rack'</tt> in your code.
|
|
13
13
|
#
|
|
14
|
-
# source://rack//lib/rack/
|
|
14
|
+
# source://rack//lib/rack/bad_request.rb#3
|
|
15
15
|
module Rack
|
|
16
16
|
class << self
|
|
17
17
|
# Return the Rack release as a dotted string.
|
|
@@ -8,70 +8,70 @@
|
|
|
8
8
|
# source://rails-dom-testing//lib/rails/dom/testing/assertions/dom_assertions.rb#3
|
|
9
9
|
module Rails
|
|
10
10
|
class << self
|
|
11
|
-
# source://railties/8.0.
|
|
11
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
12
12
|
def app_class; end
|
|
13
13
|
|
|
14
|
-
# source://railties/8.0.
|
|
14
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
15
15
|
def app_class=(_arg0); end
|
|
16
16
|
|
|
17
|
-
# source://railties/8.0.
|
|
17
|
+
# source://railties/8.0.1/lib/rails.rb#45
|
|
18
18
|
def application; end
|
|
19
19
|
|
|
20
|
-
# source://railties/8.0.
|
|
20
|
+
# source://railties/8.0.1/lib/rails.rb#43
|
|
21
21
|
def application=(_arg0); end
|
|
22
22
|
|
|
23
|
-
# source://railties/8.0.
|
|
23
|
+
# source://railties/8.0.1/lib/rails.rb#126
|
|
24
24
|
def autoloaders; end
|
|
25
25
|
|
|
26
|
-
# source://railties/8.0.
|
|
26
|
+
# source://railties/8.0.1/lib/rails.rb#56
|
|
27
27
|
def backtrace_cleaner; end
|
|
28
28
|
|
|
29
|
-
# source://railties/8.0.
|
|
29
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
30
30
|
def cache; end
|
|
31
31
|
|
|
32
|
-
# source://railties/8.0.
|
|
32
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
33
33
|
def cache=(_arg0); end
|
|
34
34
|
|
|
35
|
-
# source://railties/8.0.
|
|
35
|
+
# source://railties/8.0.1/lib/rails.rb#52
|
|
36
36
|
def configuration; end
|
|
37
37
|
|
|
38
|
-
# source://railties/8.0.
|
|
38
|
+
# source://railties/8.0.1/lib/rails/deprecator.rb#4
|
|
39
39
|
def deprecator; end
|
|
40
40
|
|
|
41
|
-
# source://railties/8.0.
|
|
41
|
+
# source://railties/8.0.1/lib/rails.rb#75
|
|
42
42
|
def env; end
|
|
43
43
|
|
|
44
|
-
# source://railties/8.0.
|
|
44
|
+
# source://railties/8.0.1/lib/rails.rb#82
|
|
45
45
|
def env=(environment); end
|
|
46
46
|
|
|
47
|
-
# source://railties/8.0.
|
|
47
|
+
# source://railties/8.0.1/lib/rails.rb#93
|
|
48
48
|
def error; end
|
|
49
49
|
|
|
50
|
-
# source://railties/8.0.
|
|
50
|
+
# source://railties/8.0.1/lib/rails/gem_version.rb#5
|
|
51
51
|
def gem_version; end
|
|
52
52
|
|
|
53
|
-
# source://railties/8.0.
|
|
53
|
+
# source://railties/8.0.1/lib/rails.rb#106
|
|
54
54
|
def groups(*groups); end
|
|
55
55
|
|
|
56
|
-
# source://railties/8.0.
|
|
56
|
+
# source://railties/8.0.1/lib/rails.rb#49
|
|
57
57
|
def initialize!(*_arg0, **_arg1, &_arg2); end
|
|
58
58
|
|
|
59
|
-
# source://railties/8.0.
|
|
59
|
+
# source://railties/8.0.1/lib/rails.rb#49
|
|
60
60
|
def initialized?(*_arg0, **_arg1, &_arg2); end
|
|
61
61
|
|
|
62
|
-
# source://railties/8.0.
|
|
62
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
63
63
|
def logger; end
|
|
64
64
|
|
|
65
|
-
# source://railties/8.0.
|
|
65
|
+
# source://railties/8.0.1/lib/rails.rb#44
|
|
66
66
|
def logger=(_arg0); end
|
|
67
67
|
|
|
68
|
-
# source://railties/8.0.
|
|
68
|
+
# source://railties/8.0.1/lib/rails.rb#122
|
|
69
69
|
def public_path; end
|
|
70
70
|
|
|
71
|
-
# source://railties/8.0.
|
|
71
|
+
# source://railties/8.0.1/lib/rails.rb#65
|
|
72
72
|
def root; end
|
|
73
73
|
|
|
74
|
-
# source://railties/8.0.
|
|
74
|
+
# source://railties/8.0.1/lib/rails/version.rb#7
|
|
75
75
|
def version; end
|
|
76
76
|
end
|
|
77
77
|
end
|