Toby Pinder
Results
2
issues of
Toby Pinder
It seems there is a potential bug when the logger is not configured. The context for how I inadvertently had no logger configured is trying to use Dynamoid alongside [Ruby...
I am using a standard `:transaction` DatabaseCleaner block with rspec: ``` ruby config.around(:each) do |example| DatabaseCleaner[:active_record, connection: :test].cleaning do example.run end end ``` When trying to profile the queries in...