We've moved discussions to Discord

Configuration Page

Dan Tappin
As Chris mentioned here (https://github.com/excid3/jumpstart/issues/84) the configuration page is not enabled in production - but mine is.  Where could I have gone wrong here?

Probably also related to this:

https://github.com/excid3/jumpstart/issues/83
Chris Oliver
What line of code is giving you trouble?
Chris Oliver
Okay, just deployed to Heroku. Looks like it was failing on static/index.html.erb and I've updated this in the repository by just wrapping the homepage code with the following:

<% if Rails.env.development? %>
<% end %>
Chris Oliver
That seems to fix the issue. 👍
Dan Tappin
Thanks Chris.

Question - I cloned this last and went to town.  Can post the quick and dirty best practice to keep my template updated to the most recent one on GitLab?
Chris Oliver
The instructions for updating your repo to the latest version are included on the license page. You'll have to set it up as a git remote and merge changes down.
Dan Tappin
I just stumbled across that.  I will admit - was over my head and above my paygrade but I figured it out.  Thanks.
 
Notifications
You’re not receiving notifications from this thread.