satria@teddy:~/Documents/projects/sharetribe$ bundle exec rake db:create db:structure:load
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/home/satria/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/oj-3.13.11/lib/oj/oj.so: warning: undefining the allocator of T_DATA class Oj::Cache
DEPRECATION WARNING: The factory_girl gem is deprecated. Please upgrade to factory_bot. See https://github.com/thoughtbot/factory_bot/blob/v4.9.0/UPGRADE_FROM_FACTORY_GIRL.md for further instructions. (called from <top (required)> at /home/satria/Documents/projects/sharetribe/config/application.rb:20)
WARN DEPRECATION WARNING: Initialization autoloaded the constants ApplicationRecord, ErrorsHelper, ApplicationHelper, DeletePerson, Person::ToView, Person, Person::OmniauthService, Maintenance, and UUIDUtils.
Being able to do this is deprecated. Autoloading during initialization is going
to be an error condition in future versions of Rails.
Reloading does not reboot the application, and therefore code executed during
initialization does not run again. So, if you reload ApplicationRecord, for example,
the expected changes won't be reflected in that stale Class object.
`config.autoloader` is set to `classic`. These autoloaded constants would have been unloaded if `config.autoloader` had been set to `:zeitwerk`.
In order to autoload safely at boot time, please wrap your code in a reloader
callback this way:
Rails.application.reloader.to_prepare do
# Autoload classes and modules needed at boot time here.
end
That block runs when the application boots, and every time there is a reload.
For historical reasons, it may run twice, so it has to be idempotent.
Check the "Autoloading and Reloading Constants" guide to learn more about how
Rails autoloads and reloads.
(called from <main> at /home/satria/Documents/projects/sharetribe/config/environment.rb:26)
DEBUG (0.2ms) CREATE DATABASE `sharetribe_development` DEFAULT CHARACTER SET `utf8`
Created database 'sharetribe_development'
DEBUG (0.2ms) CREATE DATABASE `sharetribe_test` DEFAULT CHARACTER SET `utf8`
Created database 'sharetribe_test'
WARN DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 7.0. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /home/satria/.rbenv/versions/3.2.2/bin/rake:25)
DEBUG ActiveRecord::InternalMetadata Load (0.3ms) SELECT `ar_internal_metadata`.* FROM `ar_internal_metadata` WHERE `ar_internal_metadata`.`key` = 'environment' LIMIT 1
DEBUG TRANSACTION (0.2ms) BEGIN
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO `ar_internal_metadata` (`key`, `value`, `created_at`, `updated_at`) VALUES ('environment', 'development', '2024-02-22 03:23:09', '2024-02-22 03:23:09')
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG TRANSACTION (1.0ms) COMMIT
DEBUG ActiveRecord::InternalMetadata Load (0.4ms) SELECT `ar_internal_metadata`.* FROM `ar_internal_metadata` WHERE `ar_internal_metadata`.`key` = 'schema_sha1' LIMIT 1
DEBUG TRANSACTION (0.2ms) BEGIN
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO `ar_internal_metadata` (`key`, `value`, `created_at`, `updated_at`) VALUES ('schema_sha1', '627924824863850e763d293bb006a8638f0b5083', '2024-02-22 03:23:09', '2024-02-22 03:23:09')
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG TRANSACTION (1.1ms) COMMIT
DEBUG ActiveRecord::InternalMetadata Load (0.7ms) SELECT `ar_internal_metadata`.* FROM `ar_internal_metadata` WHERE `ar_internal_metadata`.`key` = 'environment' LIMIT 1
DEBUG TRANSACTION (0.5ms) BEGIN
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO `ar_internal_metadata` (`key`, `value`, `created_at`, `updated_at`) VALUES ('environment', 'test', '2024-02-22 03:23:11', '2024-02-22 03:23:11')
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG TRANSACTION (1.3ms) COMMIT
DEBUG ActiveRecord::InternalMetadata Load (0.7ms) SELECT `ar_internal_metadata`.* FROM `ar_internal_metadata` WHERE `ar_internal_metadata`.`key` = 'schema_sha1' LIMIT 1
DEBUG TRANSACTION (0.5ms) BEGIN
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO `ar_internal_metadata` (`key`, `value`, `created_at`, `updated_at`) VALUES ('schema_sha1', '627924824863850e763d293bb006a8638f0b5083', '2024-02-22 03:23:11', '2024-02-22 03:23:11')
DEBUG ā³ config/initializers/demoji.rb:9:in `block in create_or_update'
DEBUG TRANSACTION (1.3ms) COMMIT