public
Description: Various and sundry extensions written for Radiant CMS (http://radiantcms.org)
Home | Edit | New

Home

A couple things to make this extension work on 0.9 radiant:
(Actually I never did get it working… if you follow these instructions you can install it, but it breaks the admin tool in 0.9)

If you run into these problems

rake production db:migrate:extensions
Could not load extension from file: page_group_permissions_extension.
#<MissingSourceFile: no such file to load -- application>
open page_group_permissions_extension.rb
change:
require_dependency 'application'
to:
require_dependency 'application_controller'
rake production db:migrate:extensions
rake aborted!
uninitialized constant Admin::PageController
change:
    Admin::PageController.module_eval &PageControllerExtensions
to:
    Admin::PagesController.module_eval &PageControllerExtensions
Last edited by lyle, Mon Nov 09 22:03:15 -0800 2009
Home | Edit | New
Versions: