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
This plugin regex parses fixture YAML files. This usually works, but the fixture files are more than YAML files. They are ERB too. I've encountered cases where a Ruby loop is used to generate fixtures.
One fix for this is to use the Rails runner to process the ERB and output only YAML. A downside to this is the documentation window will show the final YAML output, it's more helpful to see the ERB. Another option is to improve the regex.
The text was updated successfully, but these errors were encountered:
This plugin regex parses fixture YAML files. This usually works, but the fixture files are more than YAML files. They are ERB too. I've encountered cases where a Ruby loop is used to generate fixtures.
One fix for this is to use the Rails runner to process the ERB and output only YAML. A downside to this is the documentation window will show the final YAML output, it's more helpful to see the ERB. Another option is to improve the regex.
The text was updated successfully, but these errors were encountered: