How to run a simple ruby script in any web server (Apache or Mongrel or any thing else)

前端 未结 7 864
半阙折子戏
半阙折子戏 2021-02-05 06:20

It seems very funny to me that when I search something related ruby, all ruby on rails related results popped up. So nobody using raw ruby anymore?

However, I am new to

7条回答
  •  青春惊慌失措
    2021-02-05 07:00

    Ruby 1.9.2+ simple command.

    ruby -run -e httpd . -p 5000
    

    from this article http://til.justincampbell.me/start-an-http-server-with-ruby-run/ other article https://gist.github.com/willurd/5720255

提交回复
热议问题