1. 06 5月, 2016 1 次提交
    • A
      Refactor connection handler · b83fb847
      Arthur Neves 提交于
      ConnectionHandler will not have any knowlodge of AR models now, it will
      only know about the specs.
      Like that we can decouple the two, and allow the same model to use more
      than one connection.
      
      Historically, folks used to create abstract AR classes on the fly in
      order to have multiple connections for the same model, and override the
      connection methods.
      
      With this, now we can override the `specificiation_id` method in the
      model, to return a key, that will be used to find the connection_pool
      from the handler.
      b83fb847
  2. 05 5月, 2016 5 次提交
  3. 04 5月, 2016 10 次提交
  4. 03 5月, 2016 8 次提交
  5. 02 5月, 2016 4 次提交
  6. 01 5月, 2016 11 次提交
  7. 30 4月, 2016 1 次提交