Embedding Ruby code in HTML?

前端 未结 3 2007
北恋
北恋 2021-01-17 22:55

In PHP, it is possible to do this:

 \">

Is it possible to embed Rub

3条回答
  •  春和景丽
    2021-01-17 23:12

    You will need to use a templating engine like Ruby Templates (ERB). Here's an example. Rails uses ERB so you could easily do this in each of your templates.

提交回复
热议问题