"log_buddy is your friendly little log buddy at your side, helping you dev, debug, and test." - Relevance, Inc.
Are you accepting sensitive user data? Passwords, credit card numbers, etc. By default, Rails stores all submitted parameters in plain text in the logs. This episode will show you how to filter this sensitive input so it doesn't show up in the log file.
Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.
In order to improve performance of your Rails application you need to find the bottlenecks. A great starting point is your production log. In this episode you will see how to use RAWK to analyze your log file and determine which controller actions take up the most processing time.