I’m trying to start a new rails app on fly. I just did rails new and flyctl launch and it had some troubles (bundler version variable not set correctly, gems installed to different folder than expected) but now that I’m past those, the deploy just hangs and eventually fails with no output and no logs.
I would be very interested in hearing about your “some troubles”. In particular, does the following work for you: Getting Started · Fly Docs (up to the first deploy)?
Yes, flyctl ssh console and flyctl logs should both work.