Rails 3 - 是否存在用于计算页面浏览量的 gem?
我想在我的博客中添加一个计数器,用于显示一篇文章被显示了多少次。我想通过 ruby 解决它(不是 GA 或类似的东西)。 是否有任何 gem 可以执行此任务(还可以检查 IP 地址和最近阅读文章的时间),或者我必须自己实现?
I wanna to add to my blog a counter for displaying, how many times was an article displayed. I would like to solve it through ruby (not GA or something like that).
Is available any gem that do this task (also with checking IP address and the time of latest reading of article) or I have to implement by myself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.seologic.com/webmaster-tools/counters 上有一个被数千人使用的工具。源代码位于 https://github.com/ivanoblomov/hit_counter。
There's one used by thousands of people at http://www.seologic.com/webmaster-tools/counters. Source code is available at https://github.com/ivanoblomov/hit_counter.