request-log-analyzer
request-log-analyzer copied to clipboard
Report on HTTP Status with descriptive string
Currently the report gives a frequency of "200" or "406" or whatever. Some HTTP Codes are obscure and are always a bit hard to remember. This change request ensure that they get aggregated and reported as "200 OK" or "404 Not Found" etc.
@wvanbergen What do you think?
Just a small nitpick, this looks good to me. Don't worry about the tests; this seems to be an ActiveRecord compatibility issue.
No worries. Seems like I misread the contribution instructions.