1. 08 11月, 2012 3 次提交
  2. 26 10月, 2012 1 次提交
    • J
      Remove ActiveRecord::Model · 9e4c41c9
      Jon Leighton 提交于
      In the end I think the pain of implementing this seamlessly was not
      worth the gain provided.
      
      The intention was that it would allow plain ruby objects that might not
      live in your main application to be subclassed and have persistence
      mixed in. But I've decided that the benefit of doing that is not worth
      the amount of complexity that the implementation introduced.
      9e4c41c9
  3. 03 8月, 2012 1 次提交
  4. 31 7月, 2012 1 次提交
  5. 28 7月, 2012 1 次提交
  6. 29 6月, 2012 1 次提交
  7. 25 6月, 2012 1 次提交
  8. 11 6月, 2012 4 次提交
  9. 28 5月, 2012 3 次提交
  10. 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
  11. 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
  12. 11 5月, 2012 1 次提交
  13. 05 5月, 2012 1 次提交
  14. 04 5月, 2012 1 次提交
  15. 03 5月, 2012 5 次提交
  16. 01 5月, 2012 2 次提交
  17. 14 4月, 2012 1 次提交
  18. 13 4月, 2012 3 次提交
  19. 30 3月, 2012 1 次提交
  20. 26 3月, 2012 1 次提交
  21. 14 3月, 2012 1 次提交
  22. 12 3月, 2012 1 次提交
  23. 28 2月, 2012 1 次提交
  24. 22 2月, 2012 1 次提交
  25. 01 2月, 2012 1 次提交
  26. 30 1月, 2012 1 次提交