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

Add skipable rake config #44

Closed carl-printreleaf closed 1 year ago

carl-printreleaf commented 1 year ago

When running asset precompile for rails, rails performance gem tries to connect to redis. This change gives the option to exclude certain rake tasks from performance tracking.

Config example:

    config.skipable_rake_tasks = ['assets:precompile']
igorkasyanchuk commented 1 year ago

rails_performance-1.0.4.gem released, thanks!