-5

I am very new to Ruby on Rails. As I was setting up...everthing seem to be going fine until I ran "rails s".Webrik didnt start!

my OS is Windows 10.

I am using this tutorial http://installfest.railsbridge.org/installfest/windows

1 Answers1

0

At first you need to create new app rails new my_app then switch folder to /my_app and then you can do rails s

you have to read your logs

sts
  • 380
  • 3
  • 11