Skip to content

Commit

Permalink
we no longer recompile templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 4, 2017
1 parent b032df3 commit 3b6e848
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.24 2017-02-03
7.24 2017-02-04

7.23 2017-01-29
- Added max_request_size attribute to Mojolicious.
Expand Down
4 changes: 0 additions & 4 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -333,10 +333,6 @@ L<Mojolicious::Plugin::DefaultHelpers/"stash">.
Minion is a <%= $spinoffs->{minion} %>.
% }

Just be aware that too many optional stash values will make templates less
cacheable, which can reduce performance. So passing an C<undef> value to the
stash, instead of making it optional, is always preferable.

=head2 Helpers

Helpers are little functions you can use in templates as well as application
Expand Down

0 comments on commit 3b6e848

Please sign in to comment.