RailsCasts Pro episodes are now free!

Learn more or hide this

Robert's Profile

GitHub User: skubot

Comments by Robert

Avatar

I think I resolved this by removing the deferred option in config/nginx.conf

server {
listen 80 default deferred;
}

Avatar

Hi Ryan, thanks for another awesome tutorial! Great! :) Just wanted to add… if anyone's having trouble getting terminal colors working after creating ~/.bash_profile, you need to run source ~/.bashrc each time you login. Or you can add the line to ~/.bash_profile by typing the following in terminal:

echo 'source ~/.bashrc' >> ~/.bash_profile