1. 02 Jun, 2017 1 commit
  2. 30 May, 2017 1 commit
  3. 05 Mar, 2017 1 commit
    • Prevent root_dir option from being empty (#448) · 8341983f
      Emil Sågfors authored
      * Prevent root_dir option from being empty
      
      When setting root_dir to an empty string (as is done in the default rake
      task config) this line previously caused root_dir to become an empty
      array.
      
      This in turn caused factories, specs etc not to be annotated.
      
      This is just a quick band-aid on a larger problem. We have option
      parsing spread out over many different places, with slight mismatches
      like this in the assumptions made.
      
      * Handle blank values & comma-separated strings in AnnotateModels.root_dir
      
      These cases are currently handled (inconsistently) in the different
      option parsing routines.
      
      * Pass root_dir forward unmodified
      
      The different cases are now handled inside AnnotateModels
  4. 31 Jan, 2017 1 commit
  5. 10 May, 2016 1 commit
  6. 25 Jan, 2016 1 commit
  7. 19 Jan, 2016 1 commit
  8. 11 Jan, 2016 2 commits
  9. 27 Dec, 2015 1 commit
  10. 02 Dec, 2015 2 commits
  11. 30 Nov, 2015 2 commits
  12. 24 Nov, 2015 1 commit
  13. 23 Nov, 2015 1 commit
  14. 15 Nov, 2015 1 commit
  15. 14 Jul, 2015 1 commit
  16. 19 Jun, 2015 1 commit
  17. 17 Jun, 2015 1 commit
  18. 03 Jun, 2015 1 commit
  19. 10 Apr, 2015 1 commit
  20. 02 Mar, 2015 1 commit
  21. 15 Jan, 2015 1 commit
  22. 13 Jan, 2015 1 commit
  23. 08 Feb, 2014 1 commit
  24. 27 Aug, 2012 1 commit
  25. 22 Aug, 2012 4 commits
  26. 26 Jul, 2012 1 commit
  27. 09 Jun, 2012 1 commit
    • Revert "Changed to sort be default with an option to not sort." · 637499db
      Alex Chaffee authored
      This reverts commit 8d3c00c7.
      
      Sorry, but database order should be the default unless a user really wants it alphabetized. (We should also allow a .annotate file so users can set their own preferred options more easily.)
      
      Conflicts:
      
      	.gitignore
      	bin/annotate
      	lib/annotate/annotate_models.rb
      	lib/tasks/annotate_models.rake
  28. 24 Mar, 2012 2 commits
  29. 01 Mar, 2012 2 commits
  30. 27 Feb, 2012 1 commit
  31. 27 Jan, 2012 1 commit
  32. 21 Dec, 2011 1 commit