Toy_app not showing in the Directory

0

PLEASE HELP! Hello, I am a student at Gwinnett Technical College taking the Ruby on Rails course. I am at the part where I am developing the toy_app. So I am stuck. I have followed the steps and added the ssh code in the git hub but I don't see the Toy-app in my Ubuntu environment directory on the left-hand side. The course continues and none of my commands are working because it says this ubuntu:~/environment $ cd toy_app bash: cd: toy_app: No such file or directory. What am I doing wrong? How do I get this done!!! I am stuck!

질문됨 3달 전163회 조회
1개 답변
1
수락된 답변

Hello.

Perhaps the Ruby on Rails project has not been created?
I don't know the details because I don't know the document you're referring to, but I think a project called "toy_app" will be created when you run the following command.

rails new  toy_app
profile picture
전문가
답변함 3달 전
profile picture
전문가
검토됨 2달 전
  • thank you let me try this

  • This is the response I get. Bundle complete! 14 Gemfile dependencies, 82 gems now installed. Use bundle info [gemname] to see where a bundled gem is installed. ubuntu:/environment $ cd toy _app bash: cd: too many arguments ubuntu:/environment $

  • The following error message occurs when multiple arguments are specified with the "cd" command.

    bash: cd: too many arguments
    

    I think you can move it if you properly specify "toy_app" as shown below.

    cd toy_app
    

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠