opoloo / lines-engine

Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
http://lines.opoloo.com
GNU Lesser General Public License v3.0
216 stars 102 forks source link

fix No such middleware to insert before: ActionDispatch::Static #17

Closed scottbarrow closed 6 years ago

scottbarrow commented 6 years ago

ActionDispatch::Static is not in the middleware chain when serve_static_assets = false (default) This fixes: https://github.com/opoloo/lines-engine/issues/13