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!

preguntada hace 3 meses163 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
EXPERTO
respondido hace 3 meses
profile picture
EXPERTO
revisado hace 2 meses
  • 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
    

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas