discourse/app
Guo Xiang Tan 142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
assets UX: consistent spacing for like button on mobile 2018-04-01 07:18:07 +05:30
controllers Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
helpers FIX: excerpts in summary email are too short when there are images or links 2018-03-12 18:12:09 -04:00
jobs Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
mailers Make rubocop happy. 2018-03-12 09:48:41 +08:00
models Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
serializers Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
services Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
views Merge pull request #5688 from discourse/fix-embed-comments-template-error 2018-03-27 15:30:53 -04:00