Skip to content

Commit

Permalink
improved exception page with more information
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 7, 2014
1 parent b15adc3 commit 1de8fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Changes
@@ -1,5 +1,6 @@

4.67 2014-01-06
4.67 2014-01-07
- Improved exception page with more information.
- Improved not found page with a more generic message.

4.66 2014-01-04
Expand Down
4 changes: 4 additions & 0 deletions lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -201,6 +201,10 @@
% my $codename = $Mojolicious::CODENAME;
%= $kv->(Mojolicious => "$version ($codename)")
%= $kv->(Home => app->home)
%= $kv->('Template paths' => dumper app->renderer->paths)
%= $kv->('Template classes' => dumper app->renderer->classes)
%= $kv->('Static paths' => dumper app->static->paths)
%= $kv->('Static classes' => dumper app->static->classes)
%= $kv->(Include => dumper \@INC)
%= $kv->(PID => $$)
%= $kv->(Name => $0)
Expand Down

0 comments on commit 1de8fb4

Please sign in to comment.