I want to collect info about the visitor - like IP-number, referer, agent etc. I assume this is possible with Ruby on Rails (e.g. request.referer
), but I cannot find the documentation for this.
Is there any documentation that lists everything that I can log about visits to my app?