1. 28 Aug, 2014 1 commit
  2. 26 Aug, 2014 1 commit
  3. 25 Aug, 2014 1 commit
  4. 22 Aug, 2014 3 commits
  5. 17 Aug, 2014 1 commit
  6. 29 Jul, 2014 1 commit
  7. 28 Jul, 2014 5 commits
  8. 08 Jul, 2014 4 commits
  9. 25 Jun, 2014 2 commits
  10. 13 Jun, 2014 1 commit
  11. 10 Apr, 2014 1 commit
  12. 08 Apr, 2014 4 commits
  13. 30 Mar, 2014 2 commits
  14. 20 Mar, 2014 1 commit
  15. 17 Mar, 2014 1 commit
  16. 11 Mar, 2014 2 commits
  17. 17 Feb, 2014 2 commits
  18. 15 Feb, 2014 1 commit
  19. 13 Feb, 2014 1 commit
  20. 30 Jan, 2014 1 commit
  21. 16 Jan, 2014 1 commit
  22. 09 Jan, 2014 1 commit
  23. 08 Jan, 2014 1 commit
  24. 06 Jan, 2014 1 commit
    • destroy! now once again calls destroy · 37b941fb
      This is because destroy! is called by :dependent => :destroy association definitions (yes, destroy! and not destroy), which means that associated records of a paranoid object would suddenly go missing... making it very hard to restore them!
      
      So instead, it's now called really_destroy! and destroy! is just an alias for destroy once again
      Ryan Bigg committed