superfly/docs

Docs for Rails Console seem to be out of date

rustyameadows opened this issue · 1 comments

On the Rails "Running Tasks & Consoles" page the commands given point to a folder location that does not align with my new deployment.

The docs suggest
fly ssh console -C "app/bin/rails console"

I get an error of
"fork/exec app/bin/rails: no such file or directory"

While this works for me:

fly ssh console -C "rails/bin/rails console"

It seems that new deployments have moved to a new file structure...

Is this something unique to my deployment or should the docs be updated?

rubys commented

Fixed. Thanks!