You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is an issue (for which, admittedly Rails doc does not help).
To which I might attempt a documentation PR... However, I still do not see how to resolve the Minitest fixture issue.
[Sorry for corss-posting, but since I realised , post facto, the issue was marked closed, it might not pop up] Originally posted by @dvodvo in #626 (comment)
The text was updated successfully, but these errors were encountered:
The rails documentation says scant little, to this day, about testing or fixtures
https://guides.rubyonrails.org/i18n.html.
I have seen different apporaches suggested.
The latter feels more natural, as it reflects the database structure.
Yet, for a given class
a fixture, with stock scaffold generation, for promotions.yml
and a mobility/text_translations.yml with
when intercepted in a test
yields nil for both.
So this is an issue (for which, admittedly Rails doc does not help).
To which I might attempt a documentation PR... However, I still do not see how to resolve the Minitest fixture issue.
[Sorry for corss-posting, but since I realised , post facto, the issue was marked closed, it might not pop up]
Originally posted by @dvodvo in #626 (comment)
The text was updated successfully, but these errors were encountered: