RailsCasts Pro episodes are now free!

Learn more or hide this

Wolfgang's Profile

GitHub User: wuhl

Comments by Wolfgang

Avatar

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'