bullet icon indicating copy to clipboard operation
bullet copied to clipboard

help to kill N+1 queries and unused eager loading

Results 128 bullet issues
Sort by recently updated
recently updated
newest added

Auto corrected by following Format Ruby Code Click [here](https://awesomecode.io/repos/flyerhzm/bullet/format_configs/ruby) to configure it on awesomecode.io

Auto corrected by following Lint Ruby Performance/RegexpMatch Click [here](https://awesomecode.io//repos/flyerhzm/bullet/lint_configs/ruby/53656) to configure it on awesomecode.io

Using chunked template streaming in Rails via `render stream: true` doesn't work with Bullet. Much like with the [server sent events issue](https://github.com/flyerhzm/bullet/issues/212) when using (`ActionController::Live`) you can't mess with the...

Auto corrected by following Lint Ruby Style/ExplicitBlockArgument Click [here](https://awesomecode.io/repos/flyerhzm/bullet/lint_configs/ruby/109029) to configure it on awesomecode.io

## Background I am working through our test-suite to add bullet, I cannot turn it on for all tests and therefore want to turn it on manually per test case....

# Issue There is a performance issue when using `preload` for a large number of rows. Even though, the request itself may be very fast there is a very large...

When I was running this app I have at this company I work for, we were doing our typical workflow and came across this: /-----CENSORED-----/config/environments/development.rb:67:in `block (2 levels) in ':...

Recently when I added bullet to a current project I noticed that the call stack for removing/avoiding unused eager loading is not useful at all. It either appears empty or...

I get the following error if I close the footer and do something that triggers the bullet functionality again (I do a request to the server): ``` TypeError: document.getElementById(...) is...