Toby Murray

Results 4 comments of Toby Murray

A use case I have is that I want to use Faker to generate locale-specific data. It looks like this isn't the most standardized thing in the world, but hopefully...

I get: ``` NameError: uninitialized constant DataMigrate::ActiveRecordDatabaseTasks (NameError) schema_mapped_versions = DataMigrate::ActiveRecordDatabaseTasks.db_configs_with_versions ``` with ``` GIT remote: https://github.com/ilyakatz/data-migrate.git revision: 688316801f2f04eb53ed5165c9014f6370653a8c branch: fix-rails-6 specs: data_migrate (9.3.0) activerecord (>= 6.1) railties (>= 6.1)...

With the require added and the "repond" typo fixed I get: ``` NoMethodError: undefined method `with_temporary_pool_for_each' for module primary (NoMethodError) with_temporary_pool_for_each do |pool| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean? with_temporary_connection_for_each :187:in `loop'...

It does not appear to be fixed with 11. See https://github.com/ilyakatz/data-migrate/issues/295 and my own experience: ``` NoMethodError: undefined method `db_configs_with_versions' for module primary migrate_with_data(/home/ruby/bundle/ruby/3.3.0/gems/data_migrate-11.0.0/lib/data_migrate/database_tasks.rb:187) block (3 levels) in (/home/ruby/bundle/ruby/3.3.0/gems/data_migrate-11.0.0/tasks/databases.rake:9) block...