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
Dashing runs on root by default. With some small changes we can make it run on a sub path. Be aware that not all of the following changes are required if you are running behind a gateway that will strip part of your path. In such a case html assets will need the sub-path and so will default_dashboard if you choose to set one.
In the top of your application.coffee, add the view prefix Dashing should use:
Batman.config.viewPrefix='<sub path>/views'
Your template in layout.erb must also be aware of the new path. Add the sub path in the following places.