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 !

epsilones
  • 11,279
  • 21
  • 61
  • 85
  • This question is addressed in [question 3744567][1]. [1]: http://stackoverflow.com/questions/3744567/typing-rails-console-doesnt-start – Paul Miller Feb 16 '13 at 23:20

1 Answers1

1

you have to be in your rails app directory

goodmanship
  • 334
  • 1
  • 13