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!

demandé il y a 3 mois163 vues
1 réponse
1
Réponse acceptée

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
EXPERT
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a 2 mois
  • 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
    

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions