问题
Is there a way to simply send a erb file to a ruby parser get the answer back and send it to client with NGINX? Without all the passenger stuff? It should be easy i guess. I DON'T want to use any rails stuff, don't tell me i should use rails etc.
回答1:
I created a script to do this two years ago, called ruby-cgi, in response to a similar question. I believe it does exacty what you want. Just set it up the same way you would set up other CGI/FastCGI handlers.
回答2:
The following gems are available (sorted by feature completeness desc):
rack-server-pages
rhr
回答3:
Of course you can, try this. But I would highly recommend using Sinatra as it's more like a ruby way of serving web pages like in php
来源:https://stackoverflow.com/questions/8481501/is-there-a-simple-way-to-use-erb-files-directly-like-php-files-with-nginx