discourse/lib/import_export
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
..
base_exporter.rb FEATURE: add category suppress from latest 2018-02-22 09:56:35 +11:00
category_exporter.rb FEATURE: Option to export multiple categories using export_category method 2017-11-11 19:11:16 +05:30
category_structure_exporter.rb FEATURE: Rake task to export and import category structure 2017-11-01 17:17:05 +05:30
import_export.rb FEATURE: Option to export multiple categories using export_category method 2017-11-11 19:11:16 +05:30
importer.rb Remove use of `rescue nil`. 2018-04-02 13:52:51 +08:00
topic_exporter.rb FEATURE: Rake task to export and import category structure 2017-11-01 17:17:05 +05:30