deployment to Heroku

29 views
Skip to first unread message

B Davison

unread,
Sep 2, 2013, 8:06:30 PM9/2/13
to shopo...@googlegroups.com
Everything works perfectly in Development and even locally in Production mode.
but Production on Heroku I get this error
2013-09-02T23:57:21.590692+00:00 app[web.1]: ActionView::MissingTemplate (Missing template refinery/pages/homepage with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :rabl, :liquid], :versions=>[:v1]}. Searched in:

Any ideas?

B Davison

unread,
Sep 3, 2013, 4:11:41 AM9/3/13
to shopo...@googlegroups.com
So trying this it turns out themes are a submodule heroku doesn't handle that.

git add themes/default/views/refinery/pages/homepage.liquid
fatal: Path 'themes/default/views/refinery/pages/homepage.liquid' is in submodule 'themes/default'

B Davison

unread,
Sep 3, 2013, 7:12:49 PM9/3/13
to shopo...@googlegroups.com
OK Works now on Heroku after a clean install from scratch
and
rm -rf themes/default/.git
to get around the submodule problem
Reply all
Reply to author
Forward
0 new messages