1. 23 Feb, 2018 1 commit
  2. 04 Dec, 2017 1 commit
  3. 01 Dec, 2017 1 commit
  4. 01 Nov, 2017 1 commit
  5. 25 Oct, 2017 1 commit
  6. 20 Oct, 2017 1 commit
  7. 18 Oct, 2017 3 commits
  8. 15 Oct, 2017 1 commit
  9. 13 Oct, 2017 1 commit
  10. 11 Oct, 2017 2 commits
  11. 03 Oct, 2017 1 commit
  12. 27 Jul, 2017 2 commits
  13. 25 Jul, 2017 5 commits
  14. 13 Jul, 2017 1 commit
  15. 12 Jul, 2017 2 commits
  16. 03 Jul, 2017 1 commit
  17. 02 Jul, 2017 2 commits
  18. 09 Jun, 2017 1 commit
  19. 06 Jun, 2017 1 commit
  20. 02 Jun, 2017 7 commits
  21. 30 May, 2017 1 commit
  22. 25 May, 2017 1 commit
  23. 01 May, 2017 1 commit
  24. 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