apidae 1.4.21 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/apidae/objects_controller.rb +7 -0
- data/app/controllers/apidae/projects_controller.rb +1 -7
- data/app/models/apidae/apidae_data_parser.rb +2 -4
- data/app/models/apidae/obj.rb +28 -2
- data/app/models/apidae/selection.rb +0 -3
- data/app/views/apidae/objects/search.html.erb +49 -0
- data/config/initializers/constants.rb +3 -3
- data/config/initializers/search.rb +23 -0
- data/config/locales/apidae.fr.yml +1 -1
- data/config/routes.rb +2 -4
- data/db/migrate/20250129190137_create_pg_search_documents.rb +17 -0
- data/db/migrate/20250130110941_add_columns_to_pg_search_documents.rb +10 -0
- data/db/migrate/20250130120941_add_tsv_column_to_pg_search_documents.rb +22 -0
- data/db/migrate/20250130152441_add_gin_index_to_pg_search_documents.rb +7 -0
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/bin/rails +3 -3
- data/test/dummy/bin/rake +2 -2
- data/test/dummy/bin/setup +21 -13
- data/test/dummy/config/application.rb +21 -13
- data/test/dummy/config/boot.rb +2 -4
- data/test/dummy/config/cable.yml +10 -0
- data/test/dummy/config/environment.rb +1 -1
- data/test/dummy/config/environments/development.rb +53 -19
- data/test/dummy/config/environments/production.rb +56 -36
- data/test/dummy/config/environments/test.rb +44 -19
- data/test/dummy/config/initializers/apidae.rb +7 -5
- data/test/dummy/config/initializers/content_security_policy.rb +25 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +6 -2
- data/test/dummy/config/initializers/inflections.rb +4 -4
- data/test/dummy/config/initializers/new_framework_defaults_7_2.rb +70 -0
- data/test/dummy/config/initializers/permissions_policy.rb +13 -0
- data/test/dummy/config/puma.rb +34 -0
- data/test/dummy/config/storage.yml +34 -0
- data/test/dummy/db/migrate/20250129172254_add_service_name_to_active_storage_blobs.active_storage.rb +22 -0
- data/test/dummy/db/migrate/20250129172255_create_active_storage_variant_records.active_storage.rb +27 -0
- data/test/dummy/db/migrate/20250129172256_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb +8 -0
- data/test/dummy/log/development.log +0 -398
- data/test/dummy/public/404.html +6 -6
- data/test/dummy/public/406-unsupported-browser.html +66 -0
- data/test/dummy/public/422.html +6 -6
- data/test/dummy/public/500.html +6 -6
- data/test/dummy/public/icon.png +0 -0
- data/test/dummy/public/icon.svg +3 -0
- data/test/dummy/public/robots.txt +1 -0
- metadata +105 -66
- data/db/migrate/20250323201235_change_objs_certifications_structure.rb +0 -15
- data/test/dummy/app/assets/config/manifest.js +0 -1
- data/test/dummy/app/assets/stylesheets/application.css +0 -15
- data/test/dummy/config/initializers/assets.rb +0 -11
|
@@ -13845,401 +13845,3 @@ Migrating to MigrateLocalizedApidaeObjFields (20190127210921)
|
|
|
13845
13845
|
[1m[36mApidae::Obj Load (2.4ms)[0m [1m[34mSELECT "apidae_objs".* FROM "apidae_objs" WHERE "apidae_objs"."root_obj_id" IS NULL[0m
|
|
13846
13846
|
[1m[36mTRANSACTION (0.8ms)[0m [1m[31mROLLBACK[0m
|
|
13847
13847
|
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
|
13848
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT pg_try_advisory_lock(6140174353533887940)[0m
|
|
13849
|
-
[1m[36mActiveRecord::SchemaMigration Load (1.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
13850
|
-
[1m[36mActiveRecord::InternalMetadata Load (2.2ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
|
13851
|
-
Migrating to MigrateLocalizedApidaeReferences (20190127213602)
|
|
13852
|
-
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mBEGIN[0m
|
|
13853
|
-
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mROLLBACK[0m
|
|
13854
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
|
13855
|
-
[1m[35m (2.0ms)[0m [1m[34mSELECT pg_try_advisory_lock(6140174353533887940)[0m
|
|
13856
|
-
[1m[36mActiveRecord::SchemaMigration Load (1.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
13857
|
-
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
|
13858
|
-
Migrating to MigrateLocalizedApidaeReferences (20190127213602)
|
|
13859
|
-
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mBEGIN[0m
|
|
13860
|
-
[1m[36mTRANSACTION (0.6ms)[0m [1m[31mROLLBACK[0m
|
|
13861
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
|
13862
|
-
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.
|
|
13863
|
-
|
|
13864
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13865
|
-
to be an error condition in future versions of Rails.
|
|
13866
|
-
|
|
13867
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13868
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13869
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13870
|
-
|
|
13871
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13872
|
-
|
|
13873
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13874
|
-
callback this way:
|
|
13875
|
-
|
|
13876
|
-
Rails.application.reloader.to_prepare do
|
|
13877
|
-
# Autoload classes and modules needed at boot time here.
|
|
13878
|
-
end
|
|
13879
|
-
|
|
13880
|
-
That block runs when the application boots, and every time there is a reload.
|
|
13881
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
13882
|
-
|
|
13883
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
13884
|
-
Rails autoloads and reloads.
|
|
13885
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
13886
|
-
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.
|
|
13887
|
-
|
|
13888
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13889
|
-
to be an error condition in future versions of Rails.
|
|
13890
|
-
|
|
13891
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13892
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13893
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13894
|
-
|
|
13895
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13896
|
-
|
|
13897
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13898
|
-
callback this way:
|
|
13899
|
-
|
|
13900
|
-
Rails.application.reloader.to_prepare do
|
|
13901
|
-
# Autoload classes and modules needed at boot time here.
|
|
13902
|
-
end
|
|
13903
|
-
|
|
13904
|
-
That block runs when the application boots, and every time there is a reload.
|
|
13905
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
13906
|
-
|
|
13907
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
13908
|
-
Rails autoloads and reloads.
|
|
13909
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
13910
|
-
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.
|
|
13911
|
-
|
|
13912
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13913
|
-
to be an error condition in future versions of Rails.
|
|
13914
|
-
|
|
13915
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13916
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13917
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13918
|
-
|
|
13919
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13920
|
-
|
|
13921
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13922
|
-
callback this way:
|
|
13923
|
-
|
|
13924
|
-
Rails.application.reloader.to_prepare do
|
|
13925
|
-
# Autoload classes and modules needed at boot time here.
|
|
13926
|
-
end
|
|
13927
|
-
|
|
13928
|
-
That block runs when the application boots, and every time there is a reload.
|
|
13929
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
13930
|
-
|
|
13931
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
13932
|
-
Rails autoloads and reloads.
|
|
13933
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
13934
|
-
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.
|
|
13935
|
-
|
|
13936
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13937
|
-
to be an error condition in future versions of Rails.
|
|
13938
|
-
|
|
13939
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13940
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13941
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13942
|
-
|
|
13943
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13944
|
-
|
|
13945
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13946
|
-
callback this way:
|
|
13947
|
-
|
|
13948
|
-
Rails.application.reloader.to_prepare do
|
|
13949
|
-
# Autoload classes and modules needed at boot time here.
|
|
13950
|
-
end
|
|
13951
|
-
|
|
13952
|
-
That block runs when the application boots, and every time there is a reload.
|
|
13953
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
13954
|
-
|
|
13955
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
13956
|
-
Rails autoloads and reloads.
|
|
13957
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
13958
|
-
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.
|
|
13959
|
-
|
|
13960
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13961
|
-
to be an error condition in future versions of Rails.
|
|
13962
|
-
|
|
13963
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13964
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13965
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13966
|
-
|
|
13967
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13968
|
-
|
|
13969
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13970
|
-
callback this way:
|
|
13971
|
-
|
|
13972
|
-
Rails.application.reloader.to_prepare do
|
|
13973
|
-
# Autoload classes and modules needed at boot time here.
|
|
13974
|
-
end
|
|
13975
|
-
|
|
13976
|
-
That block runs when the application boots, and every time there is a reload.
|
|
13977
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
13978
|
-
|
|
13979
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
13980
|
-
Rails autoloads and reloads.
|
|
13981
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
13982
|
-
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.
|
|
13983
|
-
|
|
13984
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
13985
|
-
to be an error condition in future versions of Rails.
|
|
13986
|
-
|
|
13987
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
13988
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
13989
|
-
the expected changes won't be reflected in that stale Module object.
|
|
13990
|
-
|
|
13991
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
13992
|
-
|
|
13993
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
13994
|
-
callback this way:
|
|
13995
|
-
|
|
13996
|
-
Rails.application.reloader.to_prepare do
|
|
13997
|
-
# Autoload classes and modules needed at boot time here.
|
|
13998
|
-
end
|
|
13999
|
-
|
|
14000
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14001
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14002
|
-
|
|
14003
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14004
|
-
Rails autoloads and reloads.
|
|
14005
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14006
|
-
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.
|
|
14007
|
-
|
|
14008
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14009
|
-
to be an error condition in future versions of Rails.
|
|
14010
|
-
|
|
14011
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14012
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14013
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14014
|
-
|
|
14015
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14016
|
-
|
|
14017
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14018
|
-
callback this way:
|
|
14019
|
-
|
|
14020
|
-
Rails.application.reloader.to_prepare do
|
|
14021
|
-
# Autoload classes and modules needed at boot time here.
|
|
14022
|
-
end
|
|
14023
|
-
|
|
14024
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14025
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14026
|
-
|
|
14027
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14028
|
-
Rails autoloads and reloads.
|
|
14029
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14030
|
-
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.
|
|
14031
|
-
|
|
14032
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14033
|
-
to be an error condition in future versions of Rails.
|
|
14034
|
-
|
|
14035
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14036
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14037
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14038
|
-
|
|
14039
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14040
|
-
|
|
14041
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14042
|
-
callback this way:
|
|
14043
|
-
|
|
14044
|
-
Rails.application.reloader.to_prepare do
|
|
14045
|
-
# Autoload classes and modules needed at boot time here.
|
|
14046
|
-
end
|
|
14047
|
-
|
|
14048
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14049
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14050
|
-
|
|
14051
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14052
|
-
Rails autoloads and reloads.
|
|
14053
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14054
|
-
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.
|
|
14055
|
-
|
|
14056
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14057
|
-
to be an error condition in future versions of Rails.
|
|
14058
|
-
|
|
14059
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14060
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14061
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14062
|
-
|
|
14063
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14064
|
-
|
|
14065
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14066
|
-
callback this way:
|
|
14067
|
-
|
|
14068
|
-
Rails.application.reloader.to_prepare do
|
|
14069
|
-
# Autoload classes and modules needed at boot time here.
|
|
14070
|
-
end
|
|
14071
|
-
|
|
14072
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14073
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14074
|
-
|
|
14075
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14076
|
-
Rails autoloads and reloads.
|
|
14077
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14078
|
-
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.
|
|
14079
|
-
|
|
14080
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14081
|
-
to be an error condition in future versions of Rails.
|
|
14082
|
-
|
|
14083
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14084
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14085
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14086
|
-
|
|
14087
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14088
|
-
|
|
14089
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14090
|
-
callback this way:
|
|
14091
|
-
|
|
14092
|
-
Rails.application.reloader.to_prepare do
|
|
14093
|
-
# Autoload classes and modules needed at boot time here.
|
|
14094
|
-
end
|
|
14095
|
-
|
|
14096
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14097
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14098
|
-
|
|
14099
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14100
|
-
Rails autoloads and reloads.
|
|
14101
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14102
|
-
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.
|
|
14103
|
-
|
|
14104
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14105
|
-
to be an error condition in future versions of Rails.
|
|
14106
|
-
|
|
14107
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14108
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14109
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14110
|
-
|
|
14111
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14112
|
-
|
|
14113
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14114
|
-
callback this way:
|
|
14115
|
-
|
|
14116
|
-
Rails.application.reloader.to_prepare do
|
|
14117
|
-
# Autoload classes and modules needed at boot time here.
|
|
14118
|
-
end
|
|
14119
|
-
|
|
14120
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14121
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14122
|
-
|
|
14123
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14124
|
-
Rails autoloads and reloads.
|
|
14125
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14126
|
-
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.
|
|
14127
|
-
|
|
14128
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14129
|
-
to be an error condition in future versions of Rails.
|
|
14130
|
-
|
|
14131
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14132
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14133
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14134
|
-
|
|
14135
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14136
|
-
|
|
14137
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14138
|
-
callback this way:
|
|
14139
|
-
|
|
14140
|
-
Rails.application.reloader.to_prepare do
|
|
14141
|
-
# Autoload classes and modules needed at boot time here.
|
|
14142
|
-
end
|
|
14143
|
-
|
|
14144
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14145
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14146
|
-
|
|
14147
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14148
|
-
Rails autoloads and reloads.
|
|
14149
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14150
|
-
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.
|
|
14151
|
-
|
|
14152
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14153
|
-
to be an error condition in future versions of Rails.
|
|
14154
|
-
|
|
14155
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14156
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14157
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14158
|
-
|
|
14159
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14160
|
-
|
|
14161
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14162
|
-
callback this way:
|
|
14163
|
-
|
|
14164
|
-
Rails.application.reloader.to_prepare do
|
|
14165
|
-
# Autoload classes and modules needed at boot time here.
|
|
14166
|
-
end
|
|
14167
|
-
|
|
14168
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14169
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14170
|
-
|
|
14171
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14172
|
-
Rails autoloads and reloads.
|
|
14173
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14174
|
-
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.
|
|
14175
|
-
|
|
14176
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14177
|
-
to be an error condition in future versions of Rails.
|
|
14178
|
-
|
|
14179
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14180
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14181
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14182
|
-
|
|
14183
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14184
|
-
|
|
14185
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14186
|
-
callback this way:
|
|
14187
|
-
|
|
14188
|
-
Rails.application.reloader.to_prepare do
|
|
14189
|
-
# Autoload classes and modules needed at boot time here.
|
|
14190
|
-
end
|
|
14191
|
-
|
|
14192
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14193
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14194
|
-
|
|
14195
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14196
|
-
Rails autoloads and reloads.
|
|
14197
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14198
|
-
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.
|
|
14199
|
-
|
|
14200
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14201
|
-
to be an error condition in future versions of Rails.
|
|
14202
|
-
|
|
14203
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14204
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14205
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14206
|
-
|
|
14207
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14208
|
-
|
|
14209
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14210
|
-
callback this way:
|
|
14211
|
-
|
|
14212
|
-
Rails.application.reloader.to_prepare do
|
|
14213
|
-
# Autoload classes and modules needed at boot time here.
|
|
14214
|
-
end
|
|
14215
|
-
|
|
14216
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14217
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14218
|
-
|
|
14219
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14220
|
-
Rails autoloads and reloads.
|
|
14221
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
|
14222
|
-
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.
|
|
14223
|
-
|
|
14224
|
-
Being able to do this is deprecated. Autoloading during initialization is going
|
|
14225
|
-
to be an error condition in future versions of Rails.
|
|
14226
|
-
|
|
14227
|
-
Reloading does not reboot the application, and therefore code executed during
|
|
14228
|
-
initialization does not run again. So, if you reload Apidae::ApidaeHelper, for example,
|
|
14229
|
-
the expected changes won't be reflected in that stale Module object.
|
|
14230
|
-
|
|
14231
|
-
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
|
|
14232
|
-
|
|
14233
|
-
In order to autoload safely at boot time, please wrap your code in a reloader
|
|
14234
|
-
callback this way:
|
|
14235
|
-
|
|
14236
|
-
Rails.application.reloader.to_prepare do
|
|
14237
|
-
# Autoload classes and modules needed at boot time here.
|
|
14238
|
-
end
|
|
14239
|
-
|
|
14240
|
-
That block runs when the application boots, and every time there is a reload.
|
|
14241
|
-
For historical reasons, it may run twice, so it has to be idempotent.
|
|
14242
|
-
|
|
14243
|
-
Check the "Autoloading and Reloading Constants" guide to learn more about how
|
|
14244
|
-
Rails autoloads and reloads.
|
|
14245
|
-
(called from <top (required)> at /Users/jbvilain/workspace/code/apidae-engine-rails/test/dummy/config/environment.rb:5)
|
data/test/dummy/public/404.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<title>The page you were looking for doesn't exist (404)</title>
|
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
6
|
<style>
|
|
7
|
-
|
|
7
|
+
.rails-default-error-page {
|
|
8
8
|
background-color: #EFEFEF;
|
|
9
9
|
color: #2E2F30;
|
|
10
10
|
text-align: center;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
margin: 0;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
div.dialog {
|
|
15
|
+
.rails-default-error-page div.dialog {
|
|
16
16
|
width: 95%;
|
|
17
17
|
max-width: 33em;
|
|
18
18
|
margin: 4em auto 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
div.dialog > div {
|
|
21
|
+
.rails-default-error-page div.dialog > div {
|
|
22
22
|
border: 1px solid #CCC;
|
|
23
23
|
border-right-color: #999;
|
|
24
24
|
border-left-color: #999;
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
h1 {
|
|
34
|
+
.rails-default-error-page h1 {
|
|
35
35
|
font-size: 100%;
|
|
36
36
|
color: #730E15;
|
|
37
37
|
line-height: 1.5em;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
div.dialog > p {
|
|
40
|
+
.rails-default-error-page div.dialog > p {
|
|
41
41
|
margin: 0 0 1em;
|
|
42
42
|
padding: 1em;
|
|
43
43
|
background-color: #F7F7F7;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</style>
|
|
55
55
|
</head>
|
|
56
56
|
|
|
57
|
-
<body>
|
|
57
|
+
<body class="rails-default-error-page">
|
|
58
58
|
<!-- This file lives in public/404.html -->
|
|
59
59
|
<div class="dialog">
|
|
60
60
|
<div>
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>Your browser is not supported (406)</title>
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<style>
|
|
7
|
+
.rails-default-error-page {
|
|
8
|
+
background-color: #EFEFEF;
|
|
9
|
+
color: #2E2F30;
|
|
10
|
+
text-align: center;
|
|
11
|
+
font-family: arial, sans-serif;
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.rails-default-error-page div.dialog {
|
|
16
|
+
width: 95%;
|
|
17
|
+
max-width: 33em;
|
|
18
|
+
margin: 4em auto 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.rails-default-error-page div.dialog > div {
|
|
22
|
+
border: 1px solid #CCC;
|
|
23
|
+
border-right-color: #999;
|
|
24
|
+
border-left-color: #999;
|
|
25
|
+
border-bottom-color: #BBB;
|
|
26
|
+
border-top: #B00100 solid 4px;
|
|
27
|
+
border-top-left-radius: 9px;
|
|
28
|
+
border-top-right-radius: 9px;
|
|
29
|
+
background-color: white;
|
|
30
|
+
padding: 7px 12% 0;
|
|
31
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.rails-default-error-page h1 {
|
|
35
|
+
font-size: 100%;
|
|
36
|
+
color: #730E15;
|
|
37
|
+
line-height: 1.5em;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.rails-default-error-page div.dialog > p {
|
|
41
|
+
margin: 0 0 1em;
|
|
42
|
+
padding: 1em;
|
|
43
|
+
background-color: #F7F7F7;
|
|
44
|
+
border: 1px solid #CCC;
|
|
45
|
+
border-right-color: #999;
|
|
46
|
+
border-left-color: #999;
|
|
47
|
+
border-bottom-color: #999;
|
|
48
|
+
border-bottom-left-radius: 4px;
|
|
49
|
+
border-bottom-right-radius: 4px;
|
|
50
|
+
border-top-color: #DADADA;
|
|
51
|
+
color: #666;
|
|
52
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
|
53
|
+
}
|
|
54
|
+
</style>
|
|
55
|
+
</head>
|
|
56
|
+
|
|
57
|
+
<body class="rails-default-error-page">
|
|
58
|
+
<!-- This file lives in public/406-unsupported-browser.html -->
|
|
59
|
+
<div class="dialog">
|
|
60
|
+
<div>
|
|
61
|
+
<h1>Your browser is not supported.</h1>
|
|
62
|
+
<p>Please upgrade your browser to continue.</p>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</body>
|
|
66
|
+
</html>
|
data/test/dummy/public/422.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<title>The change you wanted was rejected (422)</title>
|
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
6
|
<style>
|
|
7
|
-
|
|
7
|
+
.rails-default-error-page {
|
|
8
8
|
background-color: #EFEFEF;
|
|
9
9
|
color: #2E2F30;
|
|
10
10
|
text-align: center;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
margin: 0;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
div.dialog {
|
|
15
|
+
.rails-default-error-page div.dialog {
|
|
16
16
|
width: 95%;
|
|
17
17
|
max-width: 33em;
|
|
18
18
|
margin: 4em auto 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
div.dialog > div {
|
|
21
|
+
.rails-default-error-page div.dialog > div {
|
|
22
22
|
border: 1px solid #CCC;
|
|
23
23
|
border-right-color: #999;
|
|
24
24
|
border-left-color: #999;
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
h1 {
|
|
34
|
+
.rails-default-error-page h1 {
|
|
35
35
|
font-size: 100%;
|
|
36
36
|
color: #730E15;
|
|
37
37
|
line-height: 1.5em;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
div.dialog > p {
|
|
40
|
+
.rails-default-error-page div.dialog > p {
|
|
41
41
|
margin: 0 0 1em;
|
|
42
42
|
padding: 1em;
|
|
43
43
|
background-color: #F7F7F7;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</style>
|
|
55
55
|
</head>
|
|
56
56
|
|
|
57
|
-
<body>
|
|
57
|
+
<body class="rails-default-error-page">
|
|
58
58
|
<!-- This file lives in public/422.html -->
|
|
59
59
|
<div class="dialog">
|
|
60
60
|
<div>
|
data/test/dummy/public/500.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<title>We're sorry, but something went wrong (500)</title>
|
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
6
|
<style>
|
|
7
|
-
|
|
7
|
+
.rails-default-error-page {
|
|
8
8
|
background-color: #EFEFEF;
|
|
9
9
|
color: #2E2F30;
|
|
10
10
|
text-align: center;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
margin: 0;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
div.dialog {
|
|
15
|
+
.rails-default-error-page div.dialog {
|
|
16
16
|
width: 95%;
|
|
17
17
|
max-width: 33em;
|
|
18
18
|
margin: 4em auto 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
div.dialog > div {
|
|
21
|
+
.rails-default-error-page div.dialog > div {
|
|
22
22
|
border: 1px solid #CCC;
|
|
23
23
|
border-right-color: #999;
|
|
24
24
|
border-left-color: #999;
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
h1 {
|
|
34
|
+
.rails-default-error-page h1 {
|
|
35
35
|
font-size: 100%;
|
|
36
36
|
color: #730E15;
|
|
37
37
|
line-height: 1.5em;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
div.dialog > p {
|
|
40
|
+
.rails-default-error-page div.dialog > p {
|
|
41
41
|
margin: 0 0 1em;
|
|
42
42
|
padding: 1em;
|
|
43
43
|
background-color: #F7F7F7;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</style>
|
|
55
55
|
</head>
|
|
56
56
|
|
|
57
|
-
<body>
|
|
57
|
+
<body class="rails-default-error-page">
|
|
58
58
|
<!-- This file lives in public/500.html -->
|
|
59
59
|
<div class="dialog">
|
|
60
60
|
<div>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
|