1. 22 7月, 2013 2 次提交
    • 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
    • A
      Clear named routes when routes.rb is reloaded · e5275f9b
      Andrew White 提交于
      Fix an issue where Journey was failing to clear the named routes hash when the
      routes were reloaded and since it doesn't overwrite existing routes then if a
      route changed but wasn't renamed it kept the old definition. This was being
      masked by the optimised url helpers so it only became apparent when passing an
      options hash to the url helper.
      e5275f9b
  2. 21 7月, 2013 5 次提交
  3. 20 7月, 2013 3 次提交
  4. 19 7月, 2013 8 次提交
  5. 18 7月, 2013 19 次提交
  6. 17 7月, 2013 3 次提交