1. 19 3月, 2012 2 次提交
    • F
      Provide access to logger instance within TaggedLogging blocks · e0ee14ed
      FND 提交于
      this improves encapsulation, simplifying occurrences like the following:
      
          Rails.logger.tagged("DEBUG") { Rails.logger.debug(msg) }
      
      ... by removing the need to rely on (i.e. repeat) outer variables:
      
          Rails.logger.tagged("DEBUG") { |logger| logger.debug(msg) }
      e0ee14ed
    • M
      Increase minimum version of mail. · 24d244c1
      Mikel Lindsaar 提交于
        Second security vulnerability found in mail file delivery method
        patched in version 2.4.4.
      24d244c1
  2. 18 3月, 2012 15 次提交
  3. 17 3月, 2012 23 次提交