This is the primary Catalyst plugin that enables RapidApp in a Catalyst application. This plugin is loaded automatically by all RapidApp plugins and typically doesn't need to be loaded directly....
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThe TabGui plugin is the primary high-level turn-key interface paradigm provided by the RapidApp distribution for top-most level GUIs (i.e. to be loaded in a full-browser, not within another interface). It provides a standard admin-style interface, b...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis plugin adds saved views to DBIC grid modules (such as those automatically setup by the RapidDbic plugin). This adds a "Save Search" option to the "Options" toolbar menu in supported grids. This allows persisting the state of a given grid, such a...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis plugin provides a full suite of standard users and sessions with authentication and authorization for Catalyst/RapidApp applications. It loads and auto-configures a bundle of standard Catalyst plugins: Authentication Authorization::Roles Session...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThe RapidDbic plugin provides a very high-level, abstract configuration layer for initializing a structure of interfaces for accessing DBIC::Schema models for Catalyst/RapidApp. These interfaces are fully functional out-of-the-box, but also provide a...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis is the base RapidApp/Catalyst plugin which sets up the "CoreSchema" database for use as the common persistence store for multiple optional "Core" plugins, such as AuthCore and NavCore. All plugins which use the CoreSchema and provide actual end-...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCExperimental plugin records every Catalyst request to a table in the Model::RapidApp::CoreSchema. This will obviously slow down the app. This plugin is just experimental and not well supported - do not use in production....
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis 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 plugi...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCVANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTC
Plugin class seprated out of Catalyst::Plugin::RapidApp::AuthCore so it can be loaded as a *plugin* (not a role) **AFTER** the other required Authentication and Session plugins. This is needed to overcome load ordering issues. 'finalize_session' belo...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCVANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTC
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTC
This is the controller which is automatically injected at "/auth" by the AuthCore plugin and should not be called directly. See the AuthCore plugin documentation for more info....
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis is the RapidApp users manual, which is still a work in progress... RapidApp is a recently open-sourced web application framework based on Catalyst, ExtJS, Template::Toolkit and DBIx::Class for quickly creating interactive, data-rich webapps. For...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCThis module is an extension to both Plack::Component and CatalystX::AppBuilder and facilitates programatically creating/instantiating a RapidApp application without having to setup/bootstrap files on disk. As a Plack::Component, it can also be used a...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTC"RapidDbic" is the main RapidApp plugin which provides an abstract configuration layer for a common, simplified declarative API for accessing many of the DBIC-enabled modules and features available in the RapidApp distribution quickly and easily. Thi...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCRapidApp uses Catalyst::Controller::AutoAssets internally to manage and serve built-in asset files as well as provide mechanisms for additional user-defined and application-specific assets. RapidApp automatically loads a set of Catalyst::Controller::...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTCRapidApp provides a number of plugins which provide high-level, declarative configuration layers to automatically setup common application scenarios with minimal effort required. These plugins all tie into the standard Catalyst plugin API, and are de...
VANSTYN/RapidApp-1.3401 - 08 Jan 2021 16:09:35 UTC