用 Python 來執行 Ruby 的我,與撿到的 Puma 和 Rack
Abstract
對於剛寫 Rails 的夥伴來說,可能會不太清楚 Rack 和 Puma 和 Rails 之間到底是怎麼樣運作的,這次想淺談 Rack 和 Rack Server (例如:Puma)和 Rails 的關係,透過示範用 python 跑 ruby CGI script ,讓大家了解這些服務如何串在一起。
雖然沒有鬍子可以刮也沒有逃家少女可以相遇(咦
但每天上班,就有一堆 legacy code 在等我。光是如此,每天都覺得有點傷心QQ
English Abstract
The Rails beginners might curious: "What is rack in ruby? What is puma in ruby?"
In this talk, I would like to clear up the confusion.
In addition I am going to show how to run Ruby CGI script with python, to explain how are the hostname, path passed into the CGI program.
Meng-Ying Tsai