After running this, nothing loads.
What do you see on your screen when you run that, how did you setup your dev environment?
btw use ./bin/unicorn not that.
4 Me gusta
Usa UNICORN_BIND_ALL=1 bundle exec rails server en su lugar
4 Me gusta
¡Muchísimas gracias! En toda la documentación indicaban usar --binding=0.0.0.0, pero solo después de tu comando pude conectarme desde fuera de localhost.
1 me gusta