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
    

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ