0

I am trying to launch the 'rails console' but it doesn't work, I get this message :

create  
create  app/controllers
  create  app/helpers
  create  app/models
  create  app/views/layouts
  create  config/environments
  create  config/initializers
  create  config/locales
  create  db
  ....

and no console is running? Is this command not appropriate ?

Update : I was running this command from the app folder !

1

1 Answer 1

1

you have to be in your rails app directory

Sign up to request clarification or add additional context in comments.

2 Comments

hm, what version of rails is this?
I think rails console should work, but you can try some of the other variants like script/console, script/rails console. do you have a script directory in your rails app?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.