https://github.com/mmower/spike
Tool for exploring rails application log files.
https://github.com/mmower/spike
Last synced: 5 months ago
JSON representation
Tool for exploring rails application log files.
- Host: GitHub
- URL: https://github.com/mmower/spike
- Owner: mmower
- License: mit
- Created: 2009-02-15T18:48:07.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-03-30T19:55:34.000Z (about 14 years ago)
- Last Synced: 2023-11-07T20:12:02.045Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.54 MB
- Stars: 153
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- License: MIT-LICENSE
Awesome Lists containing this project
README
## 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](http://getsatisfaction.com/lucidmac/products/lucidmac_spike).
## Demo
View a short [demo movie](http://www.screencast.com/users/sandbags/folders/Jing/media/cdde1cdd-a4b6-4246-a562-088daecb543c)
## Acknowledgements
* [Todd Ditchendorf](http://ditchnet.org/) for [TDParseKit](http://ditchnet.org/tdparsekit/)
* [Samo Korosec](http://froodee.at) for the Spike icon
* [Rainer Brockerhoff](http://www.brockerhoff.net/products.html) for general awesomeness in the face of tough problems
* [Andy Matuschak](http://andymatuschak.org/) for [Sparkle](http://sparkle.andymatuschak.org/)
* [Brandon Walkin](http://www.brandonwalkin.com/) for [BWToolkit](http://www.brandonwalkin.com/blog/2008/11/13/introducing-bwtoolkit/)## About the author
[I](http://mattmower.com/) write Rails applications [for a living](http://reeplay.it/) and Cocoa applications as a hobby under the name [LucidMac Software](http://lucidmac.com/)