discourse/spec
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
..
components Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
controllers Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
fabricators Merge pull request #5705 from discourse/new_webhooks 2018-04-02 10:53:21 +05:30
fixtures FIX: Try fixing unparsable email addresses 2018-03-27 18:28:54 +02:00
helpers FIX: excerpts in summary email are too short when there are images or links 2018-03-12 18:12:09 -04:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FIX: when creating a topic in a category that only allows tags from a tag group, don't allow creation of new tags 2018-03-19 11:42:10 -04:00
integrity FEATURE: allow better fidelity for auto linkify, disable most tlds based linkify 2018-02-01 13:22:38 +11:00
jobs Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
lib/backup_restore backup restorer: tidy pg_dump schema portability logic, add test 2018-03-20 10:32:39 +08:00
mailers FIX: error when group_in_subject enabled but no group in pm 2018-03-11 12:22:11 +00:00
models Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
multisite Update rails_multisite to 2.0.1. 2018-01-19 10:19:16 +08:00
requests Merge pull request #5705 from discourse/new_webhooks 2018-04-02 10:53:21 +05:30
serializers FEATURE: option for tags in a tag group to be visible only to staff 2018-03-26 17:05:09 -04:00
services Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
support Simplify log in for request specs. 2018-03-28 11:32:47 +08:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
rails_helper.rb FIX: load balanced servers do not share monotonic clock 2017-12-07 11:48:11 +11:00