1. 25 Oct, 2017 1 commit
    • Remove bad exception handling! · 8253c89f
      Exception is the root of Ruby's exception hierarchy, so when you rescue Exception you rescue from everything, including subclasses such as SyntaxError, LoadError, and Interrupt etc which is a bad idea.
      
      Fix: rescue from StandardError.
      Gaurish Sharma committed
  2. 18 Oct, 2017 2 commits
  3. 28 Sep, 2017 1 commit
  4. 27 Sep, 2017 1 commit
  5. 29 Jun, 2017 1 commit
  6. 10 Mar, 2017 1 commit
  7. 02 Dec, 2016 3 commits
  8. 01 Dec, 2016 4 commits
  9. 29 Nov, 2016 1 commit
  10. 14 Nov, 2016 3 commits
  11. 11 Nov, 2016 1 commit
  12. 03 Nov, 2016 2 commits
  13. 14 Oct, 2016 1 commit
  14. 28 Sep, 2016 1 commit
  15. 13 Sep, 2016 1 commit
  16. 12 Sep, 2016 1 commit
  17. 05 Sep, 2016 1 commit
  18. 30 Aug, 2016 2 commits
  19. 28 Aug, 2016 4 commits
  20. 24 Aug, 2016 3 commits
  21. 23 Aug, 2016 3 commits
  22. 19 Aug, 2016 2 commits