The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Jifty HANDLE"

Jifty::Handle - A database handle class for Jifty River stage two • 33 direct dependents • 33 total dependents

A wrapper around Jifty::DBI::Handle which is aware of versions in the database...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty - an application framework River stage two • 33 direct dependents • 33 total dependents

Yet another web framework. What's cool about Jifty? (Buzzwords) DRY (Don't Repeat Yourself) Jifty tries not to make you say things more than once. Full-stack Out of the proverbial box, Jifty comes with one way to do everything you should need to do: ...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Web::Menu - Handle the API for menu navigation River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::CAS - Jifty's Content-Addressable Storage facility River stage two • 33 direct dependents • 33 total dependents

Provides an in-memory "md5"-addressed content store. Content is stored under a "domain", and can be addressed using wither the "key", which is an "md5" sum, or the "name", which simply stores the most recent key provided with that name....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Web - Web framework for a Jifty application River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Util - Things that don't fit anywhere else River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::I18N - Internationalization framework for Jifty River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Schema - generates and upgrades your application's schema River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Object - Base class for most of Jifty's objects River stage two • 33 direct dependents • 33 total dependents

"Jifty::Object" is the superclass of most of Jifty's objects. It is used to provide convenient accessors to important global objects like the database handle or the logger object, while still allowing individual classes to overload these methods. We ...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Record - Represents a Jifty object that lives in the database. River stage two • 33 direct dependents • 33 total dependents

"Jifty::Record" is a kind of Jifty::Object that has a database representation; that is, it is also a Jifty::DBI::Record as well....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Handler - Methods related to the finding and returning content River stage two • 33 direct dependents • 33 total dependents

Jifty::Handler provides methods required to find and return content to the browser. "handle_request", for instance, is the main entry point for HTTP requests....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::ClassLoader - Loads the application classes River stage two • 33 direct dependents • 33 total dependents

"Jifty::ClassLoader" loads all of the application's model and action classes, generating classes on the fly for Collections of pre-existing models. new Returns a new ClassLoader object. Doing this installs a hook into @INC that allows Jifty::ClassLoa...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Script::FastCGI - A FastCGI server for your Jifty application River stage two • 33 direct dependents • 33 total dependents

FastCGI entry point for your Jifty application options --maxrequests Set maximum number of requests per process. Read also --man. --help Print a brief help message and exits. --man Prints the manual page and exits....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Manual::Preload - One Path to a Snappy UI River stage two • 33 direct dependents • 33 total dependents

Preloading lets you optimistically load regions before they are to be displayed. This improves user experience because preloaded updates are effectively instant; the user does not wait for an HTTP request/response cycle. The request/response cycle st...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Manual::JavaScript - JavaScript programming guide for Jifty River stage two • 33 direct dependents • 33 total dependents

jQuery took over Prototype and becoming the core of Jifty's Javascript development. Besides re-implementing core javascript libraries with jQuery, some good refactor is also being done. This document is written to help JavaScript programmers working ...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::View::Mason::Handler - Handler for Mason requests inside of Jifty River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::View::Static::Handler - Jifty view handler for static files River stage two • 33 direct dependents • 33 total dependents

This is deprecated and is being port to a stack of plack middleware and plack::app::file This class takes care of serving out static files for a Jifty application. When fully operational, it will use an algorithm along the lines of the following: * S...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Manual::UsingCSSandJS - Using CSS and JavaScript River stage two • 33 direct dependents • 33 total dependents

Jifty comes bundled with a series of separately developed JavaScript libraries as well as a set of CSS definitions that both allow Jifty to functionally and beautifully work out of the box. This document describes the mechanisms behind the scenes as ...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Manual::RequestHandling - Jifty's request handling process River stage two • 33 direct dependents • 33 total dependents

This document outlines some of Jifty's inside in order to help you to understand what happens during the request processing phase....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Jifty::Manual::JavaScript_zhtw - Jifty 之 JavaScript 程式設計指引 River stage two • 33 direct dependents • 33 total dependents

jQuery took over Prototype and becoming the core of Jifty's Javascript development. Besides re-implementing core javascript libraries with jQuery, some good refactor is also being done. This document is written to help JavaScript programmers working ...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
21 results (0.057 seconds)