I want to add a panel that shows site access stats to a Rails 3 application (as in Google Analytics). A naïve method to do this is to record IP addresses into a designated table with their access times.
Is there a function or a callback that is called at each request? If not, is there any other way I can count the total number of accesses to a Rails 3 application?