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
Hi! I was trying to use Rails 7.1's strict locals feature, but it didn't seem to work with the / comment delimiter. Do y'all have any ideas on whether it should work with Slim, or if something needs to be done to add support for it to Slim? Thanks!
Hi! I was trying to use Rails 7.1's strict locals feature, but it didn't seem to work with the
/
comment delimiter. Do y'all have any ideas on whether it should work with Slim, or if something needs to be done to add support for it to Slim? Thanks!Ahh, looks like it looks for the string
# locals:
specifically, so I found that if you write your comment like/ # locals: (foo:)
it works!
The text was updated successfully, but these errors were encountered: