Ask YC: what do you use for Rails web stats?
https://news.ycombinator.com/item?id=177789Google Analytics is great, but it has an overhead, and it's not practical for tracking AJAX requests.
AWStats is also nice, but it doesn't make use of much of the context available to a Rails app. It also doesn't have quite as much information as Analytics.
There seem to be any number of plugins available, but none of them seem to stand out above the others.
What do you guys use, if anything?