1. 20 Jul, 2011 1 commit
  2. 23 Jun, 2011 1 commit
    • not continually prepending newlines. · 1d58ea1b
      Jack Danger Canty authored
      Prior to this patch every time the schema was regenerated at the end of
      the file it prepended an additional newline character. This made the
      schema slowly creep down the file over time. Finally annoyed me enough
      to fork and fix ;)
  3. 21 Jun, 2011 2 commits
  4. 20 Jun, 2011 1 commit
  5. 06 Jun, 2011 1 commit
  6. 16 Feb, 2011 1 commit
  7. 06 Nov, 2009 1 commit
  8. 23 Oct, 2009 1 commit
  9. 18 Oct, 2009 1 commit
  10. 12 Oct, 2009 1 commit
  11. 21 Aug, 2009 1 commit
  12. 14 Aug, 2009 2 commits
  13. 15 Jul, 2009 1 commit
  14. 02 Jul, 2009 1 commit
  15. 11 Jun, 2009 2 commits
  16. 09 Jun, 2009 2 commits
  17. 19 May, 2009 1 commit
  18. 30 Apr, 2009 4 commits
  19. 28 Mar, 2009 1 commit
  20. 27 Feb, 2009 1 commit
  21. 20 Feb, 2009 1 commit
  22. 14 Feb, 2009 1 commit
  23. 12 Feb, 2009 1 commit
  24. 08 Feb, 2009 1 commit
  25. 04 Feb, 2009 1 commit
  26. 28 Dec, 2008 1 commit
  27. 26 Dec, 2008 1 commit
  28. 25 Dec, 2008 4 commits
  29. 04 Sep, 2008 1 commit
  30. 03 Sep, 2008 1 commit
    • Modified the AnnotateModels module so it only updates models that have changed… · 7f3322e7
      Jerod Santo authored
      Modified the AnnotateModels module so it only updates models that have changed since the last time 'annotate' was run. This is huge for those of us who like to run 'annotate' frequently but don't want to update our VCS for all the models in our application each time we do.
      
      This required a few small modifications to the annotate_one_file, annotate, and do_annotations methods. Comments have been updated to reflect changes.