Here is my case:
For production I use Heroku.
The question is what should i use for development:
My alternatives are:
-
Built in Webbrick (or Mongrel)
-
Passenger with Nginx
The question Im asking myself is:
Why would I use the second alternative when I will upload my application to Heroku anyway. Isnt it better to just use Webbrick/Mongrel instead then for development?
Thanks
The most common use case for Nginx or Apache in development, is when the project makes use of specific features in either server. Since you’re deploying on Heroku, there is as far as I know no way of configuring the server setup.
So I can’t think of a reason why you should use Nginx while developing.