igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
950 stars 53 forks source link

Use relative path for recent.js request #42

Closed carl-printreleaf closed 1 year ago

carl-printreleaf commented 1 year ago

"Auto Update" on "Recent Requests" uses an absolute path which does not account for /rails/performance being mounted to another url. Changed the path to use a relative path instead.