Introduction
Spike is a log file viewing & analysis (if we're being generous) tool for Rails developers.
When developing a Rails application it is not unusual to end up pouring over log files to understand why particular actions are, or are not, happening. Rails typically logs quite a lot of information and, in a production environment, there can be a lot of requests to wade through.
The aim of Spike is to make it easy to see all of your requests, narrow them down to only the most relevant, and examine the details of those requests. To do it quickly, and with a pleasant interface.
Features
- Optimized interface (read: not many features!)
- Filter requests by controller, action, session, client, or Rails filter action (e.g. login_required)
- Display summary of request details with drill-down to parameters, rendered templates, and raw log info
- Remove specific controller:action combos (e.g. SessionController#heartbeat) using backspace
- And that's about it...
Notes
Spike has only been tested on a handful of log files at this point. If Spike doesn't work properly on your log file please get in touch.
Download
Spike is a universal binary for Mac OS X 10.5
Support
If you have problems with Spike, or would like to suggest new features we have you covered.
Demo
View a short demo movie
Acknowledgements
- Todd Ditchendorf for TDParseKit
- Samo Korosec for the Spike icon
- Rainer Brockerhoff for general awesomeness in the face of tough problems
- Andy Matuschak for Sparkle
- Brandon Walkin for BWToolkit
About the author
I write Rails applications for a living and Cocoa applications as a hobby under the name LucidMac Software