I have a Ruby on Rails application that I am deploying on a computer running Mac OS X 10.6. The code where the problem arises is run by a delayed_job. The problem only occur
To avoid this problem, we can bind to 127.0.0.1 instead of localhost:
127.0.0.1
localhost
bin/rails server -b 127.0.0.1