railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.41k stars 454 forks source link

WSL for Windows 10 creating an error on execution of 'rails server' #611

Open brettfelts opened 7 years ago

brettfelts commented 7 years ago

I had some trouble getting the server to work despite following the tutorial to the letter. I ran the server command, but it would return an error saying "Failed to listen". As it turns out, this is a problem with WSL currently, and can be worked around with "rails new test_app --skip-listen" when creating the new app within the railsbridge directory.