Skip to content

Conversation

@compwron
Copy link
Collaborator

… db n+1 queries

What github issue is this PR for, if any?

Resolves #XXXX

What changed, and why?

How is this tested? (please write rspec and jest tests!) 💖💪

Note: if you see a flake in your test build in github actions, please post in slack #casa "Flaky test: " :) 💪
Note: We love capybara tests! If you are writing both haml/js and ruby, please try to test your work with tests at every level including system tests like https://github.com/rubyforgood/casa/tree/main/spec/system

Screenshots please :)

Run your local server and take a screenshot of your work! Try to include the URL of the page as well as the contents of the page.

Feelings gif (optional)

What gif best describes your feeling working on this issue? https://giphy.com/
How to embed:

![alt text](https://media.giphy.com/media/1nP7ThJFes5pgXKUNf/giphy.gif)

@github-actions github-actions bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 27, 2025
compwron and others added 3 commits November 28, 2025 21:34
Resolves merge conflicts and completes the migration from bullet to
prosopite for N+1 query detection.

Changes:
- Resolve Gemfile.lock merge conflicts (remove bullet/uniform_notifier)
- Replace Bullet configuration with Prosopite in development.rb
- Replace Bullet configuration with Prosopite in test.rb
- Fix prosopite initializer to use config.x (Rails custom config)
- Update rails_helper comment to reference prosopite
- Add :disable_prosopite metadata to error handling test
- Create .prosopite_ignore file for test exclusions

Prosopite is now fully configured and working to detect N+1 queries
in both development and test environments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@compwron compwron force-pushed the replace-bullet-with-prosopite-for-performance-checking branch from 40d13f6 to 82c4afb Compare November 29, 2025 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code Tests! 🎉💖👏

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants