Does A rails application runs on any webserver or some particular servers are required to run a rails application. Thanks for help!
Asked
Active
Viewed 27 times
-1
-
I think this link is super info for your question https://stackoverflow.com/a/4113570/938947 – widjajayd Jul 21 '17 at 11:38
1 Answers
1
Rails application runs only on Rack based servers like Webrick, Puma, Passenger, Unicorn etc.

Amit Patel
- 15,609
- 18
- 68
- 106