igorkasyanchuk / rails_performance

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

Changing `&` to `.try` for ruby 2.2 support #11

Closed alagos closed 3 years ago

alagos commented 3 years ago

Related with https://github.com/igorkasyanchuk/rails_performance/issues/10 At the end, I just found one place where & was used, so it wasn't a big deal. Overall seems to be working ok for ruby 2.2/rails 4.2 (at least in dev. environment)