Ado
view release on metacpan or search on metacpan
- Noted in etc/ado.conf that arbitrary Perl code can be executed
when connecting to the database.
- POD improvements and cleanups.
- Upgraded to Mojolicious::Plugin::SemanticUI 0.11.
0.76 2014-12-14
- Cleaned up Login form. It is used for local login only.
- Not using flags for languages. Language menu is now a dropdown menu.
- Upgraded to Mojolicious::Plugin::DSC 1.000 to be able to execute
perl code upon connecting to the database.
- Implemented unicode aware upper() and lower() for SQLite.
- The name of the authentication method is now shown beside its icon
in the "Sign in" dropdown menu.
0.75 2014-11-26
- $CODENAME changed to
"Ðзело" - U+2C07 GLAGOLITIC CAPITAL LETTER DZELO (â°)
- Cleaned up Ado::Build and Ado::BuildPlugin.
- Implemented experimental authentication via Facebook.
- Improved Ado::Plugin::Auth documentation.
etc/ado.conf view on Meta::CPAN
# By loading Mojolicious::Plugin::DSC more than once and providing
# different dbix_helper for each connection we can connect to
# different databases.
#See /perldoc/Ado#load_plugins
plugins => [
'PODRenderer',
{ name => 'DSC',
config => {
database => $database_file,
dbh_attributes => {sqlite_unicode => 1},
driver => 'SQLite',
namespace => 'Ado::Model',
onconnect_do => [
#Database engine specific code here.
#See /perldoc/Mojolicious/Plugin/DSC#onconnect_do
#Replace it with something else if using MySQL or PostgreSQL
#http://www.sqlite.org/pragma.html
'PRAGMA encoding = "UTF-8"',
'PRAGMA foreign_keys = ON',
( run in 0.402 second using v1.01-cache-2.11-cpan-88abd93f124 )