1. 15 12月, 2010 1 次提交
  2. 21 11月, 2010 1 次提交
  3. 20 11月, 2010 1 次提交
  4. 14 11月, 2010 1 次提交
  5. 11 11月, 2010 1 次提交
  6. 16 10月, 2010 1 次提交
  7. 30 8月, 2010 1 次提交
  8. 28 8月, 2010 1 次提交
  9. 26 8月, 2010 1 次提交
  10. 14 8月, 2010 2 次提交
  11. 12 8月, 2010 1 次提交
  12. 10 8月, 2010 7 次提交
  13. 07 8月, 2010 1 次提交
  14. 06 8月, 2010 1 次提交
  15. 05 8月, 2010 1 次提交
  16. 01 8月, 2010 1 次提交
  17. 29 7月, 2010 1 次提交
  18. 28 7月, 2010 1 次提交
  19. 26 7月, 2010 1 次提交
  20. 22 7月, 2010 2 次提交
  21. 19 7月, 2010 1 次提交
  22. 16 7月, 2010 1 次提交
  23. 14 7月, 2010 1 次提交
  24. 08 7月, 2010 1 次提交
  25. 05 7月, 2010 1 次提交
    • J
      Define a convention for descendants and subclasses. · a5dda976
      José Valim 提交于
      The former should be symmetric with ancestors and include all children. However, it should not include self since ancestors + descendants should not have duplicated. The latter is symmetric to superclass in the sense it only includes direct children.
      
      By adopting a convention, we expect to have less conflict with other frameworks, as Datamapper. For this moment, to ensure ActiveModel::Validations can be used with Datamapper, we should always call ActiveSupport::DescendantsTracker.descendants(self) internally instead of self.descendants avoiding conflicts.
      a5dda976
  26. 28 6月, 2010 2 次提交
  27. 21 6月, 2010 3 次提交
  28. 16 6月, 2010 2 次提交