1. 25 4月, 2012 1 次提交
  2. 04 4月, 2012 1 次提交
  3. 26 9月, 2011 1 次提交
  4. 06 9月, 2011 1 次提交
  5. 12 7月, 2011 1 次提交
  6. 09 7月, 2011 1 次提交
  7. 07 6月, 2011 1 次提交
  8. 05 6月, 2011 1 次提交
    • J
      Refactor Active Record test connection setup. Please see the... · 253bb6b9
      Jon Leighton 提交于
      Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
      253bb6b9
  9. 04 6月, 2011 1 次提交
  10. 21 5月, 2011 1 次提交
  11. 18 5月, 2011 1 次提交
  12. 02 5月, 2011 1 次提交
  13. 01 5月, 2011 1 次提交
  14. 18 2月, 2011 1 次提交
  15. 17 1月, 2011 2 次提交
  16. 12 1月, 2011 1 次提交
  17. 08 1月, 2011 1 次提交
  18. 05 1月, 2011 1 次提交
  19. 04 1月, 2011 2 次提交
    • J
      Allow assignment on has_one :through where the owner is a new record [#5137 state:resolved] · a0be389d
      Jon Leighton 提交于
      This required changing the code to keep the association proxy for a belongs_to around, despite its target being nil. Which in turn required various changes to the way that stale target checking is handled, in order to support various edge cases (loaded target is nil then foreign key added, foreign key is changed and then changed back, etc). A side effect is that the code is nicer and more succinct.
      
      Note that I am removing test_no_unexpected_aliasing since that is basically checking that the proxy for a belongs_to *does* change, which is the exact opposite of the intention of this commit. Also adding various tests for various edge cases and related things.
      
      Phew, long commit message!
      a0be389d
    • J
      Some basic tests for the :foreign_type option on belongs_to, which was... · 16065b4f
      Jon Leighton 提交于
      Some basic tests for the :foreign_type option on belongs_to, which was previously completely untested.
      16065b4f
  20. 01 1月, 2011 2 次提交
  21. 24 12月, 2010 1 次提交
  22. 09 12月, 2010 1 次提交
  23. 20 11月, 2010 2 次提交
  24. 09 11月, 2010 1 次提交
  25. 31 10月, 2010 1 次提交
  26. 29 9月, 2010 1 次提交
  27. 23 8月, 2010 1 次提交
  28. 17 8月, 2010 1 次提交
  29. 02 8月, 2010 1 次提交
  30. 30 7月, 2010 1 次提交
  31. 22 7月, 2010 1 次提交
  32. 05 6月, 2010 1 次提交
  33. 19 5月, 2010 1 次提交
  34. 10 4月, 2010 1 次提交
  35. 30 3月, 2010 2 次提交