RSS Git Download  Clone
  bin documentation update 6 months ago
  db initial commit 6 months ago
  environments the 'published_on' timestamp is GMT, needs to be converted to local timezone; usage documentation; minor change to console log output format 6 months ago
  lib add App::Class (previously in .gitignore due to being unused) 6 months ago
  public initial commit 6 months ago
  t initial commit 6 months ago
  views the 'published_on' timestamp is GMT, needs to be converted to local timezone; usage documentation; minor change to console log output format 6 months ago
  .dancer initial commit 6 months ago
  .gitignore 86B add App::Class (previously in .gitignore due to being unused) 6 months ago
  Dockerfile 521B documentation update 6 months ago
  README.md 572B the 'published_on' timestamp is GMT, needs to be converted to local timezone; usage documentation; minor change to console log output format 6 months ago
  config.yml 1kB fixed return_url function in authentication (Auth::Tiny provides a query param not body param) & added the required hidden field in login.tt; removed superfluous loading of deps for D2::Plugin::Database functionality; removed App::Testimonials loading as it's no longer used, needs Model::Core instead 6 months ago
  cpanfile 2kB removed dependency on Perl 5.40, minimum version now 5.24, using App::Class to load 'class', 'try', and 'signatures' features 6 months ago
  cpanfile.snapshot 51kB added 'color' flag to Devel::Confess to try and improve legibility of stacktrace; updated cpanfile 6 months ago
  docker-compose.yml 461B documentation update 6 months ago
  README.md
# dancer2-demo-testimonials Dancer2 port of mojo-demo-testimonials [https://github.com/estrella-red/mojo-demo-testimonials] usage: $ git clone [...] $ carton install --deployment # optional command-line ENV params: * DBI_TRACE=<trace_level 1,2,3,etc> * SESS_EXPIRES=<session expiry in seconds> # options for plackup: * --no-default-middleware # defaults are switched on again in app.psgi after re-formatting * -R ./lib -R ./environments # monitor these directories for changes (development) $ carton exec plackup --no-default-middleware [opts] bin/app.psgi