Skip to content

Upgrading Guide

Dimitrios Zorbas edited this page Dec 20, 2016 · 5 revisions

This document contains changes required to overcome incompatibilities introduced between released versions.

0.3.0 -> 0.3.1

Error pages

Dashboard apps generated using the 0.3.1 installer include pages which are missing from previous versions. To get them run:

curl https://raw.githubusercontent.com/kittoframework/kitto/master/installer/templates/new/dashboards/error.html.eex > dashboards/error.html.eex

from the root path of your dashboard app.

Layout

In /dashboards/layout.html.eex (which is the default layout) change <%= template %> to <%= @template %>.

If you've set the :default_layout config to a different layout file, apply this change accordingly.

See: a539f37c3468