RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: wuhl
Got the same problem as you
Here is a solution I've found in http://stackoverflow.com/questions/27627286/cant-connect-localhost3000-ruby-on-rails-in-vagrant
start rails with 'rails s -b 0.0.0.0' instead of 'rails s'
Got the same problem as you
Here is a solution I've found in http://stackoverflow.com/questions/27627286/cant-connect-localhost3000-ruby-on-rails-in-vagrant
start rails with 'rails s -b 0.0.0.0' instead of 'rails s'