Erubis is a fast, secure, and very extensible implementation of eRuby.
Erubis is a fast, secure, and very extensible implementation of eRuby. eRuby means embedded Ruby in documents. Embedded patterns are '<% statement %>' and '<%= expression %>'. The following is an example of eRuby. '<% ... %>' means Ruby statement and '<%= ... %>' means Ruby expression.
Erubis is a fast, secure, and very extensible implementation of eRuby. eRuby means embedded Ruby in documents. Embedded patterns are '<% statement %>' and '<%= expression %>'. The following is an example of eRuby. '<% ... %>' means Ruby statement and '<%= ... %>' means Ruby expression.
To install rb-erubis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-erubis
To see what files were installed by rb-erubis, run:
port contents rb-erubis
To later upgrade rb-erubis, run:
sudo port selfupdate && sudo port upgrade rb-erubis
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.