Bill Wei

Results 4 comments of Bill Wei

@brendon If I add a migration in my app like ``` def change add_index :workflows, [:position, :tenant_id], unique: true end ``` In the model class I force sequential updates ```...

I have a rspec test ``` around(:each) do |example| ActsAsTenant.with_tenant(tenant) { example.run } end before { create_list(:workflow, 5) } it 'moves up a workflow position' do old_ids = Workflow.pluck(:id) Workflow.find(old_ids[3]).update(:position...

@Alex-Izquierdo should we rename range_exception to a generic name since it has nothing to do with range?

> @bzwei Is this an Ansible Runner issue? Yes, I believe so. Please take a look.