zombocom/derailed_benchmarks

Problem with detecting rack application

Closed this issue · 2 comments

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.

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

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.