zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.94k stars 138 forks source link

Allow running tasks without requiring all/any of rails #199

Closed ghiculescu closed 2 years ago

ghiculescu commented 2 years ago

The new ENV is useful if you want to do stuff like this in config/application.rb:

image

Currently derailed will still report some of the gems as being used even if they are not, since it requires them itself!

schneems commented 2 years ago

This should have failed tests because there's no changelog. I'm not sure why it didn't. I need a changelog for this see https://github.com/zombocom/derailed_benchmarks/issues/207