0

Hello,

I installed Ruby 1.9.3 and Rails (rubygems-1.8.24) successfully on Windows 7.

After creating a project folder on C: drive like this:

c:\rails-projects>

and after trying to create a new project like this:

rails quizzes-on-rails

I get a long menu list about Path.. Now I guess I have to create a Path, but don't how. Any help is appreciated!

1
  • Have you done rails new quizzes-on-rails? That is the command that actually creates the application for you. Commented Dec 21, 2013 at 21:23

1 Answer 1

1

Try this command, instead, to create a new rails project with the name quizzes-on-rails:

rails new quizzes-on-rails
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.