Hans Schnedlitz
Hans Schnedlitz
### Problem this feature will solve FactoryBot allows us to easily define associations that should automatically be constructed when creating or building a model. These associations are statically defined in...
We are seeing a massive overhead in request times when using Omniauth middleware - often in the area of ~100ms ### Configuration - Provider Gem: `omniauth-google-oauth` - Ruby Version: `2.4.4`...
First of all, thanks for creating this gem! Works really great for me :+1: I do have a small issue when using the `touch: true` option though. One rails application...
### Is your proposal related to a problem? Rails 7 introduced several new ways to deal with assets. There are various JS and CSS Bundlers, [Importmaps](https://github.com/rails/importmap-rails), and also [Propshaft](https://github.com/rails/propshaft) which...
The video that is currently in the readme is old and needs to be updated, as #67, and #94 made some changes. Might want to wait until #89, as that...
### Is your proposal related to a problem? Right now, it is not possible to filter by requests by date. Sometimes, I might want to find some request I know...
Right now, which traces are profiled, and how they are rendered, is hardcoded. Add some sort of plugin architecture that allows users to add custom profilers
Right now, stimulus controllers, presenters and so on are a mess. This needs to be cleaned up, along with styles. Some options: - Evaluate [view component](https://github.com/github/view_component) - Improve self-rolled presenters...
Models such as Trace, ProfiledRequest do not have validations at the moment. Just to be safe, validations should be added, for example: - Required attributes (user_id) presence - Formatting (e.g....
Even if it's just an engine. RMP should adhere to acessiblity standards. 1. Run accessibility tests (e.g. using [Axe Tools](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/) or just the built-in browser tools) 2. Fix any sever...