ironcamel / Dancer-Plugin-DBIC

DBIx::Class Plugin for Dancer
1 stars 13 forks source link

Added support for read slaves. #13

Closed alnewkirk closed 10 years ago

alnewkirk commented 10 years ago

@ironcamel PR updated.

ironcamel commented 10 years ago

This needs to be rebased

ironcamel commented 10 years ago

Also, the tests are failing for me on this branch:

prove -l t/05-read-slave-schema.t 
t/05-read-slave-schema.t .. 1/7 
#   Failed test 'Read slaves do not have any data'
#   at t/05-read-slave-schema.t line 47.
# Looks like you failed 1 test of 7.
t/05-read-slave-schema.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests 
ironcamel commented 10 years ago

This still needs to be rebased because it has merge conflicts. But don't worry about it. I have something coming down the pike based on this that I think you might like.

ironcamel commented 10 years ago

@alnewkirk please see https://github.com/ironcamel/Dancer-Plugin-DBIC/pull/14