8 Matching Annotations
  1. Jan 2023
    1. But it does not work, because the association with authors will return empty authors for the Material as the materials are also soft deleted.
    2. The problem is that Globalize knows nothing about acts_as_paranoid. You can delete a Material, and it should delete the translations, but when you try to recover the Material then there is an error because of how the translations are implemented and the order in which the translations and the Material are recovered. Which record should be recovered first?
    3. Remember that the Material has all of its translations for the title in a table that just got soft deleted. So the correct answer is “nil”. The title of the delete material is nil.
  2. Mar 2022
    1. denoised

      thank you for this tutorial!! I ran into an issue and noticed it was because you are searching for files with 'denoised' here, but your output files include only 'denoise' -- so if you run this twice regenerating the file list, you'll still grab the denoised outputs which will overwrite themselves. thanks!

  3. Sep 2020
  4. Jun 2020