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
We don’t currently track views in development mode which are using a string rather than a file. With #11, cleanup would happen on next app boot but it would be nice to do it on next request.
Perhaps ActiveRecordViews.register_for_reload on the model file itself would work? Might have to look at caller in is_view to work out the filename.
The text was updated successfully, but these errors were encountered:
We don’t currently track views in development mode which are using a string rather than a file. With #11, cleanup would happen on next app boot but it would be nice to do it on next request.
Perhaps
ActiveRecordViews.register_for_reload
on the model file itself would work? Might have to look atcaller
inis_view
to work out the filename.The text was updated successfully, but these errors were encountered: