1. 06 11月, 2011 4 次提交
  2. 05 11月, 2011 1 次提交
  3. 04 11月, 2011 3 次提交
  4. 03 11月, 2011 4 次提交
    • J
      Fix #3271. · d4861035
      Jon Leighton 提交于
      Building the conditions of a nested through association could
      potentially modify the conditions of the through and/or source
      association.
      
      This is a Bad Thing.
      d4861035
    • J
      Remove all revelant through records. · 19b2a5f2
      Jon Leighton 提交于
      If a record is removed from a has_many :through, all of the join records
      relating to that record should also be removed from the through
      association's target.
      
      (Previously the records were removed in the database, but only one was
      removed from the in-memory target array.)
      19b2a5f2
    • J
      Fix adding multiple instances of the same record to a has_many :through. · 71bc921e
      Jon Leighton 提交于
      Fixes #3425.
      71bc921e
    • J
      Fix #3247. · b4b178f7
      Jon Leighton 提交于
      Fixes creating records in a through association with a polymorphic source
      type.
      b4b178f7
  5. 31 10月, 2011 2 次提交
  6. 28 10月, 2011 1 次提交
  7. 27 10月, 2011 4 次提交
  8. 26 10月, 2011 1 次提交
  9. 22 10月, 2011 1 次提交
  10. 20 10月, 2011 1 次提交
  11. 19 10月, 2011 3 次提交
  12. 18 10月, 2011 1 次提交
  13. 16 10月, 2011 1 次提交
  14. 15 10月, 2011 1 次提交
  15. 14 10月, 2011 3 次提交
  16. 10 10月, 2011 4 次提交
  17. 08 10月, 2011 1 次提交
  18. 06 10月, 2011 4 次提交