1. 30 9月, 2013 1 次提交
  2. 28 9月, 2013 1 次提交
  3. 24 9月, 2013 1 次提交
  4. 12 9月, 2013 4 次提交
  5. 01 9月, 2013 2 次提交
  6. 27 8月, 2013 1 次提交
  7. 26 8月, 2013 1 次提交
  8. 22 8月, 2013 1 次提交
  9. 17 8月, 2013 1 次提交
  10. 15 8月, 2013 1 次提交
  11. 12 8月, 2013 2 次提交
  12. 10 8月, 2013 1 次提交
  13. 09 8月, 2013 1 次提交
  14. 08 8月, 2013 3 次提交
  15. 06 8月, 2013 2 次提交
  16. 05 8月, 2013 1 次提交
  17. 02 8月, 2013 2 次提交
  18. 26 7月, 2013 1 次提交
  19. 24 7月, 2013 2 次提交
    • K
      Fix indentation. · 098c9c8b
      kennyj 提交于
      098c9c8b
    • K
      Simplify select_one method. · 19291bff
      kennyj 提交于
      The select_all method always returns ActiveRecord::Result instance,
      and the ActiveRecord::Result includes Enumerable mixin.
      If #empty?, #first method returns nil. Thus we can simplify this method.
      19291bff
  20. 23 7月, 2013 2 次提交
  21. 22 7月, 2013 1 次提交
    • V
      rescue from all exceptions in `ConnectionManagement#call` · 0b6c1f08
      Vipul A M 提交于
      Fixes #11497
      
      As `ActiveRecord::ConnectionAdapters::ConnectionManagement` middleware does not rescue from Exception (but only from StandardError),
      the Connection Pool quickly runs out of connections when multiple erroneous Requests come in right after each other.
      
      Recueing from all exceptions and not just StandardError, fixes this behaviour.
      0b6c1f08
  22. 17 7月, 2013 1 次提交
  23. 16 7月, 2013 3 次提交
  24. 10 7月, 2013 1 次提交
  25. 06 7月, 2013 1 次提交
  26. 05 7月, 2013 1 次提交
  27. 04 7月, 2013 1 次提交