apidae 1.4.9 → 1.4.11

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.
@@ -10709,6 +10709,1736 @@ callback this way:
10709
10709
  That block runs when the application boots, and every time there is a reload.
10710
10710
  For historical reasons, it may run twice, so it has to be idempotent.
10711
10711
 
10712
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10713
+ Rails autoloads and reloads.
10714
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10715
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10716
+
10717
+ Being able to do this is deprecated. Autoloading during initialization is going
10718
+ to be an error condition in future versions of Rails.
10719
+
10720
+ Reloading does not reboot the application, and therefore code executed during
10721
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10722
+ the expected changes won't be reflected in that stale Module object.
10723
+
10724
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10725
+
10726
+ In order to autoload safely at boot time, please wrap your code in a reloader
10727
+ callback this way:
10728
+
10729
+ Rails.application.reloader.to_prepare do
10730
+ # Autoload classes and modules needed at boot time here.
10731
+ end
10732
+
10733
+ That block runs when the application boots, and every time there is a reload.
10734
+ For historical reasons, it may run twice, so it has to be idempotent.
10735
+
10736
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10737
+ Rails autoloads and reloads.
10738
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10739
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10740
+
10741
+ Being able to do this is deprecated. Autoloading during initialization is going
10742
+ to be an error condition in future versions of Rails.
10743
+
10744
+ Reloading does not reboot the application, and therefore code executed during
10745
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10746
+ the expected changes won't be reflected in that stale Module object.
10747
+
10748
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10749
+
10750
+ In order to autoload safely at boot time, please wrap your code in a reloader
10751
+ callback this way:
10752
+
10753
+ Rails.application.reloader.to_prepare do
10754
+ # Autoload classes and modules needed at boot time here.
10755
+ end
10756
+
10757
+ That block runs when the application boots, and every time there is a reload.
10758
+ For historical reasons, it may run twice, so it has to be idempotent.
10759
+
10760
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10761
+ Rails autoloads and reloads.
10762
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10763
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10764
+
10765
+ Being able to do this is deprecated. Autoloading during initialization is going
10766
+ to be an error condition in future versions of Rails.
10767
+
10768
+ Reloading does not reboot the application, and therefore code executed during
10769
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10770
+ the expected changes won't be reflected in that stale Module object.
10771
+
10772
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10773
+
10774
+ In order to autoload safely at boot time, please wrap your code in a reloader
10775
+ callback this way:
10776
+
10777
+ Rails.application.reloader.to_prepare do
10778
+ # Autoload classes and modules needed at boot time here.
10779
+ end
10780
+
10781
+ That block runs when the application boots, and every time there is a reload.
10782
+ For historical reasons, it may run twice, so it has to be idempotent.
10783
+
10784
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10785
+ Rails autoloads and reloads.
10786
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10787
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10788
+
10789
+ Being able to do this is deprecated. Autoloading during initialization is going
10790
+ to be an error condition in future versions of Rails.
10791
+
10792
+ Reloading does not reboot the application, and therefore code executed during
10793
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10794
+ the expected changes won't be reflected in that stale Module object.
10795
+
10796
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10797
+
10798
+ In order to autoload safely at boot time, please wrap your code in a reloader
10799
+ callback this way:
10800
+
10801
+ Rails.application.reloader.to_prepare do
10802
+ # Autoload classes and modules needed at boot time here.
10803
+ end
10804
+
10805
+ That block runs when the application boots, and every time there is a reload.
10806
+ For historical reasons, it may run twice, so it has to be idempotent.
10807
+
10808
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10809
+ Rails autoloads and reloads.
10810
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10811
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10812
+
10813
+ Being able to do this is deprecated. Autoloading during initialization is going
10814
+ to be an error condition in future versions of Rails.
10815
+
10816
+ Reloading does not reboot the application, and therefore code executed during
10817
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10818
+ the expected changes won't be reflected in that stale Module object.
10819
+
10820
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10821
+
10822
+ In order to autoload safely at boot time, please wrap your code in a reloader
10823
+ callback this way:
10824
+
10825
+ Rails.application.reloader.to_prepare do
10826
+ # Autoload classes and modules needed at boot time here.
10827
+ end
10828
+
10829
+ That block runs when the application boots, and every time there is a reload.
10830
+ For historical reasons, it may run twice, so it has to be idempotent.
10831
+
10832
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10833
+ Rails autoloads and reloads.
10834
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10835
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10836
+
10837
+ Being able to do this is deprecated. Autoloading during initialization is going
10838
+ to be an error condition in future versions of Rails.
10839
+
10840
+ Reloading does not reboot the application, and therefore code executed during
10841
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10842
+ the expected changes won't be reflected in that stale Module object.
10843
+
10844
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10845
+
10846
+ In order to autoload safely at boot time, please wrap your code in a reloader
10847
+ callback this way:
10848
+
10849
+ Rails.application.reloader.to_prepare do
10850
+ # Autoload classes and modules needed at boot time here.
10851
+ end
10852
+
10853
+ That block runs when the application boots, and every time there is a reload.
10854
+ For historical reasons, it may run twice, so it has to be idempotent.
10855
+
10856
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10857
+ Rails autoloads and reloads.
10858
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10859
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10860
+
10861
+ Being able to do this is deprecated. Autoloading during initialization is going
10862
+ to be an error condition in future versions of Rails.
10863
+
10864
+ Reloading does not reboot the application, and therefore code executed during
10865
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10866
+ the expected changes won't be reflected in that stale Module object.
10867
+
10868
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10869
+
10870
+ In order to autoload safely at boot time, please wrap your code in a reloader
10871
+ callback this way:
10872
+
10873
+ Rails.application.reloader.to_prepare do
10874
+ # Autoload classes and modules needed at boot time here.
10875
+ end
10876
+
10877
+ That block runs when the application boots, and every time there is a reload.
10878
+ For historical reasons, it may run twice, so it has to be idempotent.
10879
+
10880
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10881
+ Rails autoloads and reloads.
10882
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10883
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10884
+
10885
+ Being able to do this is deprecated. Autoloading during initialization is going
10886
+ to be an error condition in future versions of Rails.
10887
+
10888
+ Reloading does not reboot the application, and therefore code executed during
10889
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10890
+ the expected changes won't be reflected in that stale Module object.
10891
+
10892
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10893
+
10894
+ In order to autoload safely at boot time, please wrap your code in a reloader
10895
+ callback this way:
10896
+
10897
+ Rails.application.reloader.to_prepare do
10898
+ # Autoload classes and modules needed at boot time here.
10899
+ end
10900
+
10901
+ That block runs when the application boots, and every time there is a reload.
10902
+ For historical reasons, it may run twice, so it has to be idempotent.
10903
+
10904
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10905
+ Rails autoloads and reloads.
10906
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10907
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10908
+
10909
+ Being able to do this is deprecated. Autoloading during initialization is going
10910
+ to be an error condition in future versions of Rails.
10911
+
10912
+ Reloading does not reboot the application, and therefore code executed during
10913
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10914
+ the expected changes won't be reflected in that stale Module object.
10915
+
10916
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10917
+
10918
+ In order to autoload safely at boot time, please wrap your code in a reloader
10919
+ callback this way:
10920
+
10921
+ Rails.application.reloader.to_prepare do
10922
+ # Autoload classes and modules needed at boot time here.
10923
+ end
10924
+
10925
+ That block runs when the application boots, and every time there is a reload.
10926
+ For historical reasons, it may run twice, so it has to be idempotent.
10927
+
10928
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10929
+ Rails autoloads and reloads.
10930
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10931
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10932
+
10933
+ Being able to do this is deprecated. Autoloading during initialization is going
10934
+ to be an error condition in future versions of Rails.
10935
+
10936
+ Reloading does not reboot the application, and therefore code executed during
10937
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10938
+ the expected changes won't be reflected in that stale Module object.
10939
+
10940
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10941
+
10942
+ In order to autoload safely at boot time, please wrap your code in a reloader
10943
+ callback this way:
10944
+
10945
+ Rails.application.reloader.to_prepare do
10946
+ # Autoload classes and modules needed at boot time here.
10947
+ end
10948
+
10949
+ That block runs when the application boots, and every time there is a reload.
10950
+ For historical reasons, it may run twice, so it has to be idempotent.
10951
+
10952
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10953
+ Rails autoloads and reloads.
10954
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10955
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10956
+
10957
+ Being able to do this is deprecated. Autoloading during initialization is going
10958
+ to be an error condition in future versions of Rails.
10959
+
10960
+ Reloading does not reboot the application, and therefore code executed during
10961
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10962
+ the expected changes won't be reflected in that stale Module object.
10963
+
10964
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10965
+
10966
+ In order to autoload safely at boot time, please wrap your code in a reloader
10967
+ callback this way:
10968
+
10969
+ Rails.application.reloader.to_prepare do
10970
+ # Autoload classes and modules needed at boot time here.
10971
+ end
10972
+
10973
+ That block runs when the application boots, and every time there is a reload.
10974
+ For historical reasons, it may run twice, so it has to be idempotent.
10975
+
10976
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
10977
+ Rails autoloads and reloads.
10978
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
10979
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
10980
+
10981
+ Being able to do this is deprecated. Autoloading during initialization is going
10982
+ to be an error condition in future versions of Rails.
10983
+
10984
+ Reloading does not reboot the application, and therefore code executed during
10985
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
10986
+ the expected changes won't be reflected in that stale Module object.
10987
+
10988
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
10989
+
10990
+ In order to autoload safely at boot time, please wrap your code in a reloader
10991
+ callback this way:
10992
+
10993
+ Rails.application.reloader.to_prepare do
10994
+ # Autoload classes and modules needed at boot time here.
10995
+ end
10996
+
10997
+ That block runs when the application boots, and every time there is a reload.
10998
+ For historical reasons, it may run twice, so it has to be idempotent.
10999
+
11000
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11001
+ Rails autoloads and reloads.
11002
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11003
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11004
+
11005
+ Being able to do this is deprecated. Autoloading during initialization is going
11006
+ to be an error condition in future versions of Rails.
11007
+
11008
+ Reloading does not reboot the application, and therefore code executed during
11009
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11010
+ the expected changes won't be reflected in that stale Module object.
11011
+
11012
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11013
+
11014
+ In order to autoload safely at boot time, please wrap your code in a reloader
11015
+ callback this way:
11016
+
11017
+ Rails.application.reloader.to_prepare do
11018
+ # Autoload classes and modules needed at boot time here.
11019
+ end
11020
+
11021
+ That block runs when the application boots, and every time there is a reload.
11022
+ For historical reasons, it may run twice, so it has to be idempotent.
11023
+
11024
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11025
+ Rails autoloads and reloads.
11026
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11027
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11028
+
11029
+ Being able to do this is deprecated. Autoloading during initialization is going
11030
+ to be an error condition in future versions of Rails.
11031
+
11032
+ Reloading does not reboot the application, and therefore code executed during
11033
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11034
+ the expected changes won't be reflected in that stale Module object.
11035
+
11036
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11037
+
11038
+ In order to autoload safely at boot time, please wrap your code in a reloader
11039
+ callback this way:
11040
+
11041
+ Rails.application.reloader.to_prepare do
11042
+ # Autoload classes and modules needed at boot time here.
11043
+ end
11044
+
11045
+ That block runs when the application boots, and every time there is a reload.
11046
+ For historical reasons, it may run twice, so it has to be idempotent.
11047
+
11048
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11049
+ Rails autoloads and reloads.
11050
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11051
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11052
+
11053
+ Being able to do this is deprecated. Autoloading during initialization is going
11054
+ to be an error condition in future versions of Rails.
11055
+
11056
+ Reloading does not reboot the application, and therefore code executed during
11057
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11058
+ the expected changes won't be reflected in that stale Module object.
11059
+
11060
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11061
+
11062
+ In order to autoload safely at boot time, please wrap your code in a reloader
11063
+ callback this way:
11064
+
11065
+ Rails.application.reloader.to_prepare do
11066
+ # Autoload classes and modules needed at boot time here.
11067
+ end
11068
+
11069
+ That block runs when the application boots, and every time there is a reload.
11070
+ For historical reasons, it may run twice, so it has to be idempotent.
11071
+
11072
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11073
+ Rails autoloads and reloads.
11074
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11075
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11076
+
11077
+ Being able to do this is deprecated. Autoloading during initialization is going
11078
+ to be an error condition in future versions of Rails.
11079
+
11080
+ Reloading does not reboot the application, and therefore code executed during
11081
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11082
+ the expected changes won't be reflected in that stale Module object.
11083
+
11084
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11085
+
11086
+ In order to autoload safely at boot time, please wrap your code in a reloader
11087
+ callback this way:
11088
+
11089
+ Rails.application.reloader.to_prepare do
11090
+ # Autoload classes and modules needed at boot time here.
11091
+ end
11092
+
11093
+ That block runs when the application boots, and every time there is a reload.
11094
+ For historical reasons, it may run twice, so it has to be idempotent.
11095
+
11096
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11097
+ Rails autoloads and reloads.
11098
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11099
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11100
+
11101
+ Being able to do this is deprecated. Autoloading during initialization is going
11102
+ to be an error condition in future versions of Rails.
11103
+
11104
+ Reloading does not reboot the application, and therefore code executed during
11105
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11106
+ the expected changes won't be reflected in that stale Module object.
11107
+
11108
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11109
+
11110
+ In order to autoload safely at boot time, please wrap your code in a reloader
11111
+ callback this way:
11112
+
11113
+ Rails.application.reloader.to_prepare do
11114
+ # Autoload classes and modules needed at boot time here.
11115
+ end
11116
+
11117
+ That block runs when the application boots, and every time there is a reload.
11118
+ For historical reasons, it may run twice, so it has to be idempotent.
11119
+
11120
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11121
+ Rails autoloads and reloads.
11122
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11123
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11124
+
11125
+ Being able to do this is deprecated. Autoloading during initialization is going
11126
+ to be an error condition in future versions of Rails.
11127
+
11128
+ Reloading does not reboot the application, and therefore code executed during
11129
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11130
+ the expected changes won't be reflected in that stale Module object.
11131
+
11132
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11133
+
11134
+ In order to autoload safely at boot time, please wrap your code in a reloader
11135
+ callback this way:
11136
+
11137
+ Rails.application.reloader.to_prepare do
11138
+ # Autoload classes and modules needed at boot time here.
11139
+ end
11140
+
11141
+ That block runs when the application boots, and every time there is a reload.
11142
+ For historical reasons, it may run twice, so it has to be idempotent.
11143
+
11144
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11145
+ Rails autoloads and reloads.
11146
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11147
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11148
+
11149
+ Being able to do this is deprecated. Autoloading during initialization is going
11150
+ to be an error condition in future versions of Rails.
11151
+
11152
+ Reloading does not reboot the application, and therefore code executed during
11153
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11154
+ the expected changes won't be reflected in that stale Module object.
11155
+
11156
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11157
+
11158
+ In order to autoload safely at boot time, please wrap your code in a reloader
11159
+ callback this way:
11160
+
11161
+ Rails.application.reloader.to_prepare do
11162
+ # Autoload classes and modules needed at boot time here.
11163
+ end
11164
+
11165
+ That block runs when the application boots, and every time there is a reload.
11166
+ For historical reasons, it may run twice, so it has to be idempotent.
11167
+
11168
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11169
+ Rails autoloads and reloads.
11170
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11171
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11172
+
11173
+ Being able to do this is deprecated. Autoloading during initialization is going
11174
+ to be an error condition in future versions of Rails.
11175
+
11176
+ Reloading does not reboot the application, and therefore code executed during
11177
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11178
+ the expected changes won't be reflected in that stale Module object.
11179
+
11180
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11181
+
11182
+ In order to autoload safely at boot time, please wrap your code in a reloader
11183
+ callback this way:
11184
+
11185
+ Rails.application.reloader.to_prepare do
11186
+ # Autoload classes and modules needed at boot time here.
11187
+ end
11188
+
11189
+ That block runs when the application boots, and every time there is a reload.
11190
+ For historical reasons, it may run twice, so it has to be idempotent.
11191
+
11192
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11193
+ Rails autoloads and reloads.
11194
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11195
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11196
+
11197
+ Being able to do this is deprecated. Autoloading during initialization is going
11198
+ to be an error condition in future versions of Rails.
11199
+
11200
+ Reloading does not reboot the application, and therefore code executed during
11201
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11202
+ the expected changes won't be reflected in that stale Module object.
11203
+
11204
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11205
+
11206
+ In order to autoload safely at boot time, please wrap your code in a reloader
11207
+ callback this way:
11208
+
11209
+ Rails.application.reloader.to_prepare do
11210
+ # Autoload classes and modules needed at boot time here.
11211
+ end
11212
+
11213
+ That block runs when the application boots, and every time there is a reload.
11214
+ For historical reasons, it may run twice, so it has to be idempotent.
11215
+
11216
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11217
+ Rails autoloads and reloads.
11218
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11219
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11220
+
11221
+ Being able to do this is deprecated. Autoloading during initialization is going
11222
+ to be an error condition in future versions of Rails.
11223
+
11224
+ Reloading does not reboot the application, and therefore code executed during
11225
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11226
+ the expected changes won't be reflected in that stale Module object.
11227
+
11228
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11229
+
11230
+ In order to autoload safely at boot time, please wrap your code in a reloader
11231
+ callback this way:
11232
+
11233
+ Rails.application.reloader.to_prepare do
11234
+ # Autoload classes and modules needed at boot time here.
11235
+ end
11236
+
11237
+ That block runs when the application boots, and every time there is a reload.
11238
+ For historical reasons, it may run twice, so it has to be idempotent.
11239
+
11240
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11241
+ Rails autoloads and reloads.
11242
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11243
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11244
+
11245
+ Being able to do this is deprecated. Autoloading during initialization is going
11246
+ to be an error condition in future versions of Rails.
11247
+
11248
+ Reloading does not reboot the application, and therefore code executed during
11249
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11250
+ the expected changes won't be reflected in that stale Module object.
11251
+
11252
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11253
+
11254
+ In order to autoload safely at boot time, please wrap your code in a reloader
11255
+ callback this way:
11256
+
11257
+ Rails.application.reloader.to_prepare do
11258
+ # Autoload classes and modules needed at boot time here.
11259
+ end
11260
+
11261
+ That block runs when the application boots, and every time there is a reload.
11262
+ For historical reasons, it may run twice, so it has to be idempotent.
11263
+
11264
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11265
+ Rails autoloads and reloads.
11266
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11267
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11268
+
11269
+ Being able to do this is deprecated. Autoloading during initialization is going
11270
+ to be an error condition in future versions of Rails.
11271
+
11272
+ Reloading does not reboot the application, and therefore code executed during
11273
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11274
+ the expected changes won't be reflected in that stale Module object.
11275
+
11276
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11277
+
11278
+ In order to autoload safely at boot time, please wrap your code in a reloader
11279
+ callback this way:
11280
+
11281
+ Rails.application.reloader.to_prepare do
11282
+ # Autoload classes and modules needed at boot time here.
11283
+ end
11284
+
11285
+ That block runs when the application boots, and every time there is a reload.
11286
+ For historical reasons, it may run twice, so it has to be idempotent.
11287
+
11288
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11289
+ Rails autoloads and reloads.
11290
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11291
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11292
+
11293
+ Being able to do this is deprecated. Autoloading during initialization is going
11294
+ to be an error condition in future versions of Rails.
11295
+
11296
+ Reloading does not reboot the application, and therefore code executed during
11297
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11298
+ the expected changes won't be reflected in that stale Module object.
11299
+
11300
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11301
+
11302
+ In order to autoload safely at boot time, please wrap your code in a reloader
11303
+ callback this way:
11304
+
11305
+ Rails.application.reloader.to_prepare do
11306
+ # Autoload classes and modules needed at boot time here.
11307
+ end
11308
+
11309
+ That block runs when the application boots, and every time there is a reload.
11310
+ For historical reasons, it may run twice, so it has to be idempotent.
11311
+
11312
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11313
+ Rails autoloads and reloads.
11314
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11315
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11316
+
11317
+ Being able to do this is deprecated. Autoloading during initialization is going
11318
+ to be an error condition in future versions of Rails.
11319
+
11320
+ Reloading does not reboot the application, and therefore code executed during
11321
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11322
+ the expected changes won't be reflected in that stale Module object.
11323
+
11324
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11325
+
11326
+ In order to autoload safely at boot time, please wrap your code in a reloader
11327
+ callback this way:
11328
+
11329
+ Rails.application.reloader.to_prepare do
11330
+ # Autoload classes and modules needed at boot time here.
11331
+ end
11332
+
11333
+ That block runs when the application boots, and every time there is a reload.
11334
+ For historical reasons, it may run twice, so it has to be idempotent.
11335
+
11336
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11337
+ Rails autoloads and reloads.
11338
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11339
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11340
+
11341
+ Being able to do this is deprecated. Autoloading during initialization is going
11342
+ to be an error condition in future versions of Rails.
11343
+
11344
+ Reloading does not reboot the application, and therefore code executed during
11345
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11346
+ the expected changes won't be reflected in that stale Module object.
11347
+
11348
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11349
+
11350
+ In order to autoload safely at boot time, please wrap your code in a reloader
11351
+ callback this way:
11352
+
11353
+ Rails.application.reloader.to_prepare do
11354
+ # Autoload classes and modules needed at boot time here.
11355
+ end
11356
+
11357
+ That block runs when the application boots, and every time there is a reload.
11358
+ For historical reasons, it may run twice, so it has to be idempotent.
11359
+
11360
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11361
+ Rails autoloads and reloads.
11362
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11363
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11364
+
11365
+ Being able to do this is deprecated. Autoloading during initialization is going
11366
+ to be an error condition in future versions of Rails.
11367
+
11368
+ Reloading does not reboot the application, and therefore code executed during
11369
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11370
+ the expected changes won't be reflected in that stale Module object.
11371
+
11372
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11373
+
11374
+ In order to autoload safely at boot time, please wrap your code in a reloader
11375
+ callback this way:
11376
+
11377
+ Rails.application.reloader.to_prepare do
11378
+ # Autoload classes and modules needed at boot time here.
11379
+ end
11380
+
11381
+ That block runs when the application boots, and every time there is a reload.
11382
+ For historical reasons, it may run twice, so it has to be idempotent.
11383
+
11384
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11385
+ Rails autoloads and reloads.
11386
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11387
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11388
+
11389
+ Being able to do this is deprecated. Autoloading during initialization is going
11390
+ to be an error condition in future versions of Rails.
11391
+
11392
+ Reloading does not reboot the application, and therefore code executed during
11393
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11394
+ the expected changes won't be reflected in that stale Module object.
11395
+
11396
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11397
+
11398
+ In order to autoload safely at boot time, please wrap your code in a reloader
11399
+ callback this way:
11400
+
11401
+ Rails.application.reloader.to_prepare do
11402
+ # Autoload classes and modules needed at boot time here.
11403
+ end
11404
+
11405
+ That block runs when the application boots, and every time there is a reload.
11406
+ For historical reasons, it may run twice, so it has to be idempotent.
11407
+
11408
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11409
+ Rails autoloads and reloads.
11410
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11411
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11412
+
11413
+ Being able to do this is deprecated. Autoloading during initialization is going
11414
+ to be an error condition in future versions of Rails.
11415
+
11416
+ Reloading does not reboot the application, and therefore code executed during
11417
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11418
+ the expected changes won't be reflected in that stale Module object.
11419
+
11420
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11421
+
11422
+ In order to autoload safely at boot time, please wrap your code in a reloader
11423
+ callback this way:
11424
+
11425
+ Rails.application.reloader.to_prepare do
11426
+ # Autoload classes and modules needed at boot time here.
11427
+ end
11428
+
11429
+ That block runs when the application boots, and every time there is a reload.
11430
+ For historical reasons, it may run twice, so it has to be idempotent.
11431
+
11432
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11433
+ Rails autoloads and reloads.
11434
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11435
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11436
+
11437
+ Being able to do this is deprecated. Autoloading during initialization is going
11438
+ to be an error condition in future versions of Rails.
11439
+
11440
+ Reloading does not reboot the application, and therefore code executed during
11441
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11442
+ the expected changes won't be reflected in that stale Module object.
11443
+
11444
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11445
+
11446
+ In order to autoload safely at boot time, please wrap your code in a reloader
11447
+ callback this way:
11448
+
11449
+ Rails.application.reloader.to_prepare do
11450
+ # Autoload classes and modules needed at boot time here.
11451
+ end
11452
+
11453
+ That block runs when the application boots, and every time there is a reload.
11454
+ For historical reasons, it may run twice, so it has to be idempotent.
11455
+
11456
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11457
+ Rails autoloads and reloads.
11458
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11459
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11460
+
11461
+ Being able to do this is deprecated. Autoloading during initialization is going
11462
+ to be an error condition in future versions of Rails.
11463
+
11464
+ Reloading does not reboot the application, and therefore code executed during
11465
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11466
+ the expected changes won't be reflected in that stale Module object.
11467
+
11468
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11469
+
11470
+ In order to autoload safely at boot time, please wrap your code in a reloader
11471
+ callback this way:
11472
+
11473
+ Rails.application.reloader.to_prepare do
11474
+ # Autoload classes and modules needed at boot time here.
11475
+ end
11476
+
11477
+ That block runs when the application boots, and every time there is a reload.
11478
+ For historical reasons, it may run twice, so it has to be idempotent.
11479
+
11480
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11481
+ Rails autoloads and reloads.
11482
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11483
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11484
+
11485
+ Being able to do this is deprecated. Autoloading during initialization is going
11486
+ to be an error condition in future versions of Rails.
11487
+
11488
+ Reloading does not reboot the application, and therefore code executed during
11489
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11490
+ the expected changes won't be reflected in that stale Module object.
11491
+
11492
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11493
+
11494
+ In order to autoload safely at boot time, please wrap your code in a reloader
11495
+ callback this way:
11496
+
11497
+ Rails.application.reloader.to_prepare do
11498
+ # Autoload classes and modules needed at boot time here.
11499
+ end
11500
+
11501
+ That block runs when the application boots, and every time there is a reload.
11502
+ For historical reasons, it may run twice, so it has to be idempotent.
11503
+
11504
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11505
+ Rails autoloads and reloads.
11506
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11507
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11508
+
11509
+ Being able to do this is deprecated. Autoloading during initialization is going
11510
+ to be an error condition in future versions of Rails.
11511
+
11512
+ Reloading does not reboot the application, and therefore code executed during
11513
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11514
+ the expected changes won't be reflected in that stale Module object.
11515
+
11516
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11517
+
11518
+ In order to autoload safely at boot time, please wrap your code in a reloader
11519
+ callback this way:
11520
+
11521
+ Rails.application.reloader.to_prepare do
11522
+ # Autoload classes and modules needed at boot time here.
11523
+ end
11524
+
11525
+ That block runs when the application boots, and every time there is a reload.
11526
+ For historical reasons, it may run twice, so it has to be idempotent.
11527
+
11528
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11529
+ Rails autoloads and reloads.
11530
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11531
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11532
+
11533
+ Being able to do this is deprecated. Autoloading during initialization is going
11534
+ to be an error condition in future versions of Rails.
11535
+
11536
+ Reloading does not reboot the application, and therefore code executed during
11537
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11538
+ the expected changes won't be reflected in that stale Module object.
11539
+
11540
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11541
+
11542
+ In order to autoload safely at boot time, please wrap your code in a reloader
11543
+ callback this way:
11544
+
11545
+ Rails.application.reloader.to_prepare do
11546
+ # Autoload classes and modules needed at boot time here.
11547
+ end
11548
+
11549
+ That block runs when the application boots, and every time there is a reload.
11550
+ For historical reasons, it may run twice, so it has to be idempotent.
11551
+
11552
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11553
+ Rails autoloads and reloads.
11554
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11555
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11556
+
11557
+ Being able to do this is deprecated. Autoloading during initialization is going
11558
+ to be an error condition in future versions of Rails.
11559
+
11560
+ Reloading does not reboot the application, and therefore code executed during
11561
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11562
+ the expected changes won't be reflected in that stale Module object.
11563
+
11564
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11565
+
11566
+ In order to autoload safely at boot time, please wrap your code in a reloader
11567
+ callback this way:
11568
+
11569
+ Rails.application.reloader.to_prepare do
11570
+ # Autoload classes and modules needed at boot time here.
11571
+ end
11572
+
11573
+ That block runs when the application boots, and every time there is a reload.
11574
+ For historical reasons, it may run twice, so it has to be idempotent.
11575
+
11576
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11577
+ Rails autoloads and reloads.
11578
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11579
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11580
+
11581
+ Being able to do this is deprecated. Autoloading during initialization is going
11582
+ to be an error condition in future versions of Rails.
11583
+
11584
+ Reloading does not reboot the application, and therefore code executed during
11585
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11586
+ the expected changes won't be reflected in that stale Module object.
11587
+
11588
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11589
+
11590
+ In order to autoload safely at boot time, please wrap your code in a reloader
11591
+ callback this way:
11592
+
11593
+ Rails.application.reloader.to_prepare do
11594
+ # Autoload classes and modules needed at boot time here.
11595
+ end
11596
+
11597
+ That block runs when the application boots, and every time there is a reload.
11598
+ For historical reasons, it may run twice, so it has to be idempotent.
11599
+
11600
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11601
+ Rails autoloads and reloads.
11602
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11603
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11604
+
11605
+ Being able to do this is deprecated. Autoloading during initialization is going
11606
+ to be an error condition in future versions of Rails.
11607
+
11608
+ Reloading does not reboot the application, and therefore code executed during
11609
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11610
+ the expected changes won't be reflected in that stale Module object.
11611
+
11612
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11613
+
11614
+ In order to autoload safely at boot time, please wrap your code in a reloader
11615
+ callback this way:
11616
+
11617
+ Rails.application.reloader.to_prepare do
11618
+ # Autoload classes and modules needed at boot time here.
11619
+ end
11620
+
11621
+ That block runs when the application boots, and every time there is a reload.
11622
+ For historical reasons, it may run twice, so it has to be idempotent.
11623
+
11624
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11625
+ Rails autoloads and reloads.
11626
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11627
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11628
+
11629
+ Being able to do this is deprecated. Autoloading during initialization is going
11630
+ to be an error condition in future versions of Rails.
11631
+
11632
+ Reloading does not reboot the application, and therefore code executed during
11633
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11634
+ the expected changes won't be reflected in that stale Module object.
11635
+
11636
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11637
+
11638
+ In order to autoload safely at boot time, please wrap your code in a reloader
11639
+ callback this way:
11640
+
11641
+ Rails.application.reloader.to_prepare do
11642
+ # Autoload classes and modules needed at boot time here.
11643
+ end
11644
+
11645
+ That block runs when the application boots, and every time there is a reload.
11646
+ For historical reasons, it may run twice, so it has to be idempotent.
11647
+
11648
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11649
+ Rails autoloads and reloads.
11650
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11651
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11652
+
11653
+ Being able to do this is deprecated. Autoloading during initialization is going
11654
+ to be an error condition in future versions of Rails.
11655
+
11656
+ Reloading does not reboot the application, and therefore code executed during
11657
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11658
+ the expected changes won't be reflected in that stale Module object.
11659
+
11660
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11661
+
11662
+ In order to autoload safely at boot time, please wrap your code in a reloader
11663
+ callback this way:
11664
+
11665
+ Rails.application.reloader.to_prepare do
11666
+ # Autoload classes and modules needed at boot time here.
11667
+ end
11668
+
11669
+ That block runs when the application boots, and every time there is a reload.
11670
+ For historical reasons, it may run twice, so it has to be idempotent.
11671
+
11672
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11673
+ Rails autoloads and reloads.
11674
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11675
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11676
+
11677
+ Being able to do this is deprecated. Autoloading during initialization is going
11678
+ to be an error condition in future versions of Rails.
11679
+
11680
+ Reloading does not reboot the application, and therefore code executed during
11681
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11682
+ the expected changes won't be reflected in that stale Module object.
11683
+
11684
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11685
+
11686
+ In order to autoload safely at boot time, please wrap your code in a reloader
11687
+ callback this way:
11688
+
11689
+ Rails.application.reloader.to_prepare do
11690
+ # Autoload classes and modules needed at boot time here.
11691
+ end
11692
+
11693
+ That block runs when the application boots, and every time there is a reload.
11694
+ For historical reasons, it may run twice, so it has to be idempotent.
11695
+
11696
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11697
+ Rails autoloads and reloads.
11698
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11699
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11700
+
11701
+ Being able to do this is deprecated. Autoloading during initialization is going
11702
+ to be an error condition in future versions of Rails.
11703
+
11704
+ Reloading does not reboot the application, and therefore code executed during
11705
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11706
+ the expected changes won't be reflected in that stale Module object.
11707
+
11708
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11709
+
11710
+ In order to autoload safely at boot time, please wrap your code in a reloader
11711
+ callback this way:
11712
+
11713
+ Rails.application.reloader.to_prepare do
11714
+ # Autoload classes and modules needed at boot time here.
11715
+ end
11716
+
11717
+ That block runs when the application boots, and every time there is a reload.
11718
+ For historical reasons, it may run twice, so it has to be idempotent.
11719
+
11720
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11721
+ Rails autoloads and reloads.
11722
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11723
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11724
+
11725
+ Being able to do this is deprecated. Autoloading during initialization is going
11726
+ to be an error condition in future versions of Rails.
11727
+
11728
+ Reloading does not reboot the application, and therefore code executed during
11729
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11730
+ the expected changes won't be reflected in that stale Module object.
11731
+
11732
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11733
+
11734
+ In order to autoload safely at boot time, please wrap your code in a reloader
11735
+ callback this way:
11736
+
11737
+ Rails.application.reloader.to_prepare do
11738
+ # Autoload classes and modules needed at boot time here.
11739
+ end
11740
+
11741
+ That block runs when the application boots, and every time there is a reload.
11742
+ For historical reasons, it may run twice, so it has to be idempotent.
11743
+
11744
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11745
+ Rails autoloads and reloads.
11746
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11747
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11748
+
11749
+ Being able to do this is deprecated. Autoloading during initialization is going
11750
+ to be an error condition in future versions of Rails.
11751
+
11752
+ Reloading does not reboot the application, and therefore code executed during
11753
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11754
+ the expected changes won't be reflected in that stale Module object.
11755
+
11756
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11757
+
11758
+ In order to autoload safely at boot time, please wrap your code in a reloader
11759
+ callback this way:
11760
+
11761
+ Rails.application.reloader.to_prepare do
11762
+ # Autoload classes and modules needed at boot time here.
11763
+ end
11764
+
11765
+ That block runs when the application boots, and every time there is a reload.
11766
+ For historical reasons, it may run twice, so it has to be idempotent.
11767
+
11768
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11769
+ Rails autoloads and reloads.
11770
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11771
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11772
+
11773
+ Being able to do this is deprecated. Autoloading during initialization is going
11774
+ to be an error condition in future versions of Rails.
11775
+
11776
+ Reloading does not reboot the application, and therefore code executed during
11777
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11778
+ the expected changes won't be reflected in that stale Module object.
11779
+
11780
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11781
+
11782
+ In order to autoload safely at boot time, please wrap your code in a reloader
11783
+ callback this way:
11784
+
11785
+ Rails.application.reloader.to_prepare do
11786
+ # Autoload classes and modules needed at boot time here.
11787
+ end
11788
+
11789
+ That block runs when the application boots, and every time there is a reload.
11790
+ For historical reasons, it may run twice, so it has to be idempotent.
11791
+
11792
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11793
+ Rails autoloads and reloads.
11794
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11795
+ Apidae::Obj Load (6.2ms) SELECT "apidae_objs"."rates_data" FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL AND (rates_data->>'rates_category' IS NOT NULL)
11796
+  (4.3ms) SELECT COUNT(*) FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL AND (rates_data->>'rates_category' IS NOT NULL)
11797
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11798
+
11799
+ Being able to do this is deprecated. Autoloading during initialization is going
11800
+ to be an error condition in future versions of Rails.
11801
+
11802
+ Reloading does not reboot the application, and therefore code executed during
11803
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11804
+ the expected changes won't be reflected in that stale Module object.
11805
+
11806
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11807
+
11808
+ In order to autoload safely at boot time, please wrap your code in a reloader
11809
+ callback this way:
11810
+
11811
+ Rails.application.reloader.to_prepare do
11812
+ # Autoload classes and modules needed at boot time here.
11813
+ end
11814
+
11815
+ That block runs when the application boots, and every time there is a reload.
11816
+ For historical reasons, it may run twice, so it has to be idempotent.
11817
+
11818
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11819
+ Rails autoloads and reloads.
11820
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11821
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11822
+
11823
+ Being able to do this is deprecated. Autoloading during initialization is going
11824
+ to be an error condition in future versions of Rails.
11825
+
11826
+ Reloading does not reboot the application, and therefore code executed during
11827
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11828
+ the expected changes won't be reflected in that stale Module object.
11829
+
11830
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11831
+
11832
+ In order to autoload safely at boot time, please wrap your code in a reloader
11833
+ callback this way:
11834
+
11835
+ Rails.application.reloader.to_prepare do
11836
+ # Autoload classes and modules needed at boot time here.
11837
+ end
11838
+
11839
+ That block runs when the application boots, and every time there is a reload.
11840
+ For historical reasons, it may run twice, so it has to be idempotent.
11841
+
11842
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11843
+ Rails autoloads and reloads.
11844
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11845
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11846
+
11847
+ Being able to do this is deprecated. Autoloading during initialization is going
11848
+ to be an error condition in future versions of Rails.
11849
+
11850
+ Reloading does not reboot the application, and therefore code executed during
11851
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11852
+ the expected changes won't be reflected in that stale Module object.
11853
+
11854
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11855
+
11856
+ In order to autoload safely at boot time, please wrap your code in a reloader
11857
+ callback this way:
11858
+
11859
+ Rails.application.reloader.to_prepare do
11860
+ # Autoload classes and modules needed at boot time here.
11861
+ end
11862
+
11863
+ That block runs when the application boots, and every time there is a reload.
11864
+ For historical reasons, it may run twice, so it has to be idempotent.
11865
+
11866
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11867
+ Rails autoloads and reloads.
11868
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11869
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11870
+
11871
+ Being able to do this is deprecated. Autoloading during initialization is going
11872
+ to be an error condition in future versions of Rails.
11873
+
11874
+ Reloading does not reboot the application, and therefore code executed during
11875
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11876
+ the expected changes won't be reflected in that stale Module object.
11877
+
11878
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11879
+
11880
+ In order to autoload safely at boot time, please wrap your code in a reloader
11881
+ callback this way:
11882
+
11883
+ Rails.application.reloader.to_prepare do
11884
+ # Autoload classes and modules needed at boot time here.
11885
+ end
11886
+
11887
+ That block runs when the application boots, and every time there is a reload.
11888
+ For historical reasons, it may run twice, so it has to be idempotent.
11889
+
11890
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11891
+ Rails autoloads and reloads.
11892
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11893
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11894
+
11895
+ Being able to do this is deprecated. Autoloading during initialization is going
11896
+ to be an error condition in future versions of Rails.
11897
+
11898
+ Reloading does not reboot the application, and therefore code executed during
11899
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11900
+ the expected changes won't be reflected in that stale Module object.
11901
+
11902
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11903
+
11904
+ In order to autoload safely at boot time, please wrap your code in a reloader
11905
+ callback this way:
11906
+
11907
+ Rails.application.reloader.to_prepare do
11908
+ # Autoload classes and modules needed at boot time here.
11909
+ end
11910
+
11911
+ That block runs when the application boots, and every time there is a reload.
11912
+ For historical reasons, it may run twice, so it has to be idempotent.
11913
+
11914
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11915
+ Rails autoloads and reloads.
11916
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11917
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11918
+
11919
+ Being able to do this is deprecated. Autoloading during initialization is going
11920
+ to be an error condition in future versions of Rails.
11921
+
11922
+ Reloading does not reboot the application, and therefore code executed during
11923
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11924
+ the expected changes won't be reflected in that stale Module object.
11925
+
11926
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11927
+
11928
+ In order to autoload safely at boot time, please wrap your code in a reloader
11929
+ callback this way:
11930
+
11931
+ Rails.application.reloader.to_prepare do
11932
+ # Autoload classes and modules needed at boot time here.
11933
+ end
11934
+
11935
+ That block runs when the application boots, and every time there is a reload.
11936
+ For historical reasons, it may run twice, so it has to be idempotent.
11937
+
11938
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11939
+ Rails autoloads and reloads.
11940
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11941
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11942
+
11943
+ Being able to do this is deprecated. Autoloading during initialization is going
11944
+ to be an error condition in future versions of Rails.
11945
+
11946
+ Reloading does not reboot the application, and therefore code executed during
11947
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11948
+ the expected changes won't be reflected in that stale Module object.
11949
+
11950
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11951
+
11952
+ In order to autoload safely at boot time, please wrap your code in a reloader
11953
+ callback this way:
11954
+
11955
+ Rails.application.reloader.to_prepare do
11956
+ # Autoload classes and modules needed at boot time here.
11957
+ end
11958
+
11959
+ That block runs when the application boots, and every time there is a reload.
11960
+ For historical reasons, it may run twice, so it has to be idempotent.
11961
+
11962
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11963
+ Rails autoloads and reloads.
11964
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11965
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11966
+
11967
+ Being able to do this is deprecated. Autoloading during initialization is going
11968
+ to be an error condition in future versions of Rails.
11969
+
11970
+ Reloading does not reboot the application, and therefore code executed during
11971
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11972
+ the expected changes won't be reflected in that stale Module object.
11973
+
11974
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11975
+
11976
+ In order to autoload safely at boot time, please wrap your code in a reloader
11977
+ callback this way:
11978
+
11979
+ Rails.application.reloader.to_prepare do
11980
+ # Autoload classes and modules needed at boot time here.
11981
+ end
11982
+
11983
+ That block runs when the application boots, and every time there is a reload.
11984
+ For historical reasons, it may run twice, so it has to be idempotent.
11985
+
11986
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
11987
+ Rails autoloads and reloads.
11988
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
11989
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
11990
+
11991
+ Being able to do this is deprecated. Autoloading during initialization is going
11992
+ to be an error condition in future versions of Rails.
11993
+
11994
+ Reloading does not reboot the application, and therefore code executed during
11995
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
11996
+ the expected changes won't be reflected in that stale Module object.
11997
+
11998
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
11999
+
12000
+ In order to autoload safely at boot time, please wrap your code in a reloader
12001
+ callback this way:
12002
+
12003
+ Rails.application.reloader.to_prepare do
12004
+ # Autoload classes and modules needed at boot time here.
12005
+ end
12006
+
12007
+ That block runs when the application boots, and every time there is a reload.
12008
+ For historical reasons, it may run twice, so it has to be idempotent.
12009
+
12010
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12011
+ Rails autoloads and reloads.
12012
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12013
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12014
+
12015
+ Being able to do this is deprecated. Autoloading during initialization is going
12016
+ to be an error condition in future versions of Rails.
12017
+
12018
+ Reloading does not reboot the application, and therefore code executed during
12019
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12020
+ the expected changes won't be reflected in that stale Module object.
12021
+
12022
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12023
+
12024
+ In order to autoload safely at boot time, please wrap your code in a reloader
12025
+ callback this way:
12026
+
12027
+ Rails.application.reloader.to_prepare do
12028
+ # Autoload classes and modules needed at boot time here.
12029
+ end
12030
+
12031
+ That block runs when the application boots, and every time there is a reload.
12032
+ For historical reasons, it may run twice, so it has to be idempotent.
12033
+
12034
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12035
+ Rails autoloads and reloads.
12036
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12037
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12038
+
12039
+ Being able to do this is deprecated. Autoloading during initialization is going
12040
+ to be an error condition in future versions of Rails.
12041
+
12042
+ Reloading does not reboot the application, and therefore code executed during
12043
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12044
+ the expected changes won't be reflected in that stale Module object.
12045
+
12046
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12047
+
12048
+ In order to autoload safely at boot time, please wrap your code in a reloader
12049
+ callback this way:
12050
+
12051
+ Rails.application.reloader.to_prepare do
12052
+ # Autoload classes and modules needed at boot time here.
12053
+ end
12054
+
12055
+ That block runs when the application boots, and every time there is a reload.
12056
+ For historical reasons, it may run twice, so it has to be idempotent.
12057
+
12058
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12059
+ Rails autoloads and reloads.
12060
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12061
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12062
+
12063
+ Being able to do this is deprecated. Autoloading during initialization is going
12064
+ to be an error condition in future versions of Rails.
12065
+
12066
+ Reloading does not reboot the application, and therefore code executed during
12067
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12068
+ the expected changes won't be reflected in that stale Module object.
12069
+
12070
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12071
+
12072
+ In order to autoload safely at boot time, please wrap your code in a reloader
12073
+ callback this way:
12074
+
12075
+ Rails.application.reloader.to_prepare do
12076
+ # Autoload classes and modules needed at boot time here.
12077
+ end
12078
+
12079
+ That block runs when the application boots, and every time there is a reload.
12080
+ For historical reasons, it may run twice, so it has to be idempotent.
12081
+
12082
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12083
+ Rails autoloads and reloads.
12084
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12085
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12086
+
12087
+ Being able to do this is deprecated. Autoloading during initialization is going
12088
+ to be an error condition in future versions of Rails.
12089
+
12090
+ Reloading does not reboot the application, and therefore code executed during
12091
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12092
+ the expected changes won't be reflected in that stale Module object.
12093
+
12094
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12095
+
12096
+ In order to autoload safely at boot time, please wrap your code in a reloader
12097
+ callback this way:
12098
+
12099
+ Rails.application.reloader.to_prepare do
12100
+ # Autoload classes and modules needed at boot time here.
12101
+ end
12102
+
12103
+ That block runs when the application boots, and every time there is a reload.
12104
+ For historical reasons, it may run twice, so it has to be idempotent.
12105
+
12106
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12107
+ Rails autoloads and reloads.
12108
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12109
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12110
+
12111
+ Being able to do this is deprecated. Autoloading during initialization is going
12112
+ to be an error condition in future versions of Rails.
12113
+
12114
+ Reloading does not reboot the application, and therefore code executed during
12115
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12116
+ the expected changes won't be reflected in that stale Module object.
12117
+
12118
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12119
+
12120
+ In order to autoload safely at boot time, please wrap your code in a reloader
12121
+ callback this way:
12122
+
12123
+ Rails.application.reloader.to_prepare do
12124
+ # Autoload classes and modules needed at boot time here.
12125
+ end
12126
+
12127
+ That block runs when the application boots, and every time there is a reload.
12128
+ For historical reasons, it may run twice, so it has to be idempotent.
12129
+
12130
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12131
+ Rails autoloads and reloads.
12132
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12133
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12134
+
12135
+ Being able to do this is deprecated. Autoloading during initialization is going
12136
+ to be an error condition in future versions of Rails.
12137
+
12138
+ Reloading does not reboot the application, and therefore code executed during
12139
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12140
+ the expected changes won't be reflected in that stale Module object.
12141
+
12142
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12143
+
12144
+ In order to autoload safely at boot time, please wrap your code in a reloader
12145
+ callback this way:
12146
+
12147
+ Rails.application.reloader.to_prepare do
12148
+ # Autoload classes and modules needed at boot time here.
12149
+ end
12150
+
12151
+ That block runs when the application boots, and every time there is a reload.
12152
+ For historical reasons, it may run twice, so it has to be idempotent.
12153
+
12154
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12155
+ Rails autoloads and reloads.
12156
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12157
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12158
+
12159
+ Being able to do this is deprecated. Autoloading during initialization is going
12160
+ to be an error condition in future versions of Rails.
12161
+
12162
+ Reloading does not reboot the application, and therefore code executed during
12163
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12164
+ the expected changes won't be reflected in that stale Module object.
12165
+
12166
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12167
+
12168
+ In order to autoload safely at boot time, please wrap your code in a reloader
12169
+ callback this way:
12170
+
12171
+ Rails.application.reloader.to_prepare do
12172
+ # Autoload classes and modules needed at boot time here.
12173
+ end
12174
+
12175
+ That block runs when the application boots, and every time there is a reload.
12176
+ For historical reasons, it may run twice, so it has to be idempotent.
12177
+
12178
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12179
+ Rails autoloads and reloads.
12180
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12181
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12182
+
12183
+ Being able to do this is deprecated. Autoloading during initialization is going
12184
+ to be an error condition in future versions of Rails.
12185
+
12186
+ Reloading does not reboot the application, and therefore code executed during
12187
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12188
+ the expected changes won't be reflected in that stale Module object.
12189
+
12190
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12191
+
12192
+ In order to autoload safely at boot time, please wrap your code in a reloader
12193
+ callback this way:
12194
+
12195
+ Rails.application.reloader.to_prepare do
12196
+ # Autoload classes and modules needed at boot time here.
12197
+ end
12198
+
12199
+ That block runs when the application boots, and every time there is a reload.
12200
+ For historical reasons, it may run twice, so it has to be idempotent.
12201
+
12202
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12203
+ Rails autoloads and reloads.
12204
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12205
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12206
+
12207
+ Being able to do this is deprecated. Autoloading during initialization is going
12208
+ to be an error condition in future versions of Rails.
12209
+
12210
+ Reloading does not reboot the application, and therefore code executed during
12211
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12212
+ the expected changes won't be reflected in that stale Module object.
12213
+
12214
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12215
+
12216
+ In order to autoload safely at boot time, please wrap your code in a reloader
12217
+ callback this way:
12218
+
12219
+ Rails.application.reloader.to_prepare do
12220
+ # Autoload classes and modules needed at boot time here.
12221
+ end
12222
+
12223
+ That block runs when the application boots, and every time there is a reload.
12224
+ For historical reasons, it may run twice, so it has to be idempotent.
12225
+
12226
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12227
+ Rails autoloads and reloads.
12228
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12229
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12230
+
12231
+ Being able to do this is deprecated. Autoloading during initialization is going
12232
+ to be an error condition in future versions of Rails.
12233
+
12234
+ Reloading does not reboot the application, and therefore code executed during
12235
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12236
+ the expected changes won't be reflected in that stale Module object.
12237
+
12238
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12239
+
12240
+ In order to autoload safely at boot time, please wrap your code in a reloader
12241
+ callback this way:
12242
+
12243
+ Rails.application.reloader.to_prepare do
12244
+ # Autoload classes and modules needed at boot time here.
12245
+ end
12246
+
12247
+ That block runs when the application boots, and every time there is a reload.
12248
+ For historical reasons, it may run twice, so it has to be idempotent.
12249
+
12250
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12251
+ Rails autoloads and reloads.
12252
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12253
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12254
+
12255
+ Being able to do this is deprecated. Autoloading during initialization is going
12256
+ to be an error condition in future versions of Rails.
12257
+
12258
+ Reloading does not reboot the application, and therefore code executed during
12259
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12260
+ the expected changes won't be reflected in that stale Module object.
12261
+
12262
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12263
+
12264
+ In order to autoload safely at boot time, please wrap your code in a reloader
12265
+ callback this way:
12266
+
12267
+ Rails.application.reloader.to_prepare do
12268
+ # Autoload classes and modules needed at boot time here.
12269
+ end
12270
+
12271
+ That block runs when the application boots, and every time there is a reload.
12272
+ For historical reasons, it may run twice, so it has to be idempotent.
12273
+
12274
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12275
+ Rails autoloads and reloads.
12276
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12277
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12278
+
12279
+ Being able to do this is deprecated. Autoloading during initialization is going
12280
+ to be an error condition in future versions of Rails.
12281
+
12282
+ Reloading does not reboot the application, and therefore code executed during
12283
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12284
+ the expected changes won't be reflected in that stale Module object.
12285
+
12286
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12287
+
12288
+ In order to autoload safely at boot time, please wrap your code in a reloader
12289
+ callback this way:
12290
+
12291
+ Rails.application.reloader.to_prepare do
12292
+ # Autoload classes and modules needed at boot time here.
12293
+ end
12294
+
12295
+ That block runs when the application boots, and every time there is a reload.
12296
+ For historical reasons, it may run twice, so it has to be idempotent.
12297
+
12298
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12299
+ Rails autoloads and reloads.
12300
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12301
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12302
+
12303
+ Being able to do this is deprecated. Autoloading during initialization is going
12304
+ to be an error condition in future versions of Rails.
12305
+
12306
+ Reloading does not reboot the application, and therefore code executed during
12307
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12308
+ the expected changes won't be reflected in that stale Module object.
12309
+
12310
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12311
+
12312
+ In order to autoload safely at boot time, please wrap your code in a reloader
12313
+ callback this way:
12314
+
12315
+ Rails.application.reloader.to_prepare do
12316
+ # Autoload classes and modules needed at boot time here.
12317
+ end
12318
+
12319
+ That block runs when the application boots, and every time there is a reload.
12320
+ For historical reasons, it may run twice, so it has to be idempotent.
12321
+
12322
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12323
+ Rails autoloads and reloads.
12324
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12325
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12326
+
12327
+ Being able to do this is deprecated. Autoloading during initialization is going
12328
+ to be an error condition in future versions of Rails.
12329
+
12330
+ Reloading does not reboot the application, and therefore code executed during
12331
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12332
+ the expected changes won't be reflected in that stale Module object.
12333
+
12334
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12335
+
12336
+ In order to autoload safely at boot time, please wrap your code in a reloader
12337
+ callback this way:
12338
+
12339
+ Rails.application.reloader.to_prepare do
12340
+ # Autoload classes and modules needed at boot time here.
12341
+ end
12342
+
12343
+ That block runs when the application boots, and every time there is a reload.
12344
+ For historical reasons, it may run twice, so it has to be idempotent.
12345
+
12346
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12347
+ Rails autoloads and reloads.
12348
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12349
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12350
+
12351
+ Being able to do this is deprecated. Autoloading during initialization is going
12352
+ to be an error condition in future versions of Rails.
12353
+
12354
+ Reloading does not reboot the application, and therefore code executed during
12355
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12356
+ the expected changes won't be reflected in that stale Module object.
12357
+
12358
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12359
+
12360
+ In order to autoload safely at boot time, please wrap your code in a reloader
12361
+ callback this way:
12362
+
12363
+ Rails.application.reloader.to_prepare do
12364
+ # Autoload classes and modules needed at boot time here.
12365
+ end
12366
+
12367
+ That block runs when the application boots, and every time there is a reload.
12368
+ For historical reasons, it may run twice, so it has to be idempotent.
12369
+
12370
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12371
+ Rails autoloads and reloads.
12372
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12373
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12374
+
12375
+ Being able to do this is deprecated. Autoloading during initialization is going
12376
+ to be an error condition in future versions of Rails.
12377
+
12378
+ Reloading does not reboot the application, and therefore code executed during
12379
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12380
+ the expected changes won't be reflected in that stale Module object.
12381
+
12382
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12383
+
12384
+ In order to autoload safely at boot time, please wrap your code in a reloader
12385
+ callback this way:
12386
+
12387
+ Rails.application.reloader.to_prepare do
12388
+ # Autoload classes and modules needed at boot time here.
12389
+ end
12390
+
12391
+ That block runs when the application boots, and every time there is a reload.
12392
+ For historical reasons, it may run twice, so it has to be idempotent.
12393
+
12394
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12395
+ Rails autoloads and reloads.
12396
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12397
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12398
+
12399
+ Being able to do this is deprecated. Autoloading during initialization is going
12400
+ to be an error condition in future versions of Rails.
12401
+
12402
+ Reloading does not reboot the application, and therefore code executed during
12403
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12404
+ the expected changes won't be reflected in that stale Module object.
12405
+
12406
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12407
+
12408
+ In order to autoload safely at boot time, please wrap your code in a reloader
12409
+ callback this way:
12410
+
12411
+ Rails.application.reloader.to_prepare do
12412
+ # Autoload classes and modules needed at boot time here.
12413
+ end
12414
+
12415
+ That block runs when the application boots, and every time there is a reload.
12416
+ For historical reasons, it may run twice, so it has to be idempotent.
12417
+
12418
+ Check the "Autoloading and Reloading Constants" guide to learn more about how
12419
+ Rails autoloads and reloads.
12420
+ (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
12421
+ DEPRECATION WARNING: Initialization autoloaded the constants Apidae::ApidaeHelper, Apidae::ApplicationHelper, Apidae::ApiHelper, Apidae::DashboardHelper, Apidae::ExtendableHelper, Apidae::ImportHelper, Apidae::ObjectsHelper, Apidae::ReferencesHelper, Apidae::SelectionsHelper, and Apidae::ApplicationController.
12422
+
12423
+ Being able to do this is deprecated. Autoloading during initialization is going
12424
+ to be an error condition in future versions of Rails.
12425
+
12426
+ Reloading does not reboot the application, and therefore code executed during
12427
+ initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
12428
+ the expected changes won't be reflected in that stale Module object.
12429
+
12430
+ `config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
12431
+
12432
+ In order to autoload safely at boot time, please wrap your code in a reloader
12433
+ callback this way:
12434
+
12435
+ Rails.application.reloader.to_prepare do
12436
+ # Autoload classes and modules needed at boot time here.
12437
+ end
12438
+
12439
+ That block runs when the application boots, and every time there is a reload.
12440
+ For historical reasons, it may run twice, so it has to be idempotent.
12441
+
10712
12442
  Check the "Autoloading and Reloading Constants" guide to learn more about how
10713
12443
  Rails autoloads and reloads.
10714
12444
  (called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)