discourse/script/bulk_import
Loïc Guitaut ab6ca78486 FIX: Use proper ActiveRecord method in import scripts
`ActiveRecord::Base.connection_config` has been deprecated since Rails
6.1 and was completely removed from Rails 7.
Instead we need to use
`ActiveRecord::Base.connection_db_config.configuration_hash`.

Import scripts were forgotten when we did the Rails 7 upgrade, this
patch fixes them.
2022-05-09 11:09:27 +02:00
..
base.rb FIX: Use proper ActiveRecord method in import scripts 2022-05-09 11:09:27 +02:00
discourse_merger.rb FIX: Use proper ActiveRecord method in import scripts 2022-05-09 11:09:27 +02:00
phpbb_postgresql.rb DEV: Bulk imports should find existing users by email (#14468) 2021-09-29 00:20:06 +02:00
vanilla.rb DEV: Fix methods removed in Ruby 3.2 (#15459) 2022-01-05 18:45:08 +01:00
vbulletin.rb DEV: Fix methods removed in Ruby 3.2 (#15459) 2022-01-05 18:45:08 +01:00
vbulletin5.rb DEV: Fix methods removed in Ruby 3.2 (#15459) 2022-01-05 18:45:08 +01:00