You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your config is specifying :all => :master which will force using the master connection. Try changing to :all => :persistent to have the read pool be the default.
I want set master only for wirte operations,so i set pool_weight is zero
my database.yml like this
but when i select my data list then using master not read_pool
my application_controller.rb
why?? my step is error?
The text was updated successfully, but these errors were encountered: