Quick Question:
I develop a ruby on rails application on my laptop. Rails has WEBrick installed as an out of the box APPLICATION server.
I deploy my app on amazon web services elastic beanstalk.
I choose The configuration: Ruby 2.2 with Passenger version 2.0.8, which contains:
- 64bit Amazon Linux 2015.09 v2.0.8 running Ruby 2.2 (Passenger Standalone)
- Ruby 2.2.3
- RubyGems 2.4.5.1
- Passenger 4.0.59 - Application server
- nginx 1.8.0 - Web server.
When I deploy my app, does elastic beanstalk automatically replace WEBrick with passenger??? Or-- do I need to install the passenger gem myself?
Thanks!