RailsCasts Pro episodes are now free!

Learn more or hide this

Ian Alexander's Profile

GitHub User: thai510

Comments by Ian Alexander

Avatar

Hey great video really appreciate it - trying to figure out how to get past these two errors, wondering if you could point me in the right direction:

  1. Rubber[INFO]: Transformation executing post config command: function error_exit { exit 99; }; trap error_exit ERR

  2. config : 'option forwardfor' ignored for proxy 'passenger_proxy_ssl' as it requires HTTP mode.

Here is my deploy.rb
http://pastebin.com/6CdCP7DY

and here is my rubber.yml file
http://pastebin.com/7tUcrMqF

Let me know if you need any additional info...thanks!