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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Arbre is a ruby gem that allows you to build view components using plain ruby (instead of embedded ruby, as in erb). In Arbre, you can build partials and views just like with ERB, but the file extension is different (.arb instead of .erb).
I think supporting this file extension should be fairly straightforward. The code inside the file is just ruby (no fancy syntax), so it should be as easy as recognizing the file extension, and using the right language for it.
In the meantime, an easy workaround for anyone interested is to add this to your settings config:
Arbre is a ruby gem that allows you to build view components using plain ruby (instead of embedded ruby, as in erb). In Arbre, you can build partials and views just like with ERB, but the file extension is different (
.arbinstead of.erb).I think supporting this file extension should be fairly straightforward. The code inside the file is just ruby (no fancy syntax), so it should be as easy as recognizing the file extension, and using the right language for it.
In the meantime, an easy workaround for anyone interested is to add this to your settings config: