1. 18 10月, 2012 2 次提交
  2. 03 10月, 2012 4 次提交
  3. 03 8月, 2012 1 次提交
  4. 30 7月, 2012 1 次提交
  5. 27 6月, 2012 1 次提交
  6. 23 6月, 2012 1 次提交
  7. 16 6月, 2012 2 次提交
  8. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  9. 20 5月, 2012 1 次提交
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  10. 16 5月, 2012 1 次提交
  11. 14 5月, 2012 1 次提交
  12. 26 4月, 2012 3 次提交
  13. 08 2月, 2012 1 次提交
  14. 06 1月, 2012 1 次提交
  15. 29 12月, 2011 1 次提交
    • J
      Support configuration on ActiveRecord::Model. · 93c1f11c
      Jon Leighton 提交于
      The problem: We need to be able to specify configuration in a way that
      can be inherited to models that include ActiveRecord::Model. So it is
      no longer sufficient to put 'top level' config on ActiveRecord::Base,
      but we do want configuration specified on ActiveRecord::Base and
      descendants to continue to work.
      
      So we need something like class_attribute that can be defined on a
      module but that is inherited when ActiveRecord::Model is included.
      
      The solution: added ActiveModel::Configuration module which provides a
      config_attribute macro. It's a bit specific hence I am not putting this
      in Active Support or making it a 'public API' at present.
      93c1f11c
  16. 24 5月, 2011 1 次提交
  17. 29 4月, 2011 1 次提交
  18. 08 3月, 2011 1 次提交
  19. 22 2月, 2011 2 次提交
  20. 21 2月, 2011 1 次提交
  21. 19 2月, 2011 1 次提交
  22. 08 2月, 2011 1 次提交
  23. 06 2月, 2011 1 次提交
  24. 01 2月, 2011 1 次提交
  25. 20 12月, 2010 1 次提交
  26. 02 10月, 2010 1 次提交
  27. 12 9月, 2010 1 次提交
  28. 14 8月, 2010 3 次提交
  29. 13 8月, 2010 1 次提交
  30. 03 8月, 2010 1 次提交