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 !