You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to load a custom html file, but haven't had any luck :/
I've tried many different configurations, changing the config.maintenance_pages_path, config.default_maintenance_page but nothing has worked, I'm assuming I'm doing something wrong.
The file seems to be loaded, but I made a few modifications that doesn't show
<header>
<h1>This is not what the header looks like</h1>
</header>
Hi @imartinezingsw. Sorry for the long wait in responding to this.
This seems especially strange to me:
The file seems to be loaded, but I made a few modifications that doesn't show
Are you still having this issue? Turnout should be reading from the file with every request. So I don't really see how this could be a problem with the gem. You could try restarting Rails and also running rm -rf ./tmp/* ./tmp/.* to see if that helps though.
I've been trying to load a custom html file, but haven't had any luck :/
I've tried many different configurations, changing the
config.maintenance_pages_path
,config.default_maintenance_page
but nothing has worked, I'm assuming I'm doing something wrong.The file seems to be loaded, but I made a few modifications that doesn't show
This is how my initializer looks like
The text was updated successfully, but these errors were encountered: