Misha Conway
Results
2
issues of
Misha Conway
Currently if you do: ``` sql = '....expensive sql select query.......' result = Octopus.using(:slave_group => :slave_group_a) do ActiveRecord::Base.connection.execute sql end ``` any available slave groups will be ignored and the...