1. 10 7月, 2015 1 次提交
  2. 21 1月, 2015 1 次提交
    • V
      - Extracted silence_stream method to new module in activesupport/testing. · 166ce95f
      Vipul A M 提交于
      - Added include for the same in ActiveSupport::Test.
      - Removed occurrences of silence_stream being used elsewhere.
      - Reordered activesupport testcase requires alphabetically.
      
      - Removed require of silence stream from test_case
      
      - Moved quietly method to stream helper
      
      - Moved capture output to stream helper module and setup requires for the same elsewhere
      166ce95f
  3. 16 7月, 2014 1 次提交
  4. 19 12月, 2013 1 次提交
  5. 18 12月, 2013 1 次提交
  6. 13 8月, 2013 2 次提交
  7. 23 1月, 2013 2 次提交
  8. 06 1月, 2013 1 次提交
  9. 02 12月, 2012 2 次提交
  10. 30 10月, 2012 1 次提交
  11. 13 9月, 2012 2 次提交
    • P
      Change ActiveSupport::Deprecation to class. · 71993c6f
      Piotr Niełacny 提交于
      ActiveSupport::Deprecation is now a class rather than a module. You can
      get instance of ActiveSupport::Deprecation calling #instance method.
      
        ActiveSupport::Deprecation.instance
      
      But when you need to get new object od ActiveSupport::Deprecation you
      need to just call #new.
      
        @instance = ActiveSupport::Deprecation.new
      
      Since you can create a new object, you can change the version and the
      name of the library where the deprecator concerned.
      
        ActiveSupport::Deprecation.new('2.0', 'MyGem')
      
      If you need use another deprecator instance you can select it in the
      options of deprecate method.
      
        deprecate :method, :deprecator => deprecator_instance
      
      Documentation has been updated.
      71993c6f
    • R
      extend ActiveSupport::Deprecation with self, allow other objects to extend/include it also. · 2c690a0f
      Robert Pankowecki 提交于
      test local deprecation
      
      deprecator object
      
      Test ActiveSupport::Deprecation when included
      2c690a0f
  12. 29 4月, 2012 1 次提交
  13. 07 1月, 2012 2 次提交
  14. 21 5月, 2011 1 次提交
  15. 01 7月, 2010 2 次提交
  16. 13 12月, 2009 1 次提交
  17. 09 8月, 2009 1 次提交
  18. 08 11月, 2008 1 次提交
  19. 07 11月, 2008 1 次提交
  20. 04 6月, 2008 1 次提交
  21. 13 5月, 2008 1 次提交
  22. 06 5月, 2008 1 次提交
  23. 05 1月, 2008 1 次提交
  24. 21 12月, 2006 1 次提交
  25. 17 12月, 2006 1 次提交
  26. 25 10月, 2006 1 次提交
  27. 15 9月, 2006 2 次提交
  28. 04 9月, 2006 3 次提交
  29. 15 8月, 2006 1 次提交
  30. 09 8月, 2006 1 次提交
  31. 08 8月, 2006 1 次提交