Skip to content

Queue name can't be found if the job name is upcase #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2025

Conversation

Josiassejod1
Copy link
Contributor

#93 On the index page if you click on the queue name, then click on the subsequent job if the queue name is upcased we don't find the job and fail.
Screenshot 2025-07-09 at 2 17 30 PM

@Josiassejod1 Josiassejod1 changed the title Queue name can't be found if the job name is camelized Queue name can't be found if the job name is upcase Jul 9, 2025
Copy link
Member

@rosa rosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Josiassejod1!

Instead of having them indexed by name and then having to go back and
forth between the two ways (original name and parameterized name) in the
URL. Also, ensure we use the parameterized name in the queues/index view
when linking to each queue.
@rosa
Copy link
Member

rosa commented Jul 11, 2025

I made a few changes because I realised why the queues/index page was behaving differently! Yesterday with all the distractions I couldn't focus enough to see this 😅 I think the fix now is cleaner! Thanks again for looking into this!

@rosa rosa merged commit 2950416 into rails:main Jul 11, 2025
5 of 6 checks passed
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