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
    

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则