I'm having some trouble with seancribbs fork of radiant-comments. I'm
running 0.8.0, and I keep getting
TypeError in Admin/commentsController#unapprove
can't dup NilClass
Whenever I approve or unapprove a comment. I'm using (or trying to
use) Akismet for spam protection. Any idea what I'm doing wrong?
Thanks.
--cro
I'm working on this right now, but you should put:
config.gem "sanitize"
in your environment.rb
The next version of Radiant (or edge right now) allows extensions to
add their own configuration options without requiring you to do this.