1. 12 3月, 2013 1 次提交
  2. 06 3月, 2013 1 次提交
  3. 05 3月, 2013 1 次提交
  4. 25 2月, 2013 1 次提交
  5. 22 1月, 2013 1 次提交
  6. 18 1月, 2013 2 次提交
  7. 07 1月, 2013 2 次提交
  8. 03 1月, 2013 1 次提交
  9. 02 1月, 2013 3 次提交
  10. 22 11月, 2012 1 次提交
  11. 09 11月, 2012 1 次提交
  12. 07 11月, 2012 1 次提交
  13. 05 11月, 2012 1 次提交
  14. 05 10月, 2012 1 次提交
  15. 21 9月, 2012 1 次提交
  16. 16 9月, 2012 1 次提交
  17. 15 9月, 2012 1 次提交
  18. 10 9月, 2012 1 次提交
  19. 23 8月, 2012 1 次提交
    • D
      Update the documentation for the :autosave option · 230d7f76
      David Celis 提交于
      I've noticed a caveat with the :autosave option biting people before.
      Questions arise about why they must explicitly save an associated object
      in their own before_save callbacks. I've updated the documentation as
      such to note to users that the :autosave callback occurs before any
      user defined callbacks. They must save the associated record themselves
      if altering it in their own callbacks.
      Signed-off-by: NDavid Celis <david@davidcelis.com>
      230d7f76
  20. 11 8月, 2012 2 次提交
    • J
      fixup guides in light of :dependent changes · a63fc94a
      Jon Leighton 提交于
      a63fc94a
    • J
      Remove the dependent_restrict_raises option. · 5ad79989
      Jon Leighton 提交于
      It's not really a good idea to have this as a global config option. We
      should allow people to specify the behaviour per association.
      
      There will now be two new values:
      
      * :dependent => :restrict_with_exception implements the current
        behaviour of :restrict. :restrict itself is deprecated in favour of
        :restrict_with_exception.
      * :dependent => :restrict_with_error implements the new behaviour - it
        adds an error to the owner if there are dependent records present
      
      See #4727 for the original discussion of this.
      5ad79989
  21. 04 8月, 2012 2 次提交
  22. 03 8月, 2012 3 次提交
  23. 02 8月, 2012 1 次提交
  24. 01 8月, 2012 1 次提交
  25. 29 7月, 2012 1 次提交
  26. 26 7月, 2012 2 次提交
  27. 21 7月, 2012 1 次提交
  28. 20 7月, 2012 1 次提交
  29. 13 7月, 2012 1 次提交
  30. 28 6月, 2012 1 次提交
  31. 16 5月, 2012 1 次提交