Is there a PHPish way of doing webpages with Ruby?

前端 未结 4 1669
予麋鹿
予麋鹿 2020-12-17 04:56

Is there a framework or something out there so that I can develop webpages in Ruby the same way I can as PHP. Something like

         


        
4条回答
  •  -上瘾入骨i
    2020-12-17 05:14

    Have you seen Nanoc? It is very simple ruby compiler that outputs static pages through a template engine. May be too simple for your needs but it is handy some times.

提交回复
热议问题