This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Welcome to the radiant-comments wiki!
Troubleshooting
1) If you see this error message:
/Library/Ruby/Gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in `load_missing_constant': uninitialized constant Sanitize (NameError)
You need to add the following to your environment.rb file (within the initialization do loop):
config.gem "sanitize"
Fix from this thread: RadiantCMS Google Group
2) Remember to remove “:actionmailer” from config.frameworks in the environment.rb file, initializer do loop






