Skip to content

Conversation

@achmiral
Copy link
Contributor

I don't know why, but when using double quotes, it throws MissionControl::Jobs::Errors::ResourceNotFound. I have checked the source code and done some debugging, but I couldn't find the solution. I'm fairly certain the culprit is in these lines.

def execute(server_locator)
server = MissionControl::Jobs::Server.from_global_id(server_locator)
MissionControl::Jobs::Current.server = server

app_id, server_id = global_id.split(":")
application = MissionControl::Jobs.applications[app_id] or raise MissionControl::Jobs::Errors::ResourceNotFound, "No application with id #{app_id} found"

@rosa
Copy link
Member

rosa commented Jul 11, 2025

Oops, yes, sorry about that, and sorry for the delay 😳

@rosa rosa merged commit 993c75a into rails:main Jul 11, 2025
@achmiral
Copy link
Contributor Author

Thank you @rosa

@achmiral achmiral deleted the fix-irb-connect-to-example-readme branch July 13, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants