Rails console -- how to start it

hello,
I try to run the console facility in Rails, but it does not give me the
result I expected (which is to start irb).

rails script/console -s

The output:

 exists
 create app/controller

File exists - console

How does one run it? Thanks!

I think you want

ruby script/console -s

rkc

Rick Crain wrote:

I think you want

ruby script/console -s

rkc

ah, this is a glorious day! thanks.