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
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






