Want to know exactly when your Rails app performance changed? RoRvsWild's revision feature draws a clear line in your metrics at each deployment. No more guessing which code change caused that performance spike.Kaleb Lape
Git blame, but nicer
See how each release affects performance, error rates, and resource usage.
-
Compare performance
See side-by-side metrics for each deployment. Did that optimization actually make things faster? Now you know.
-
Track error spikes
New exceptions after a deploy? Instantly see which revision introduced the bug and roll back with confidence.
-
30-day history
Keep a complete deployment history. Track trends across multiple releases to understand long-term impact.
Automatic or manual
RoRvsWild tracks deployments out of the box in most cases and allows you to configure it manually if needed.
Read documentation-
Automatic tracking
Zero configuration required. RoRvsWild tracks deployments without any actions from your part if your app is:
- Inside a Git repository
- Deployed via Capistrano
- Hosted on Heroku with Dyno metadata enabled
- Hosted on Scalingo
-
Manual tracking
Because we are not aware of all cloud hosting providers, there is a generic method to provide these data via the configuration.
# config/rorvswild.yml production: api_key: YOUR_API_KEY deployment: revision: Deployment version # Mandatory description: Optional description such as a Git message author: Deployment author's name email: emailOf@theAuthor.com
All-in-one
Ruby on Rails
monitoring gem
Start improving your Rails applications today!
# Add to your Gemfile
gem "rorvswild"
Gem version 1.10.0