RailsCasts Pro episodes are now free!

Learn more or hide this

jerclark's Profile

GitHub User: jerclark

Comments by

Avatar

I resolved it by changing the server property in config/private_pub.yml from "localhost" to my dev server IP address.

You'll need to change it to something that your mobile device can access. Also, if you manually included the private_pub javascript using a javascript_include_tag with an absolute URL to localhost, you'll probably want to change it there as well.

I had to restart the app to make this work.