Building A Visitor Tracker with Rails
In this article, we are going to build a visitor tracker app using Rails. The app will intercept the requests and show information like the client's IP, URL, path, and request method.
Requirements
Ruby installed
Rails installed
Creating a new Rai...
carlosmv.hashnode.dev4 min read