NAME
Catalyst::Plugin::RapidApp::CoreSchemaAdmin - CRUD access to the CoreSchema via RapidDbic
SYNOPSIS
package MyApp;
use Catalyst qw/
RapidApp::RapidDbic
RapidApp::AuthCore
RapidApp::CoreSchemaAdmin
/;
DESCRIPTION
This convenience plugin automatically sets up access to Model::RapidApp::CoreSchema via the RapidDbic plugin. This is basically just an automatic RapidDbic config.
When used with AuthCore (which is typically the whole reason you would want this plugin in the first place), the RapidApp Module config option require_role
is set by default to 'administrator'
on the automatically configured tree/grids, since the CoreSchema usually contains the privileged user database for the app (although, not necessarily).
Also, by default, only CoreSchema sources which are actually in use by a given Core plugin are configured for access (in the navtree/grids). For instance, the "Sessions" grid is only setup when AuthCore is loaded, "Source Default Views" is only setup with NavCore, and so on.
SEE ALSO
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.