You are here: Browse Railsplugins Mephisto Comment Ratelimiter
Comment saving will be rate limited
ruby script/install svn://hasno.info/mephisto/plugins/mephisto_comment_ratelimiter
It defaults to limiting to 1 post/ 5min. If you would like to change this setting:
edit config/environment.rb and add the following to the end:
CommentRateLimitObserver.minutes_between_comments = 15 # for 15 minutes
so:
CommentRateLimitObserver.minutes_between_comments = <your time here>
Post a comment, then immediately try to post another. You should receive a message stating that commenting has been disabled for the article.
(C) Mark Guzman 2006, under an MIT license.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly