0

When running the command

rails server 

instead of the server running, I am getting the following output:

enter image description here

Why is the server not running?

1

1 Answer 1

2

It looks like you're not executing rails server inside a rails app directory. Use rails new app_name and change directory into that app and run rails server again.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.