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
|
@@ -1441,7 +1441,7 @@ class Rails::Application::RoutesReloader
|
|
|
1441
1441
|
# source://railties//lib/rails/application/routes_reloader.rb#15
|
|
1442
1442
|
def initialize; end
|
|
1443
1443
|
|
|
1444
|
-
# source://activesupport/8.0.
|
|
1444
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
1445
1445
|
def __callbacks; end
|
|
1446
1446
|
|
|
1447
1447
|
# Returns the value of attribute eager_load.
|
|
@@ -1515,11 +1515,19 @@ class Rails::Application::RoutesReloader
|
|
|
1515
1515
|
def updater; end
|
|
1516
1516
|
|
|
1517
1517
|
class << self
|
|
1518
|
-
# source://activesupport/8.0.
|
|
1518
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
1519
1519
|
def __callbacks; end
|
|
1520
1520
|
|
|
1521
|
-
# source://activesupport/8.0.
|
|
1522
|
-
def __callbacks=(
|
|
1521
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
1522
|
+
def __callbacks=(value); end
|
|
1523
|
+
|
|
1524
|
+
private
|
|
1525
|
+
|
|
1526
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1527
|
+
def __class_attr___callbacks; end
|
|
1528
|
+
|
|
1529
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1530
|
+
def __class_attr___callbacks=(new_value); end
|
|
1523
1531
|
end
|
|
1524
1532
|
end
|
|
1525
1533
|
|
|
@@ -1527,7 +1535,7 @@ end
|
|
|
1527
1535
|
class Rails::ApplicationController < ::ActionController::Base
|
|
1528
1536
|
private
|
|
1529
1537
|
|
|
1530
|
-
# source://actionview/8.0.
|
|
1538
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
1531
1539
|
def _layout(lookup_context, formats); end
|
|
1532
1540
|
|
|
1533
1541
|
# source://railties//lib/rails/application_controller.rb#25
|
|
@@ -1542,29 +1550,31 @@ class Rails::ApplicationController < ::ActionController::Base
|
|
|
1542
1550
|
def require_local!; end
|
|
1543
1551
|
|
|
1544
1552
|
class << self
|
|
1545
|
-
|
|
1546
|
-
|
|
1553
|
+
private
|
|
1554
|
+
|
|
1555
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1556
|
+
def __class_attr___callbacks; end
|
|
1547
1557
|
|
|
1548
|
-
# source://activesupport/8.0.
|
|
1549
|
-
def
|
|
1558
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1559
|
+
def __class_attr___callbacks=(new_value); end
|
|
1550
1560
|
|
|
1551
|
-
# source://activesupport/8.0.
|
|
1552
|
-
def
|
|
1561
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1562
|
+
def __class_attr__layout; end
|
|
1553
1563
|
|
|
1554
|
-
# source://activesupport/8.0.
|
|
1555
|
-
def
|
|
1564
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1565
|
+
def __class_attr__layout=(new_value); end
|
|
1556
1566
|
|
|
1557
|
-
# source://activesupport/8.0.
|
|
1558
|
-
def
|
|
1567
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1568
|
+
def __class_attr__layout_conditions; end
|
|
1559
1569
|
|
|
1560
|
-
# source://activesupport/8.0.
|
|
1561
|
-
def
|
|
1570
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1571
|
+
def __class_attr__layout_conditions=(new_value); end
|
|
1562
1572
|
|
|
1563
|
-
# source://activesupport/8.0.
|
|
1564
|
-
def
|
|
1573
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1574
|
+
def __class_attr_middleware_stack; end
|
|
1565
1575
|
|
|
1566
|
-
# source://activesupport/8.0.
|
|
1567
|
-
def
|
|
1576
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1577
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
1568
1578
|
end
|
|
1569
1579
|
end
|
|
1570
1580
|
|
|
@@ -1757,11 +1767,11 @@ class Rails::Command::Base < ::Thor
|
|
|
1757
1767
|
# source://railties//lib/rails/command/base.rb#106
|
|
1758
1768
|
def base_name; end
|
|
1759
1769
|
|
|
1760
|
-
# source://
|
|
1770
|
+
# source://railties//lib/rails/command/base.rb#20
|
|
1761
1771
|
def bin; end
|
|
1762
1772
|
|
|
1763
|
-
# source://
|
|
1764
|
-
def bin=(
|
|
1773
|
+
# source://railties//lib/rails/command/base.rb#20
|
|
1774
|
+
def bin=(value); end
|
|
1765
1775
|
|
|
1766
1776
|
# source://railties//lib/rails/command/base.rb#20
|
|
1767
1777
|
def bin?; end
|
|
@@ -1840,6 +1850,12 @@ class Rails::Command::Base < ::Thor
|
|
|
1840
1850
|
|
|
1841
1851
|
private
|
|
1842
1852
|
|
|
1853
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1854
|
+
def __class_attr_bin; end
|
|
1855
|
+
|
|
1856
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1857
|
+
def __class_attr_bin=(new_value); end
|
|
1858
|
+
|
|
1843
1859
|
# Allow the command method to be called perform.
|
|
1844
1860
|
#
|
|
1845
1861
|
# source://railties//lib/rails/command/base.rb#146
|
|
@@ -2469,13 +2485,13 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
2469
2485
|
# source://railties//lib/rails/engine.rb#440
|
|
2470
2486
|
def initialize; end
|
|
2471
2487
|
|
|
2472
|
-
# source://activesupport/8.0.
|
|
2488
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
2473
2489
|
def __callbacks; end
|
|
2474
2490
|
|
|
2475
|
-
# source://activesupport/8.0.
|
|
2491
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#923
|
|
2476
2492
|
def _load_seed_callbacks; end
|
|
2477
2493
|
|
|
2478
|
-
# source://activesupport/8.0.
|
|
2494
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#911
|
|
2479
2495
|
def _run_load_seed_callbacks(&block); end
|
|
2480
2496
|
|
|
2481
2497
|
# Returns the underlying Rack application for this engine.
|
|
@@ -2623,16 +2639,16 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
2623
2639
|
def load_config_initializer(initializer); end
|
|
2624
2640
|
|
|
2625
2641
|
class << self
|
|
2626
|
-
# source://activesupport/8.0.
|
|
2642
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
2627
2643
|
def __callbacks; end
|
|
2628
2644
|
|
|
2629
|
-
# source://activesupport/8.0.
|
|
2630
|
-
def __callbacks=(
|
|
2645
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
2646
|
+
def __callbacks=(value); end
|
|
2631
2647
|
|
|
2632
|
-
# source://activesupport/8.0.
|
|
2648
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#915
|
|
2633
2649
|
def _load_seed_callbacks; end
|
|
2634
2650
|
|
|
2635
|
-
# source://activesupport/8.0.
|
|
2651
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#919
|
|
2636
2652
|
def _load_seed_callbacks=(value); end
|
|
2637
2653
|
|
|
2638
2654
|
# Returns the value of attribute called_from.
|
|
@@ -2691,6 +2707,14 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
2691
2707
|
#
|
|
2692
2708
|
# source://railties//lib/rails/engine.rb#354
|
|
2693
2709
|
def isolated?; end
|
|
2710
|
+
|
|
2711
|
+
private
|
|
2712
|
+
|
|
2713
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
2714
|
+
def __class_attr___callbacks; end
|
|
2715
|
+
|
|
2716
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
2717
|
+
def __class_attr___callbacks=(new_value); end
|
|
2694
2718
|
end
|
|
2695
2719
|
end
|
|
2696
2720
|
|
|
@@ -3908,57 +3932,57 @@ class Rails::Generators::ChannelGenerator < ::Rails::Generators::NamedBase
|
|
|
3908
3932
|
# source://railties//lib/rails/generators/named_base.rb#215
|
|
3909
3933
|
def check_class_collision; end
|
|
3910
3934
|
|
|
3911
|
-
# source://actioncable/8.0.
|
|
3935
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#18
|
|
3912
3936
|
def create_channel_files; end
|
|
3913
3937
|
|
|
3914
3938
|
private
|
|
3915
3939
|
|
|
3916
|
-
# source://actioncable/8.0.
|
|
3940
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#49
|
|
3917
3941
|
def create_channel_file; end
|
|
3918
3942
|
|
|
3919
|
-
# source://actioncable/8.0.
|
|
3943
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#59
|
|
3920
3944
|
def create_channel_javascript_file; end
|
|
3921
3945
|
|
|
3922
|
-
# source://actioncable/8.0.
|
|
3946
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#40
|
|
3923
3947
|
def create_shared_channel_files; end
|
|
3924
3948
|
|
|
3925
|
-
# source://actioncable/8.0.
|
|
3949
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#54
|
|
3926
3950
|
def create_shared_channel_javascript_files; end
|
|
3927
3951
|
|
|
3928
|
-
# source://actioncable/8.0.
|
|
3952
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#91
|
|
3929
3953
|
def file_name; end
|
|
3930
3954
|
|
|
3931
|
-
# source://actioncable/8.0.
|
|
3955
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#95
|
|
3932
3956
|
def first_setup_required?; end
|
|
3933
3957
|
|
|
3934
|
-
# source://actioncable/8.0.
|
|
3958
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#70
|
|
3935
3959
|
def import_channel_in_javascript_entrypoint; end
|
|
3936
3960
|
|
|
3937
|
-
# source://actioncable/8.0.
|
|
3961
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#65
|
|
3938
3962
|
def import_channels_in_javascript_entrypoint; end
|
|
3939
3963
|
|
|
3940
|
-
# source://actioncable/8.0.
|
|
3964
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#75
|
|
3941
3965
|
def install_javascript_dependencies; end
|
|
3942
3966
|
|
|
3943
|
-
# source://actioncable/8.0.
|
|
3967
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#84
|
|
3944
3968
|
def pin_javascript_dependencies; end
|
|
3945
3969
|
|
|
3946
|
-
# source://actioncable/8.0.
|
|
3970
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#122
|
|
3947
3971
|
def root; end
|
|
3948
3972
|
|
|
3949
|
-
# source://actioncable/8.0.
|
|
3973
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#107
|
|
3950
3974
|
def using_bun?; end
|
|
3951
3975
|
|
|
3952
|
-
# source://actioncable/8.0.
|
|
3976
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#118
|
|
3953
3977
|
def using_importmap?; end
|
|
3954
3978
|
|
|
3955
|
-
# source://actioncable/8.0.
|
|
3979
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#99
|
|
3956
3980
|
def using_javascript?; end
|
|
3957
3981
|
|
|
3958
|
-
# source://actioncable/8.0.
|
|
3982
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#103
|
|
3959
3983
|
def using_js_runtime?; end
|
|
3960
3984
|
|
|
3961
|
-
# source://actioncable/8.0.
|
|
3985
|
+
# source://actioncable/8.0.1/lib/rails/generators/channel/channel_generator.rb#113
|
|
3962
3986
|
def using_node?; end
|
|
3963
3987
|
|
|
3964
3988
|
class << self
|
|
@@ -4782,41 +4806,67 @@ class Rails::Generators::TestCase < ::ActiveSupport::TestCase
|
|
|
4782
4806
|
def generator_class?; end
|
|
4783
4807
|
|
|
4784
4808
|
class << self
|
|
4785
|
-
# source://
|
|
4809
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#21
|
|
4786
4810
|
def current_path; end
|
|
4787
4811
|
|
|
4788
|
-
# source://
|
|
4789
|
-
def current_path=(
|
|
4812
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#21
|
|
4813
|
+
def current_path=(value); end
|
|
4790
4814
|
|
|
4791
4815
|
# source://railties//lib/rails/generators/testing/behavior.rb#21
|
|
4792
4816
|
def current_path?; end
|
|
4793
4817
|
|
|
4794
|
-
# source://
|
|
4818
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#22
|
|
4795
4819
|
def default_arguments; end
|
|
4796
4820
|
|
|
4797
|
-
# source://
|
|
4798
|
-
def default_arguments=(
|
|
4821
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#22
|
|
4822
|
+
def default_arguments=(value); end
|
|
4799
4823
|
|
|
4800
4824
|
# source://railties//lib/rails/generators/testing/behavior.rb#22
|
|
4801
4825
|
def default_arguments?; end
|
|
4802
4826
|
|
|
4803
|
-
# source://
|
|
4827
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#23
|
|
4804
4828
|
def destination_root; end
|
|
4805
4829
|
|
|
4806
|
-
# source://
|
|
4807
|
-
def destination_root=(
|
|
4830
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#23
|
|
4831
|
+
def destination_root=(value); end
|
|
4808
4832
|
|
|
4809
4833
|
# source://railties//lib/rails/generators/testing/behavior.rb#23
|
|
4810
4834
|
def destination_root?; end
|
|
4811
4835
|
|
|
4812
|
-
# source://
|
|
4836
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#24
|
|
4813
4837
|
def generator_class; end
|
|
4814
4838
|
|
|
4815
|
-
# source://
|
|
4816
|
-
def generator_class=(
|
|
4839
|
+
# source://railties//lib/rails/generators/testing/behavior.rb#24
|
|
4840
|
+
def generator_class=(value); end
|
|
4817
4841
|
|
|
4818
4842
|
# source://railties//lib/rails/generators/testing/behavior.rb#24
|
|
4819
4843
|
def generator_class?; end
|
|
4844
|
+
|
|
4845
|
+
private
|
|
4846
|
+
|
|
4847
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
4848
|
+
def __class_attr_current_path; end
|
|
4849
|
+
|
|
4850
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
4851
|
+
def __class_attr_current_path=(new_value); end
|
|
4852
|
+
|
|
4853
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
4854
|
+
def __class_attr_default_arguments; end
|
|
4855
|
+
|
|
4856
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
4857
|
+
def __class_attr_default_arguments=(new_value); end
|
|
4858
|
+
|
|
4859
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
4860
|
+
def __class_attr_destination_root; end
|
|
4861
|
+
|
|
4862
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
4863
|
+
def __class_attr_destination_root=(new_value); end
|
|
4864
|
+
|
|
4865
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
4866
|
+
def __class_attr_generator_class; end
|
|
4867
|
+
|
|
4868
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
4869
|
+
def __class_attr_generator_class=(new_value); end
|
|
4820
4870
|
end
|
|
4821
4871
|
end
|
|
4822
4872
|
|
|
@@ -5145,7 +5195,7 @@ class Rails::HealthController < ::ActionController::Base
|
|
|
5145
5195
|
|
|
5146
5196
|
private
|
|
5147
5197
|
|
|
5148
|
-
# source://actionview/8.0.
|
|
5198
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
5149
5199
|
def _layout(lookup_context, formats); end
|
|
5150
5200
|
|
|
5151
5201
|
# source://railties//lib/rails/health_controller.rb#51
|
|
@@ -5158,17 +5208,19 @@ class Rails::HealthController < ::ActionController::Base
|
|
|
5158
5208
|
def render_up; end
|
|
5159
5209
|
|
|
5160
5210
|
class << self
|
|
5161
|
-
|
|
5162
|
-
|
|
5211
|
+
private
|
|
5212
|
+
|
|
5213
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5214
|
+
def __class_attr_middleware_stack; end
|
|
5163
5215
|
|
|
5164
|
-
# source://activesupport/8.0.
|
|
5165
|
-
def
|
|
5216
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5217
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
5166
5218
|
|
|
5167
|
-
# source://activesupport/8.0.
|
|
5168
|
-
def
|
|
5219
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5220
|
+
def __class_attr_rescue_handlers; end
|
|
5169
5221
|
|
|
5170
|
-
# source://activesupport/8.0.
|
|
5171
|
-
def
|
|
5222
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5223
|
+
def __class_attr_rescue_handlers=(new_value); end
|
|
5172
5224
|
end
|
|
5173
5225
|
end
|
|
5174
5226
|
|
|
@@ -5221,7 +5273,7 @@ class Rails::InfoController < ::Rails::ApplicationController
|
|
|
5221
5273
|
|
|
5222
5274
|
private
|
|
5223
5275
|
|
|
5224
|
-
# source://actionview/8.0.
|
|
5276
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
5225
5277
|
def _layout(lookup_context, formats); end
|
|
5226
5278
|
|
|
5227
5279
|
# source://railties//lib/rails/info_controller.rb#8
|
|
@@ -5231,29 +5283,31 @@ class Rails::InfoController < ::Rails::ApplicationController
|
|
|
5231
5283
|
def matching_routes(query:, exact_match:); end
|
|
5232
5284
|
|
|
5233
5285
|
class << self
|
|
5234
|
-
|
|
5235
|
-
|
|
5286
|
+
private
|
|
5287
|
+
|
|
5288
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5289
|
+
def __class_attr___callbacks; end
|
|
5236
5290
|
|
|
5237
|
-
# source://activesupport/8.0.
|
|
5238
|
-
def
|
|
5291
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5292
|
+
def __class_attr___callbacks=(new_value); end
|
|
5239
5293
|
|
|
5240
|
-
# source://activesupport/8.0.
|
|
5241
|
-
def
|
|
5294
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5295
|
+
def __class_attr__layout; end
|
|
5242
5296
|
|
|
5243
|
-
# source://activesupport/8.0.
|
|
5244
|
-
def
|
|
5297
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5298
|
+
def __class_attr__layout=(new_value); end
|
|
5245
5299
|
|
|
5246
|
-
# source://activesupport/8.0.
|
|
5247
|
-
def
|
|
5300
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5301
|
+
def __class_attr__layout_conditions; end
|
|
5248
5302
|
|
|
5249
|
-
# source://activesupport/8.0.
|
|
5250
|
-
def
|
|
5303
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5304
|
+
def __class_attr__layout_conditions=(new_value); end
|
|
5251
5305
|
|
|
5252
|
-
# source://activesupport/8.0.
|
|
5253
|
-
def
|
|
5306
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5307
|
+
def __class_attr_middleware_stack; end
|
|
5254
5308
|
|
|
5255
|
-
# source://activesupport/8.0.
|
|
5256
|
-
def
|
|
5309
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5310
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
5257
5311
|
end
|
|
5258
5312
|
end
|
|
5259
5313
|
|
|
@@ -5354,7 +5408,7 @@ class Rails::MailersController < ::Rails::ApplicationController
|
|
|
5354
5408
|
|
|
5355
5409
|
private
|
|
5356
5410
|
|
|
5357
|
-
# source://actionview/8.0.
|
|
5411
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
5358
5412
|
def _layout(lookup_context, formats); end
|
|
5359
5413
|
|
|
5360
5414
|
# source://railties//lib/rails/mailers_controller.rb#107
|
|
@@ -5387,23 +5441,25 @@ class Rails::MailersController < ::Rails::ApplicationController
|
|
|
5387
5441
|
def show_previews?; end
|
|
5388
5442
|
|
|
5389
5443
|
class << self
|
|
5390
|
-
|
|
5391
|
-
|
|
5444
|
+
private
|
|
5445
|
+
|
|
5446
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5447
|
+
def __class_attr___callbacks; end
|
|
5392
5448
|
|
|
5393
|
-
# source://activesupport/8.0.
|
|
5394
|
-
def
|
|
5449
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5450
|
+
def __class_attr___callbacks=(new_value); end
|
|
5395
5451
|
|
|
5396
|
-
# source://activesupport/8.0.
|
|
5397
|
-
def
|
|
5452
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5453
|
+
def __class_attr__helper_methods; end
|
|
5398
5454
|
|
|
5399
|
-
# source://activesupport/8.0.
|
|
5400
|
-
def
|
|
5455
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5456
|
+
def __class_attr__helper_methods=(new_value); end
|
|
5401
5457
|
|
|
5402
|
-
# source://activesupport/8.0.
|
|
5403
|
-
def
|
|
5458
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5459
|
+
def __class_attr_middleware_stack; end
|
|
5404
5460
|
|
|
5405
|
-
# source://activesupport/8.0.
|
|
5406
|
-
def
|
|
5461
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5462
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
5407
5463
|
end
|
|
5408
5464
|
end
|
|
5409
5465
|
|
|
@@ -5654,21 +5710,23 @@ class Rails::PwaController < ::Rails::ApplicationController
|
|
|
5654
5710
|
|
|
5655
5711
|
private
|
|
5656
5712
|
|
|
5657
|
-
# source://actionview/8.0.
|
|
5713
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
5658
5714
|
def _layout(lookup_context, formats); end
|
|
5659
5715
|
|
|
5660
5716
|
class << self
|
|
5661
|
-
|
|
5662
|
-
|
|
5717
|
+
private
|
|
5718
|
+
|
|
5719
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5720
|
+
def __class_attr___callbacks; end
|
|
5663
5721
|
|
|
5664
|
-
# source://activesupport/8.0.
|
|
5665
|
-
def
|
|
5722
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5723
|
+
def __class_attr___callbacks=(new_value); end
|
|
5666
5724
|
|
|
5667
|
-
# source://activesupport/8.0.
|
|
5668
|
-
def
|
|
5725
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5726
|
+
def __class_attr_middleware_stack; end
|
|
5669
5727
|
|
|
5670
|
-
# source://activesupport/8.0.
|
|
5671
|
-
def
|
|
5728
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5729
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
5672
5730
|
end
|
|
5673
5731
|
end
|
|
5674
5732
|
|
|
@@ -6256,32 +6314,34 @@ class Rails::WelcomeController < ::Rails::ApplicationController
|
|
|
6256
6314
|
|
|
6257
6315
|
private
|
|
6258
6316
|
|
|
6259
|
-
# source://actionview/8.0.
|
|
6317
|
+
# source://actionview/8.0.1/lib/action_view/layouts.rb#328
|
|
6260
6318
|
def _layout(lookup_context, formats); end
|
|
6261
6319
|
|
|
6262
6320
|
class << self
|
|
6263
|
-
|
|
6264
|
-
|
|
6321
|
+
private
|
|
6322
|
+
|
|
6323
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
6324
|
+
def __class_attr___callbacks; end
|
|
6265
6325
|
|
|
6266
|
-
# source://activesupport/8.0.
|
|
6267
|
-
def
|
|
6326
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
6327
|
+
def __class_attr___callbacks=(new_value); end
|
|
6268
6328
|
|
|
6269
|
-
# source://activesupport/8.0.
|
|
6270
|
-
def
|
|
6329
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
6330
|
+
def __class_attr__layout; end
|
|
6271
6331
|
|
|
6272
|
-
# source://activesupport/8.0.
|
|
6273
|
-
def
|
|
6332
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
6333
|
+
def __class_attr__layout=(new_value); end
|
|
6274
6334
|
|
|
6275
|
-
# source://activesupport/8.0.
|
|
6276
|
-
def
|
|
6335
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
6336
|
+
def __class_attr__layout_conditions; end
|
|
6277
6337
|
|
|
6278
|
-
# source://activesupport/8.0.
|
|
6279
|
-
def
|
|
6338
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
6339
|
+
def __class_attr__layout_conditions=(new_value); end
|
|
6280
6340
|
|
|
6281
|
-
# source://activesupport/8.0.
|
|
6282
|
-
def
|
|
6341
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
6342
|
+
def __class_attr_middleware_stack; end
|
|
6283
6343
|
|
|
6284
|
-
# source://activesupport/8.0.
|
|
6285
|
-
def
|
|
6344
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
6345
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
6286
6346
|
end
|
|
6287
6347
|
end
|