RailsCasts Pro episodes are now free!

Learn more or hide this

Dan Horrigan's Profile

GitHub User: dhorrigan

Site: http://dhorrigan.com

Comments by Dan Horrigan

Avatar

I am sure you already know this, but others may not. You can combine the git submodule init and git submodule update commands and just run: git submodule update --init. You can also just use the --recursive flag on the initial clone and it will init and update the submodules automatically.

Avatar

Github has explicit instructions on how to do this right in the pull request.

Avatar

Yes, Passenger supports Streaming both on Apache and Nginx

Avatar

Yes, Passenger supports Streaming both on Apache and Nginx.