zombocom / derailed_benchmarks

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

Problem with detecting rack application #133

Closed wafcio closed 4 years ago

wafcio commented 5 years ago

derailed_benchmarks detects rails/rack application by railtie gem. It isn't completely good option because some gem which can be used in rack application require railtie.

For example standalone_migrations gem requires railtie. So whenever it is used in rack (non-Rails) app then rails setup is invoked instead of rack setup.

I think it will be good to prepare a mechanism which will force in this moment rack setup somehow.

schneems commented 5 years ago

I'm open to work in this space but it's not on my roadmap for implementation anytime soon.

schneems commented 4 years ago

On second read i'm not totally sure what the ask is here. If you're experiencing faulty behavior or something that you need that is not possible at this time please open a new issue.